summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas Kanashiro <kanashiro.duarte@gmail.com>2015-12-09 23:07:35 -0200
committerLucas Kanashiro <kanashiro.duarte@gmail.com>2015-12-09 23:07:35 -0200
commit891d056a335a0fd6fd65844401166a735c83ac34 (patch)
tree636f329d38da2d102e4e7e968f6f6ea380a3d3a4
parentc06d8feeec209138a53519100bc2e1e1b5a300ab (diff)
Drop hardening.patch, already applied by upstream
-rw-r--r--debian/changelog1
-rw-r--r--debian/patches/hardening.patch17
-rw-r--r--debian/patches/series2
3 files changed, 1 insertions, 19 deletions
diff --git a/debian/changelog b/debian/changelog
index 51bef21..563ebf5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
libauthen-tacacsplus-perl (0.26-1) UNRELEASED; urgency=medium
* Import upstream version 0.26
+ * Drop hardening.patch, already applied by upstream
-- Lucas Kanashiro <kanashiro.duarte@gmail.com> Wed, 09 Dec 2015 23:04:44 -0200
diff --git a/debian/patches/hardening.patch b/debian/patches/hardening.patch
deleted file mode 100644
index cecd5b0..0000000
--- a/debian/patches/hardening.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Description: pass CFLAGS and CPPFLAGS explicitly in the subdirectory to get all hardening flags
-Origin: vendor
-Bug-Debian: http://bugs.debian.org/686177
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=109626
-Author: gregor herrmann <gregoa@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
deleted file mode 100644
index db655c6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-hardening.patch
-