summaryrefslogtreecommitdiff
path: root/security/openssh/Makefile
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2016-03-15 20:54:07 +0000
committerbsiegert <bsiegert@pkgsrc.org>2016-03-15 20:54:07 +0000
commit403f796724c009dfce0bdd4ec22a47e9af7c3fe4 (patch)
treea5eba38cc61af62dca258947f8be90093a2a7d1f /security/openssh/Makefile
parent696d51c7d05930e9aef3526fe8393ec3f78fa97a (diff)
downloadpkgsrc-403f796724c009dfce0bdd4ec22a47e9af7c3fe4.tar.gz
Update openssh to 7.2.2 (7.2p2).
Changes since OpenSSH 7.2p1 =========================== This release fixes a security bug: * sshd(8): sanitise X11 authentication credentials to avoid xauth command injection when X11Forwarding is enabled. Full details of the vulnerability are available at: http://www.openssh.com/txt/x11fwd.adv
Diffstat (limited to 'security/openssh/Makefile')
-rw-r--r--security/openssh/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/security/openssh/Makefile b/security/openssh/Makefile
index 9a2378d521c..351d3932d73 100644
--- a/security/openssh/Makefile
+++ b/security/openssh/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.242 2016/03/05 11:29:23 jperkin Exp $
+# $NetBSD: Makefile,v 1.243 2016/03/15 20:54:07 bsiegert Exp $
-DISTNAME= openssh-7.1p1
-PKGNAME= ${DISTNAME:S/p1/.1/}
-PKGREVISION= 4
+DISTNAME= openssh-7.2p2
+PKGNAME= ${DISTNAME:S/p2/.2/}
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_OPENBSD:=OpenSSH/portable/}