diff options
author | fredb <fredb@pkgsrc.org> | 2000-03-27 00:01:17 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-03-27 00:01:17 +0000 |
commit | 1635def7acab5c619e1b7142b38bfd4a860b59e5 (patch) | |
tree | 4a29cb97666fe6d79665890bd65e1922e3a08ba3 /security | |
parent | 961be7df96fc3e80bb03c78c84e2ca830bfd723d (diff) | |
download | pkgsrc-1635def7acab5c619e1b7142b38bfd4a860b59e5.tar.gz |
Defuzz patch.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/files/patch-sum | 4 | ||||
-rw-r--r-- | security/openssh/patches/patch-aa | 21 |
2 files changed, 13 insertions, 12 deletions
diff --git a/security/openssh/files/patch-sum b/security/openssh/files/patch-sum index e52ca097e94..626a5df2938 100644 --- a/security/openssh/files/patch-sum +++ b/security/openssh/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.5 2000/03/26 14:36:24 itojun Exp $ +$NetBSD: patch-sum,v 1.6 2000/03/27 00:01:17 fredb Exp $ -MD5 (patch-aa) = 64797c48c4837c76f263d9a323012966 +MD5 (patch-aa) = ba9621decf3b55fde17a92409b0649ed MD5 (patch-ab) = b1be98743ffb76d3e0401dda3a420f25 MD5 (patch-ad) = affe7f6d4df103015cb788cac15d2670 MD5 (patch-ag) = 037888228d97283b54d1232daf3945a2 diff --git a/security/openssh/patches/patch-aa b/security/openssh/patches/patch-aa index d3c801bc2d8..37dcf14abe1 100644 --- a/security/openssh/patches/patch-aa +++ b/security/openssh/patches/patch-aa @@ -1,7 +1,8 @@ -$NetBSD: patch-aa,v 1.5 2000/03/26 14:36:24 itojun Exp $ ---- configure.orig Wed Jan 26 19:17:06 2000 -+++ configure Thu Jan 27 11:26:51 2000 -@@ -2293,9 +2293,11 @@ +$NetBSD: patch-aa,v 1.6 2000/03/27 00:01:17 fredb Exp $ + +--- configure.orig Thu Mar 23 16:28:48 2000 ++++ configure Sun Mar 26 17:32:51 2000 +@@ -2427,9 +2427,11 @@ #include <sys/types.h> #include <sys/socket.h> @@ -12,24 +13,24 @@ $NetBSD: patch-aa,v 1.5 2000/03/26 14:36:24 itojun Exp $ +memset(&s, 0, sizeof(s)); ; return 0; } EOF - if { (eval echo configure:2302: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then -@@ -2321,6 +2323,7 @@ + if { (eval echo configure:2436: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +@@ -2455,6 +2457,7 @@ cat > conftest.$ac_ext <<EOF - #line 2323 "configure" + #line 2457 "configure" #include "confdefs.h" +#include <sys/types.h> #include <netinet/in.h> int main() { struct sockaddr_in6 s; s.sin6_family = 0; -@@ -2349,6 +2352,7 @@ +@@ -2483,6 +2486,7 @@ cat > conftest.$ac_ext <<EOF - #line 2351 "configure" + #line 2485 "configure" #include "confdefs.h" +#include <sys/types.h> #include <netinet/in.h> int main() { struct in6_addr s; s.s6_addr[0] = 0; -@@ -2545,7 +2549,7 @@ +@@ -3149,7 +3153,7 @@ if test "$cross_compiling" = yes; then { echo "configure: error: Cannot check for file existence when cross compiling" 1>&2; exit 1; } else |