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/ssh | |
parent | b4cff392a91279a3bae956fbd12512951e183bf7 (diff) |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 | ||||
-rw-r--r-- | security/ssh/distinfo | 1 |
2 files changed, 5 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 |