diff options
author | wiz <wiz> | 2004-03-12 19:24:47 +0000 |
---|---|---|
committer | wiz <wiz> | 2004-03-12 19:24:47 +0000 |
commit | b2b7c50b500060b75321ff91401dddc9f80d7981 (patch) | |
tree | 209ea4e58b72a007a4509b118ebc4759bc601eab /security/openssh/patches | |
parent | b97626e06e916ca320c0dd35ede5fec706641085 (diff) | |
download | pkgsrc-b2b7c50b500060b75321ff91401dddc9f80d7981.tar.gz |
Update to 3.8p1:
This version features many improvements and bugfixes.
Diffstat (limited to 'security/openssh/patches')
-rw-r--r-- | security/openssh/patches/patch-aa | 15 | ||||
-rw-r--r-- | security/openssh/patches/patch-ab | 10 | ||||
-rw-r--r-- | security/openssh/patches/patch-ah | 10 |
3 files changed, 18 insertions, 17 deletions
diff --git a/security/openssh/patches/patch-aa b/security/openssh/patches/patch-aa index 338d9f99448..2f2751d2c04 100644 --- a/security/openssh/patches/patch-aa +++ b/security/openssh/patches/patch-aa @@ -1,7 +1,8 @@ -$NetBSD: patch-aa,v 1.31 2003/10/18 13:20:32 cjep Exp $ ---- configure.orig Tue Sep 23 02:55:43 2003 -+++ configure Tue Sep 23 13:27:33 2003 -@@ -4646,6 +4646,9 @@ +$NetBSD: patch-aa,v 1.32 2004/03/12 19:24:47 wiz Exp $ + +--- configure.orig Tue Feb 24 07:22:59 2004 ++++ configure +@@ -4803,6 +4803,9 @@ EOF ;; esac @@ -11,8 +12,8 @@ $NetBSD: patch-aa,v 1.31 2003/10/18 13:20:32 cjep Exp $ # Allow user to specify flags # Check whether --with-cflags or --without-cflags was given. -@@ -6491,6 +6494,10 @@ - #line 6491 "configure" +@@ -6809,6 +6812,10 @@ echo $ECHO_N "checking for libwrap... $E + #line 6809 "configure" #include "confdefs.h" +#ifdef HAVE_SYS_CDEFS_H @@ -22,7 +23,7 @@ $NetBSD: patch-aa,v 1.31 2003/10/18 13:20:32 cjep Exp $ #include <tcpd.h> int deny_severity = 0, allow_severity = 0; -@@ -17138,7 +17145,7 @@ +@@ -17983,7 +17990,7 @@ echo "OpenSSH has been configured with t echo " User binaries: $B" echo " System binaries: $C" echo " Configuration files: $D" diff --git a/security/openssh/patches/patch-ab b/security/openssh/patches/patch-ab index cb659caa00f..52c42ba6e9d 100644 --- a/security/openssh/patches/patch-ab +++ b/security/openssh/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.14 2003/01/19 01:26:40 seb Exp $ +$NetBSD: patch-ab,v 1.15 2004/03/12 19:24:47 wiz Exp $ ---- configure.ac.orig Thu Sep 26 00:38:47 2002 +--- configure.ac.orig Tue Feb 24 06:47:04 2004 +++ configure.ac -@@ -341,6 +341,9 @@ mips-sony-bsd|mips-sony-newsos4) +@@ -438,6 +438,9 @@ mips-sony-bsd|mips-sony-newsos4) ;; esac @@ -12,7 +12,7 @@ $NetBSD: patch-ab,v 1.14 2003/01/19 01:26:40 seb Exp $ # Allow user to specify flags AC_ARG_WITH(cflags, [ --with-cflags Specify additional flags to pass to compiler], -@@ -575,6 +578,10 @@ AC_ARG_WITH(tcp-wrappers, +@@ -767,6 +770,10 @@ AC_ARG_WITH(tcp-wrappers, AC_MSG_CHECKING(for libwrap) AC_TRY_LINK( [ @@ -23,7 +23,7 @@ $NetBSD: patch-ab,v 1.14 2003/01/19 01:26:40 seb Exp $ #include <tcpd.h> int deny_severity = 0, allow_severity = 0; ], -@@ -2449,7 +2456,7 @@ echo "OpenSSH has been configured with t +@@ -2793,7 +2800,7 @@ echo "OpenSSH has been configured with t echo " User binaries: $B" echo " System binaries: $C" echo " Configuration files: $D" diff --git a/security/openssh/patches/patch-ah b/security/openssh/patches/patch-ah index 2f981f210bd..c252054daf6 100644 --- a/security/openssh/patches/patch-ah +++ b/security/openssh/patches/patch-ah @@ -1,8 +1,8 @@ -$NetBSD: patch-ah,v 1.19 2002/06/25 02:13:13 itojun Exp $ +$NetBSD: patch-ah,v 1.20 2004/03/12 19:24:47 wiz Exp $ ---- Makefile.in.orig Fri Jun 21 10:38:53 2002 -+++ Makefile.in Tue Jun 25 10:50:44 2002 -@@ -21,7 +21,7 @@ +--- Makefile.in.orig Wed Feb 18 04:35:11 2004 ++++ Makefile.in +@@ -21,7 +21,7 @@ top_srcdir=@top_srcdir@ DESTDIR= VPATH=@srcdir@ SSH_PROGRAM=@bindir@/ssh @@ -11,7 +11,7 @@ $NetBSD: patch-ah,v 1.19 2002/06/25 02:13:13 itojun Exp $ SFTP_SERVER=$(libexecdir)/sftp-server SSH_KEYSIGN=$(libexecdir)/ssh-keysign RAND_HELPER=$(libexecdir)/ssh-rand-helper -@@ -203,7 +203,7 @@ +@@ -235,7 +235,7 @@ check-config: scard-install: (cd scard && $(MAKE) DESTDIR=$(DESTDIR) install) |