diff options
author | Peter Wagner <tripolar@gmx.at> | 2019-01-15 20:33:38 +0100 |
---|---|---|
committer | Peter Wagner <tripolar@gmx.at> | 2019-01-15 20:34:03 +0100 |
commit | d82cc22019f8e31cf1417497c2ff038f0c642650 (patch) | |
tree | 81bd528eb7571183b9205ae4efa9d7a244e5dd7f /net/openssh/Makefile | |
parent | 6633ac3afd07961fc1da95a6e9475785f159a588 (diff) |
openssh: backport patch for CVE-2018-20685
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 09063abaa..e37920bd2 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:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ |