[Pkg-samba-maint] r3661 - in trunk/samba/debian: . patches

bubulle at alioth.debian.org bubulle at alioth.debian.org
Sat Jan 15 17:04:30 UTC 2011


tags 574468 pending
thanks

Author: bubulle
Date: 2011-01-15 17:04:25 +0000 (Sat, 15 Jan 2011)
New Revision: 3661

Added:
   trunk/samba/debian/patches/bug_574468_upstream_7265.patch
Modified:
   trunk/samba/debian/changelog
   trunk/samba/debian/patches/series
Log:
Fix pam_winbind file descriptor leak with a patch
proposed in https://bugzilla.samba.org/show_bug.cgi?id=7265.
Upstream claim is that #7265 is fixed in 3.5.6 but our bug submitter
confirmed it is not while the patch applied here fixes the file
descriptor leak.
Closes: #574468

Modified: trunk/samba/debian/changelog
===================================================================
--- trunk/samba/debian/changelog	2010-12-18 18:23:29 UTC (rev 3660)
+++ trunk/samba/debian/changelog	2011-01-15 17:04:25 UTC (rev 3661)
@@ -1,5 +1,12 @@
 samba (2:3.5.6~dfsg-4) UNRELEASED; urgency=low
 
+  * Fix pam_winbind file descriptor leak with a patch
+    proposed in https://bugzilla.samba.org/show_bug.cgi?id=7265.
+    Upstream claim is that #7265 is fixed in 3.5.6 but our bug submitter
+    confirmed it is not while the patch applied here fixes the file
+    descriptor leak.
+    Closes: #574468
+
   [ Debconf translations ]  
   * Brazilian Portuguese (Adriano Rafael Gomes).  Closes: #607402
 

Added: trunk/samba/debian/patches/bug_574468_upstream_7265.patch
===================================================================
--- trunk/samba/debian/patches/bug_574468_upstream_7265.patch	                        (rev 0)
+++ trunk/samba/debian/patches/bug_574468_upstream_7265.patch	2011-01-15 17:04:25 UTC (rev 3661)
@@ -0,0 +1,12 @@
+Index: samba/nsswitch/winbind_client.h
+===================================================================
+--- samba.orig/nsswitch/winbind_client.h
++++ samba/nsswitch/winbind_client.h
+@@ -25,6 +25,6 @@
+ 
+ int winbind_write_sock(void *buffer, int count, int recursing, int need_priv);
+ int winbind_read_sock(void *buffer, int count);
+-void winbind_close_sock(void);
++void winbind_close_sock(void) __attribute__((destructor));
+ 
+ const char *nss_err_str(NSS_STATUS ret);

Modified: trunk/samba/debian/patches/series
===================================================================
--- trunk/samba/debian/patches/series	2010-12-18 18:23:29 UTC (rev 3660)
+++ trunk/samba/debian/patches/series	2011-01-15 17:04:25 UTC (rev 3661)
@@ -12,3 +12,4 @@
 no-unnecessary-cups.patch
 autoconf.patch
 bug_605728_upstream_7791.patch
+bug_574468_upstream_7265.patch





More information about the Pkg-samba-maint mailing list