[Pkg-samba-maint] r1016 - trunk

Peter Eisentraut petere at costa.debian.org
Sat Feb 4 10:38:35 UTC 2006


Author: petere
Date: 2006-02-04 10:38:33 +0000 (Sat, 04 Feb 2006)
New Revision: 1016

Modified:
   trunk/changelog
   trunk/rules
Log:
Disable PIE compilation.


Modified: trunk/changelog
===================================================================
--- trunk/changelog	2006-02-04 08:13:37 UTC (rev 1015)
+++ trunk/changelog	2006-02-04 10:38:33 UTC (rev 1016)
@@ -5,7 +5,7 @@
   * New upstream release
 
   * Upstream bugs fixed by the new upstream release:
-    - Support changing expired passwords in 
+    - Support changing expired passwords in
       pam_winbindd. Closes: #258302
     - vfs_full_audit fixes for multiple connections. Closes: #348419
     - crashes of smbd in security=server mode
@@ -23,6 +23,7 @@
   * Install smbumount setgid root. Closes: #253437
   * Add watch file.
   * Activate kernel oplocks. Closes: #218511
+  * Disable PIE compilation. Closes: #346416
 
   [ Christian Perrier ]
   * activate building of idmap_rid. Closes: #284681.
@@ -32,7 +33,7 @@
   * Also enable setresuid()/setresgid() on alpha and sparc now that support
     for Linux 2.2 is dropped.
 
- -- Steve Langasek <vorlon at debian.org>  Fri,  3 Feb 2006 16:42:57 -0800
+ -- Peter Eisentraut <petere at debian.org>  Sat,  4 Feb 2006 10:01:52 +0100
 
 samba (3.0.21a-4) unstable; urgency=low
 

Modified: trunk/rules
===================================================================
--- trunk/rules	2006-02-04 08:13:37 UTC (rev 1015)
+++ trunk/rules	2006-02-04 10:38:33 UTC (rev 1016)
@@ -42,6 +42,7 @@
 		--with-fhs \
 		--enable-shared \
 		--enable-static \
+		--disable-pie \
 		--prefix=/usr \
 		--sysconfdir=/etc \
 		--libdir=/etc/samba \




More information about the Pkg-samba-maint mailing list