diff options
author | Sibren Vasse <github@sibrenvasse.nl> | 2022-04-09 12:01:44 +0200 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-04-13 15:46:37 -0700 |
commit | 08b45115d7aa6291de0bb0b885750fa63a3a6e2f (patch) | |
tree | d0d37cb62c7054077f125fbea50c855fb8e6e492 /net/openssh/Makefile | |
parent | 07a29d211a74fd6663dbc9b7f1e9d7cfc89e22e1 (diff) |
openssh: update to 9.0p1
Remove upstreamed patches.
Signed-off-by: Sibren Vasse <github@sibrenvasse.nl>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index e574e9176..15fef1bc8 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,19 +8,18 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=8.9p1 +PKG_VERSION:=9.0p1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ -PKG_HASH:=fd497654b7ab1686dac672fb83dfb4ba4096e8b5ffcdaccd262380ae58bec5e7 +PKG_HASH:=03974302161e9ecce32153cfa10012f1e65c8f3750f573a73ab1befd5972a28a PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE PKG_CPE_ID:=cpe:/a:openssh:openssh -PKG_FIXUP:=autoreconf PKG_REMOVE_FILES:= PKG_CONFIG_DEPENDS := \ CONFIG_OPENSSH_LIBFIDO2 |