diff options
author | itojun <itojun> | 2000-10-15 14:17:13 +0000 |
---|---|---|
committer | itojun <itojun> | 2000-10-15 14:17:13 +0000 |
commit | b6794c5600f2a460ac3356face68aca85713e5b7 (patch) | |
tree | 70ca41e028cb4345f4459f2e9dc35bef6267bf10 /security | |
parent | b6e1fc2f1a240f3a4bf2ddd56f1bde647fb478f7 (diff) | |
download | pkgsrc-b6794c5600f2a460ac3356face68aca85713e5b7.tar.gz |
allow build with login.conf support enabled. PR11150.
Diffstat (limited to 'security')
-rw-r--r-- | security/openssh/files/patch-sum | 4 | ||||
-rw-r--r-- | security/openssh/patches/patch-aa | 18 |
2 files changed, 9 insertions, 13 deletions
diff --git a/security/openssh/files/patch-sum b/security/openssh/files/patch-sum index 30d05c46d8a..b2ea70f4165 100644 --- a/security/openssh/files/patch-sum +++ b/security/openssh/files/patch-sum @@ -1,6 +1,6 @@ -$NetBSD: patch-sum,v 1.19 2000/09/04 11:20:58 itojun Exp $ +$NetBSD: patch-sum,v 1.20 2000/10/15 14:17:13 itojun Exp $ -MD5 (patch-aa) = 31cd06cd7a25ebfb3eea512606ffda41 +MD5 (patch-aa) = f03194df0ea8e068b57f3ea71ef2f5aa MD5 (patch-ae) = efdaabad2d0ac4c40c5b7d4cb833feaf MD5 (patch-ah) = 4259ece36472f4c21a6344ce61e6b344 MD5 (patch-aj) = 5397d9fbfe54544fd186831cfe979329 diff --git a/security/openssh/patches/patch-aa b/security/openssh/patches/patch-aa index a55373b26f8..97d6fe53b6d 100644 --- a/security/openssh/patches/patch-aa +++ b/security/openssh/patches/patch-aa @@ -1,16 +1,7 @@ -$NetBSD: patch-aa,v 1.11 2000/09/04 11:20:59 itojun Exp $ +$NetBSD: patch-aa,v 1.12 2000/10/15 14:17:14 itojun Exp $ --- configure.in.orig Thu Aug 31 07:20:05 2000 -+++ configure.in Mon Sep 4 20:16:40 2000 -@@ -234,6 +234,6 @@ - # Checks for header files. --AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h lastlog.h limits.h login.h login_cap.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h stddef.h time.h ttyent.h usersec.h util.h utmp.h utmpx.h) -+AC_CHECK_HEADERS(bstring.h endian.h floatingpoint.h lastlog.h limits.h login.h maillock.h netdb.h netgroup.h netinet/in_systm.h paths.h poll.h pty.h shadow.h security/pam_appl.h sys/bitypes.h sys/bsdtty.h sys/cdefs.h sys/poll.h sys/select.h sys/stat.h sys/stropts.h sys/sysmacros.h sys/time.h sys/ttcompat.h stddef.h time.h ttyent.h usersec.h util.h utmp.h utmpx.h) - - dnl Checks for library functions. --AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock freeaddrinfo gai_strerror getaddrinfo getnameinfo getrusage getttyent inet_aton inet_ntoa innetgr login_getcapbool md5_crypt memmove mkdtemp on_exit openpty rresvport_af setenv seteuid setlogin setproctitle setreuid sigaction sigvec snprintf strerror strlcat strlcpy strsep vsnprintf vhangup _getpty __b64_ntop) -+AC_CHECK_FUNCS(arc4random atexit b64_ntop bcopy bindresvport_af clock freeaddrinfo gai_strerror getaddrinfo getnameinfo getrusage getttyent inet_aton inet_ntoa innetgr md5_crypt memmove mkdtemp on_exit openpty rresvport_af setenv seteuid setlogin setproctitle setreuid sigaction sigvec snprintf strerror strlcat strlcpy strsep vsnprintf vhangup _getpty __b64_ntop) - dnl Checks for time functions ++++ configure.in Thu Oct 12 09:23:08 2000 @@ -337,2 +337,3 @@ saved_CFLAGS="$CFLAGS" +crypto_LIBS="" @@ -65,3 +56,8 @@ $NetBSD: patch-aa,v 1.11 2000/09/04 11:20:59 itojun Exp $ -LIBS="$saved_LIBS -lcrypto" +LIBS="$saved_LIBS $crypto_LIBS" +@@ -764,3 +780,3 @@ + ], +- [ struct passwd p s; p.pw_class = NULL; ], ++ [ struct passwd p; p.pw_class = NULL; ], + [ ac_cv_have_pw_class_in_struct_passwd="yes" ], |