summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorfredb <fredb>2000-03-27 00:01:17 +0000
committerfredb <fredb>2000-03-27 00:01:17 +0000
commit6493e88ddf112bb62d902ebe181326eeaa8b6985 (patch)
tree4a29cb97666fe6d79665890bd65e1922e3a08ba3 /security
parent8fcdfc4eff2c395e6b294fbd45077c4ee3496d0e (diff)
downloadpkgsrc-6493e88ddf112bb62d902ebe181326eeaa8b6985.tar.gz
Defuzz patch.
Diffstat (limited to 'security')
-rw-r--r--security/openssh/files/patch-sum4
-rw-r--r--security/openssh/patches/patch-aa21
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