pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/samba Try to fix build problem on current with pam...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1f2712113496
branches:  trunk
changeset: 538769:1f2712113496
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Feb 19 10:28:12 2008 +0000

description:
Try to fix build problem on current with pam option.

diffstat:

 net/samba/distinfo         |   3 ++-
 net/samba/patches/patch-aa |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (34 lines):

diff -r 7fb95b159b3a -r 1f2712113496 net/samba/distinfo
--- a/net/samba/distinfo        Tue Feb 19 09:59:33 2008 +0000
+++ b/net/samba/distinfo        Tue Feb 19 10:28:12 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.59 2007/12/21 17:32:24 drochner Exp $
+$NetBSD: distinfo,v 1.60 2008/02/19 10:28:12 taca Exp $
 
 SHA1 (samba-3.0.26a-CVE-2007-4572.patch) = 32b4f45558a0765b9cd96e67ac57a83cc62678ea
 RMD160 (samba-3.0.26a-CVE-2007-4572.patch) = 81afb6ce0a58cd688fc3c25c1c8a878ca1a4b7fc
@@ -12,6 +12,7 @@
 SHA1 (samba-3.0.27a-CVE-2007-6015.patch) = 962f9b0fee584a01324c4811e223b9e978dc76a1
 RMD160 (samba-3.0.27a-CVE-2007-6015.patch) = eafff2cd721fed64098bf6eaaf47d7501d58ba21
 Size (samba-3.0.27a-CVE-2007-6015.patch) = 1739 bytes
+SHA1 (patch-aa) = 7d5de1fde89747df328c1e213d50893dffcc57bf
 SHA1 (patch-ab) = 9597f88f6e7f97da446968562b4d3ab8e9644f0f
 SHA1 (patch-ac) = 47529dfe904768e6a3076131978c89fe2d1e3619
 SHA1 (patch-ae) = a220568afcb6ae97e1000296795f852f8e92f624
diff -r 7fb95b159b3a -r 1f2712113496 net/samba/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/net/samba/patches/patch-aa        Tue Feb 19 10:28:12 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.31 2008/02/19 10:28:12 taca Exp $
+
+--- nsswitch/pam_winbind.c.orig        2007-04-21 10:48:07.000000000 +0900
++++ nsswitch/pam_winbind.c
+@@ -1289,6 +1289,8 @@ static char *_pam_delete(register char *
+       return NULL;
+ }
+ 
++PAM_EXTERN int pam_sm_close_session(pam_handle_t *, int, int, const char **);
++
+ /*
+  * obtain a password from the user
+  */



Home | Main Index | Thread Index | Old Index