diff options
author | cpiazza <cpiazza@FreeBSD.org> | 1999-11-26 05:26:03 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 1999-11-26 05:26:03 +0800 |
commit | c42a5435494d24d31e1dbe0d60f90aa15bf67fa3 (patch) | |
tree | 8b97d2118653765c182e850e33ac64fcb64cf27f /security/ssh | |
parent | 378ad22b5b76a9fc532fa987c7a6719d02a1cd66 (diff) | |
download | freebsd-ports-gnome-c42a5435494d24d31e1dbe0d60f90aa15bf67fa3.tar.gz freebsd-ports-gnome-c42a5435494d24d31e1dbe0d60f90aa15bf67fa3.tar.zst freebsd-ports-gnome-c42a5435494d24d31e1dbe0d60f90aa15bf67fa3.zip |
Patches are now available from www.ssh.org/patches
Submitted by: Issei Suzuki <issei@jp.freebsd.org>
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 76fadb943a4e..6bf142b0edcb 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -13,8 +13,8 @@ DISTNAME= ssh-1.2.27 CATEGORIES= security net MASTER_SITES= ftp://ftp.cs.hut.fi/pub/ssh/ -# disappeared? PATCH_SITES= http://www.ssh.fi/sshprotocols2/patches/ -PATCH_SITES= ftp://ftp2.inch.com/pub/FreeBSD/ +PATCH_SITES= http://www.ssh.org/patches/ \ + ftp://ftp2.inch.com/pub/FreeBSD/ PATCHFILES= patch-${DISTNAME}-bsd.tty.chown PATCH_DIST_STRIP= -p1 |