diff options
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 |