diff options
author | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-18 01:34:59 +0000 |
---|---|---|
committer | Chris Piazza <cpiazza@FreeBSD.org> | 1999-11-18 01:34:59 +0000 |
commit | 603bf4c4de587cfdb2defff08a35c683a2e3add0 (patch) | |
tree | 692cd30395ad92d24657d3ac488326d1dfef18a2 /security/ssh | |
parent | f6c5f4e9515763e5c4d7df4f27eaa573f5ef20af (diff) | |
download | ports-603bf4c4de587cfdb2defff08a35c683a2e3add0.tar.gz ports-603bf4c4de587cfdb2defff08a35c683a2e3add0.zip |
Notes
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index b637269eebea..76fadb943a4e 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -13,7 +13,8 @@ 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/ +# disappeared? PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ +PATCH_SITES= ftp://ftp2.inch.com/pub/FreeBSD/ PATCHFILES= patch-${DISTNAME}-bsd.tty.chown PATCH_DIST_STRIP= -p1 |