diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-04-08 19:13:59 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-04-08 19:13:59 +0200 |
commit | 739c65e569393f693eb69979af6719b77837623e (patch) | |
tree | cb8995e16aca4afc13139608ddc3c77f460e3994 /net/openssh/Makefile | |
parent | 4cc991094c56027f5659037d27772e2a247928b4 (diff) |
openssh: update to 7.7p1
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 3a19387b0..afdd6023e 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=7.6p1 +PKG_VERSION:=7.7p1 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:=a323caeeddfe145baaa0db16e98d784b1fbc7dd436a6bf1f479dfd5cd1d21723 +PKG_HASH:=d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |