diff options
author | Peter Wagner <tripolar@gmx.at> | 2018-08-27 21:30:14 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2018-08-27 21:30:14 +0200 |
commit | eacb9464e9e78f891500b2f680da04430e81bc9d (patch) | |
tree | 0a7dbee7b300c8170b38b66860465dc92085267c /net/openssh/Makefile | |
parent | 6042445ad3cb7e1a541f471614c34f5da1cfbe69 (diff) |
openssh: update to 7.8p1
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 47f2b6059..60f97f336 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=7.7p1 -PKG_RELEASE:=2 +PKG_VERSION:=7.8p1 +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:=d73be7e684e99efcd024be15a30bffcbe41b012b2f7b3c9084aed621775e6b8f +PKG_HASH:=1a484bb15152c183bb2514e112aa30dd34138c3cfb032eee5490a66c507144ca PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |