[SCM] Debian packaging of libauthen-tacacsplus-perl branch, master, updated. debian/0.23-1-2-g6af8959

gregor herrmann gregoa at debian.org
Wed Aug 29 22:12:07 UTC 2012


The following commit has been merged in the master branch:
commit dd59f4fce7894598822d71c1b0311163957c6375
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Aug 30 00:10:40 2012 +0200

    Add patch hardening.patch:
    
    pass CFLAGS and CPPFLAGS manually to the sub-make in order to get all
    hardening flags.
    
    Thanks: Simon Ruderich for the bug report.
    Closes: #686177

diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
new file mode 100644
index 0000000..aebfd64
--- /dev/null
+++ b/debian/patches/hardening.patch
@@ -0,0 +1,17 @@
+Description: pass CFLAGS and CPPFLAGS explicitly in the subdirectory to get all hardening flags
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/686177
+Forwarded: not-yet
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2012-08-30
+
+--- a/tacpluslib/Makefile.PL
++++ b/tacpluslib/Makefile.PL
+@@ -20,6 +20,7 @@
+     DEFINE    => $defines{$osname},
+     SKIP      => [qw(static dynamic)],
+     clean     => {'FILES' => 'libtacplus$(LIB_EXT)'},              
++    CCFLAGS   => "$ENV{'CFLAGS'} $ENV{'CPPFLAGS'}",
+ );                                                               
+                                                                  
+ sub MY::top_targets {     
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..db655c6
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+hardening.patch
+

-- 
Debian packaging of libauthen-tacacsplus-perl



More information about the Pkg-perl-cvs-commits mailing list