diff options
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 b637269..76fadb9 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 |