diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-09-03 01:08:38 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-09-03 01:08:38 +0800 |
commit | faf78da21a47f07c6e60059ef8607879bbaa8404 (patch) | |
tree | 6391ebc443e307d1f93995d4c05b09387650b323 /security/ssh2 | |
parent | 62df9dff79d3f20ce46d9cb78d501f0f69a657e6 (diff) | |
download | freebsd-ports-gnome-faf78da21a47f07c6e60059ef8607879bbaa8404.tar.gz freebsd-ports-gnome-faf78da21a47f07c6e60059ef8607879bbaa8404.tar.zst freebsd-ports-gnome-faf78da21a47f07c6e60059ef8607879bbaa8404.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)
Diffstat (limited to 'security/ssh2')
-rw-r--r-- | security/ssh2/Makefile | 4 | ||||
-rw-r--r-- | security/ssh2/distinfo | 1 |
2 files changed, 5 insertions, 0 deletions
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 |