diff options
author | Jan Pavlinec <jan.pavlinec@nic.cz> | 2019-02-10 12:56:53 +0100 |
---|---|---|
committer | tripolar <tripolar@users.noreply.github.com> | 2019-02-10 16:22:41 +0100 |
commit | 4729c3fddf05d6c8496ac2602a843e7dce5990e4 (patch) | |
tree | 700d4ed6a4d4a909d6d5a7cd8fb1ea7f8edbd112 /net/openssh/Makefile | |
parent | 20aae8b5a513e02ba2818419e6bd814aec42c983 (diff) |
openssh: patch scp security issues
Fixes
CVE-2019-6109
CVE-2019-6111
Signed-off-by: Jan Pavlinec <jan.pavlinec@nic.cz>
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 e37920bd2..03c77738a 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:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ \ |