diff options
author | Peter Wagner <tripolar@gmx.at> | 2016-08-09 18:58:22 +0200 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2016-08-09 18:58:22 +0200 |
commit | 7ad9eb6703b6261231742c51978e13667407ef92 (patch) | |
tree | 66c0cbc51050357be314429c7be21f4cc8964b37 /net/openssh/Makefile | |
parent | 39f0b6f067217de83889110428890acad9accab4 (diff) |
openssh: update to 7.3p1
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 66c949c82..3134e9290 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh -PKG_VERSION:=7.2p2 +PKG_VERSION:=7.3p1 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:=13009a9156510d8f27e752659075cced +PKG_MD5SUM:=dfadd9f035d38ce5d58a3bf130b86d08 PKG_LICENSE:=BSD ISC PKG_LICENSE_FILES:=LICENCE |