mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
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)
This commit is contained in:
parent
b4cff392a9
commit
a8438b23fe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21200
@ -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..
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ssh-1.2.27.tar.gz) = c22bc000bee0f7d6f4845eab72a81395
|
||||
MD5 (patch-ssh-1.2.27-bsd.tty.chown) = e4d7755994c2fa0d419a60723e8a9d53
|
||||
|
@ -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"
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (ssh-2.0.13.tar.gz) = 1853aba4c7c9c501545c9e56a71fa9c3
|
||||
MD5 (patch-ssh-2.0.13-bsd.tty.chown) = 544cff13eff9d3fc54a5c65754726ee9
|
||||
|
Loading…
Reference in New Issue
Block a user