diff options
Diffstat (limited to 'security/openssh/patches')
-rw-r--r-- | security/openssh/patches/patch-aa | 22 | ||||
-rw-r--r-- | security/openssh/patches/patch-ab | 22 | ||||
-rw-r--r-- | security/openssh/patches/patch-ah | 4 |
3 files changed, 46 insertions, 2 deletions
diff --git a/security/openssh/patches/patch-aa b/security/openssh/patches/patch-aa new file mode 100644 index 00000000000..0a53585fe96 --- /dev/null +++ b/security/openssh/patches/patch-aa @@ -0,0 +1,22 @@ +$NetBSD: patch-aa,v 1.15 2001/06/28 23:12:16 jlam Exp $ + +--- configure.orig Sun Jun 17 00:09:50 2001 ++++ configure +@@ -1796,7 +1796,7 @@ + + ;; + *-*-netbsd*) +- need_dash_r=1 ++ #need_dash_r=1 # buildlink.mk + ;; + *-*-freebsd*) + check_for_libcrypt_later=1 +@@ -1828,7 +1828,7 @@ + *-*-solaris*) + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" +- need_dash_r=1 ++ #need_dash_r=1 # buildlink.mk + cat >> confdefs.h <<\EOF + #define PAM_SUN_CODEBASE 1 + EOF diff --git a/security/openssh/patches/patch-ab b/security/openssh/patches/patch-ab new file mode 100644 index 00000000000..3a574c8bac5 --- /dev/null +++ b/security/openssh/patches/patch-ab @@ -0,0 +1,22 @@ +$NetBSD: patch-ab,v 1.3 2001/06/28 23:12:16 jlam Exp $ + +--- configure.in.orig Mon May 28 13:21:44 2001 ++++ configure.in +@@ -131,7 +131,7 @@ + ) + ;; + *-*-netbsd*) +- need_dash_r=1 ++ #need_dash_r=1 # buildlink.mk + ;; + *-*-freebsd*) + check_for_libcrypt_later=1 +@@ -151,7 +151,7 @@ + *-*-solaris*) + CPPFLAGS="$CPPFLAGS -I/usr/local/include" + LDFLAGS="$LDFLAGS -L/usr/local/lib -R/usr/local/lib" +- need_dash_r=1 ++ #need_dash_r=1 # buildlink.mk + AC_DEFINE(PAM_SUN_CODEBASE) + AC_DEFINE(LOGIN_NEEDS_UTMPX) + AC_DEFINE(LOGIN_NEEDS_TERM) diff --git a/security/openssh/patches/patch-ah b/security/openssh/patches/patch-ah index 46ee206e1d0..4b4cb470510 100644 --- a/security/openssh/patches/patch-ah +++ b/security/openssh/patches/patch-ah @@ -1,4 +1,4 @@ -$NetBSD: patch-ah,v 1.11 2001/05/14 16:32:33 itojun Exp $ +$NetBSD: patch-ah,v 1.12 2001/06/28 23:12:16 jlam Exp $ --- Makefile.in.orig Fri Apr 27 09:31:08 2001 +++ Makefile.in Tue May 15 01:25:53 2001 @@ -15,7 +15,7 @@ $NetBSD: patch-ah,v 1.11 2001/05/14 16:32:33 itojun Exp $ VPATH=@srcdir@ SSH_PROGRAM=@bindir@/ssh -ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass -+ASKPASS_PROGRAM=/usr/X11R6/bin/ssh-askpass ++#ASKPASS_PROGRAM=$(libexecdir)/ssh-askpass SFTP_SERVER=$(libexecdir)/sftp-server PATHS= -DETCDIR=\"$(sysconfdir)\" \ |