diff options
author | Peter Wagner <tripolar@gmx.at> | 2016-03-11 16:52:04 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2016-03-11 16:52:04 +0100 |
commit | 1c729d723d579a146c5a685fea485053b3d8d0e8 (patch) | |
tree | 4eee0639d232923672e2ca8bd2525bc8292dd00f /net/openssh | |
parent | e46c33fbd59b40ee736186b22cc3ef62204102c6 (diff) |
openssh: update to 7.2p2
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/openssh')
-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 01744cd4d..66c949c82 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=7.2p1 +PKG_VERSION:=7.2p2 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ http://ftp.belnet.be/pub/OpenBSD/OpenSSH/portable/ -PKG_MD5SUM:=b984775f0cfff1f7ff18b8797fce8a28 +PKG_MD5SUM:=13009a9156510d8f27e752659075cced PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |