[Pkg-gnutls-commits] r1426 - in /packages/p11-kit/trunk/debian: changelog rules

ametzler at users.alioth.debian.org ametzler at users.alioth.debian.org
Sun Mar 4 18:26:08 UTC 2012


Author: ametzler
Date: Sun Mar  4 18:26:08 2012
New Revision: 1426

URL: http://svn.debian.org/wsvn/pkg-gnutls/?sc=1&rev=1426
Log:
Do not export CPPFLAGS in debian/rules, it disabled the respective
hardening-options. (Thanks, Simon Ruderich) Closes: #662100

Modified:
    packages/p11-kit/trunk/debian/changelog
    packages/p11-kit/trunk/debian/rules

Modified: packages/p11-kit/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/changelog?rev=1426&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/changelog (original)
+++ packages/p11-kit/trunk/debian/changelog Sun Mar  4 18:26:08 2012
@@ -1,8 +1,9 @@
-p11-kit (0.11-3) UNRELEASED; urgency=low
+p11-kit (0.11-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Do not export CPPFLAGS in debian/rules, it disabled the respective
+    hardening-options. (Thanks, Simon Ruderich) Closes: #662100
 
- -- Andreas Metzler <ametzler at debian.org>  Sat, 03 Mar 2012 19:00:24 +0100
+ -- Andreas Metzler <ametzler at debian.org>  Sun, 04 Mar 2012 08:07:12 +0100
 
 p11-kit (0.11-2) unstable; urgency=low
 

Modified: packages/p11-kit/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnutls/packages/p11-kit/trunk/debian/rules?rev=1426&op=diff
==============================================================================
--- packages/p11-kit/trunk/debian/rules (original)
+++ packages/p11-kit/trunk/debian/rules Sun Mar  4 18:26:08 2012
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 CPPFLAGS += -D_XOPEN_SOURCE=600 -D_BSD_SOURCE
-export CPPFLAGS
 
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1




More information about the Pkg-gnutls-commits mailing list