diff options
author | itojun <itojun@pkgsrc.org> | 1999-07-10 22:05:28 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 1999-07-10 22:05:28 +0000 |
commit | 6842f04038d5a3b5eccbb8517be37bc9e62a9874 (patch) | |
tree | 8173c919cd07b421fb43e229cfeed77489b00ece /security/ssh | |
parent | 2abcebcf7069a2b1e262d1e2daf1e0cf746dac09 (diff) | |
download | pkgsrc-6842f04038d5a3b5eccbb8517be37bc9e62a9874.tar.gz |
add PATCH_SITES.
note: IPv6 build (with USE_INET6) will not be successful due to patch sums.
better fix should follow.
Diffstat (limited to 'security/ssh')
-rw-r--r-- | security/ssh/Makefile | 3 | ||||
-rw-r--r-- | security/ssh/files/md5 | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/ssh/Makefile b/security/ssh/Makefile index 2c85ddbb513..cec539158fc 100644 --- a/security/ssh/Makefile +++ b/security/ssh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.50 1999/07/08 17:10:57 itojun Exp $ +# $NetBSD: Makefile,v 1.51 1999/07/10 22:05:28 itojun Exp $ # FreeBSD Id: Makefile,v 1.47 1997/11/10 22:04:42 dima Exp # @@ -89,6 +89,7 @@ CFLAGS+= -DLIBWRAP_FWD # IPv6 support # always fetch IPv6 related patch files. simplify files/md5 generation. .if defined(USE_INET6) +PATCH_SITES+= ftp://ftp.kyoto.wide.ad.jp/IPv6/ssh/ PATCHFILES+= ssh-1.2.27-IPv6-1.5-patch.gz PATCH_DIST_STRIP+= -p1 PATCHDIR= ${WRKDIR}/.patches diff --git a/security/ssh/files/md5 b/security/ssh/files/md5 index c33b22d8d8c..a78c4dadc1d 100644 --- a/security/ssh/files/md5 +++ b/security/ssh/files/md5 @@ -1,4 +1,4 @@ -$NetBSD: md5,v 1.9 1999/07/08 17:10:58 itojun Exp $ +$NetBSD: md5,v 1.10 1999/07/10 22:05:29 itojun Exp $ MD5 (ssh-1.2.27.tar.gz) = c22bc000bee0f7d6f4845eab72a81395 MD5 (ssh-1.2.27-IPv6-1.5-patch.gz) = b854131fe8aa025abeef32cecfe1b037 |