diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-02 17:08:38 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-09-02 17:08:38 +0000 |
commit | a8438b23fe87234f335fc85ec8a2c68357440a97 (patch) | |
tree | 81b82fa0d8e3c1be9b6d2de7909030259b49e97a /security | |
parent | b4cff392a91279a3bae956fbd12512951e183bf7 (diff) | |
download | ports-a8438b23fe87234f335fc85ec8a2c68357440a97.tar.gz ports-a8438b23fe87234f335fc85ec8a2c68357440a97.zip |
Path for problem with tty ownership with chflags and chown in BSD 4.4
variants. Fixes a security bug in tty allocation.
PR: 13515
PR: 13536
Submitted by: Issei Suzuki <issei@jp.FreeBSD.org> (ssh2 maintainer)
Notes
Notes:
svn path=/head/; revision=21200
Diffstat (limited to 'security')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/distinfo | 1 | ||||
-rw-r--r-- | security/ssh2/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/distinfo | 1 |
4 files changed, 10 insertions, 0 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index b8237c122cc1..46ae6feeae7c 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -13,6 +13,10 @@ DISTNAME= ssh-1.2.27 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ +PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +PATCHFILES= patch-${DISTNAME}-bsd.tty.chown +PATCH_DIST_STRIP= -p1 + MAINTAINER= torstenb@FreeBSD.org # You can set USA_RESIDENT appropriately in /etc/make.conf if this bugs you.. diff --git a/security/ssh/distinfo b/security/ssh/distinfo index bf690165936c..9a1aee6d4102 100644 --- a/security/ssh/distinfo +++ b/security/ssh/distinfo @@ -1 +1,2 @@ MD5 (ssh-1.2.27.tar.gz) = c22bc000bee0f7d6f4845eab72a81395 +MD5 (patch-ssh-1.2.27-bsd.tty.chown) = e4d7755994c2fa0d419a60723e8a9d53 diff --git a/security/ssh2/Makefile b/security/ssh2/Makefile index 569014ab7f07..27d9118f1e7f 100644 --- a/security/ssh2/Makefile +++ b/security/ssh2/Makefile @@ -14,6 +14,10 @@ MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ \ ftp://sunsite.unc.edu/pub/packages/security/ssh/ \ ftp://ftp.kyoto.wide.ad.jp/pub/security/ssh/ +PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +PATCHFILES= patch-${DISTNAME}-bsd.tty.chown +PATCH_DIST_STRIP= -p1 + MAINTAINER= issei@jp.FreeBSD.org RESTRICTED= "Crypto; export-controlled" diff --git a/security/ssh2/distinfo b/security/ssh2/distinfo index 0ec6aff9fe44..d7dc52e8d3ce 100644 --- a/security/ssh2/distinfo +++ b/security/ssh2/distinfo @@ -1 +1,2 @@ MD5 (ssh-2.0.13.tar.gz) = 1853aba4c7c9c501545c9e56a71fa9c3 +MD5 (patch-ssh-2.0.13-bsd.tty.chown) = 544cff13eff9d3fc54a5c65754726ee9 |