diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-10-19 18:11:54 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-10-19 18:11:54 +0200 |
commit | 2759048914a05713949202dcc02cdaa931830b8d (patch) | |
tree | 282f01ce2d6b700840774c3858339b92b9be00ed /net/openssh/Makefile | |
parent | 14ad4cb9765b43c630605a20c29beb76383e9239 (diff) |
openssh: update to 7.9p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index d9b8a42e7..ae567d464 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=7.8p1 -PKG_RELEASE:=2 +PKG_VERSION:=7.9p1 +PKG_RELEASE:=1 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/ \ https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/ -PKG_HASH:=1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca +PKG_HASH:=6b4b3ba2253d84ed3771c8050728d597c91cfce898713beb7b64a305b6f11aad PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |