[SCM] Debian packaging of libtest-compile-perl branch, master, updated. debian/0.16-1-12-g605082c

Fabrizio Regalli fabreg at fabreg.it
Mon Feb 27 10:38:39 UTC 2012


The following commit has been merged in the master branch:
commit a9516057d15d919f2c9882486c940632e85cda8e
Author: Fabrizio Regalli <fabreg at fabreg.it>
Date:   Mon Feb 27 11:32:54 2012 +0100

    Removed taint.patch patch: it's no longer required

diff --git a/debian/changelog b/debian/changelog
index b4bf114..46d7d82 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,6 @@
 libtest-compile-perl (0.17-1) UNRELEASED; urgency=low
 
   TODO:
-  - taint.patch no longer required as the same file exists under a different name
   - man patch redundant and not true any more
   - I think the main copyright stanza needs updating. I should have done this
     myself but it is easier to spot mistakes in other people's work. ;-(
@@ -11,6 +10,7 @@ libtest-compile-perl (0.17-1) UNRELEASED; urgency=low
   * Update format url using copyright-format 1.0
   * Removed lib.patch patch: it's now included in the source code
   * Refreshed man.patch patch
+  * Removed taint.patch patch: it's no longer required
 
  -- Fabrizio Regalli <fabreg at fabreg.it>  Fri, 24 Feb 2012 17:21:56 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index 3a8423f..c7b4262 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
-taint.patch
 man.patch
 clean_build.patch
diff --git a/debian/patches/taint.patch b/debian/patches/taint.patch
deleted file mode 100644
index 4289af6..0000000
--- a/debian/patches/taint.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-Author: Nicholas Bamber <nicholas at periapt.co.uk>
-Subject: taint mode not respected
- If the -T argument is passed on the command line to the perl executable,
- it will turn on "taint" treating all input as suspect until checked,
- and dieing if the scripts attempts to output tainted data. Using taint
- mode is considered good practice for sensitive programs that could
- possibly be run by untrusted users. If the -T argument is used in the
- shebang line of the script, then it needs to be passed when the script is
- invoked - otherwise the script will fail to compile. Thus it is quite
- important that this module pass the -T flag when required. We also provide
- a test script to verify the extra functionality. There is also a -t argument
- which warns rather than dies.
-Last-Update: 2012-02-18
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=649301
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=55837
---- /dev/null
-+++ b/t/10_taint.t
-@@ -0,0 +1,7 @@
-+#!perl -w
-+use strict;
-+use warnings;
-+use Test::More tests => 1;
-+use Test::Compile;
-+pl_file_ok('t/scripts/taint.pl', 'taint.pl compiles');
-+

-- 
Debian packaging of libtest-compile-perl



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