diff options
author | Peter Wagner <tripolar@gmx.at> | 2019-03-03 12:18:09 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2019-03-03 12:20:18 +0100 |
commit | d92d34db5a382997e3d9230247644e55a1d84602 (patch) | |
tree | 5f176ba19a0f5c72e4af2634b95244d46ed7d0d9 /net/openssh/Makefile | |
parent | 993d0414f793851b1347229e923c3ebc9bebbfe3 (diff) |
openssh: add upstream patches, including CVE-2019-6111
Signed-off-by: Peter Wagner <tripolar@gmx.at>
Diffstat (limited to 'net/openssh/Makefile')
-rw-r--r-- | net/openssh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 03c77738a..6ef5ca39f 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openssh PKG_VERSION:=7.9p1 -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ |