r7048 - in /trunk/libapache2-mod-perl2/debian: changelog patches/001-gtop2.patch patches/004-bugs-to-debian-bts.patch patches/005-regex-DoS-bug-433549.patch patches/006_man_section_and_build_warnings.patch patches/series

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Tue Aug 21 10:42:21 UTC 2007


Author: dmn
Date: Tue Aug 21 10:42:21 2007
New Revision: 7048

URL: http://svn.debian.org/wsvn/?sc=1&rev=7048
Log:
* New upstream release
  + refreshed patches
    001-gtop2.patch
    004-bugs-to-debian-bts.patch
    005-regex-DoS-bug-433549.patch
    006_man_section_and_build_warnings.patch - one hunk dropped
  + dropped patches applied upstream
    002-crash-404051.patch -- applied upstream
    003-segfault-local-ENV-bug-384622.patch -- applied upstream
    007_test_head_content_length_on_empty_content_2.2.patch -- upstream
    contains better fix

Modified:
    trunk/libapache2-mod-perl2/debian/changelog
    trunk/libapache2-mod-perl2/debian/patches/001-gtop2.patch
    trunk/libapache2-mod-perl2/debian/patches/004-bugs-to-debian-bts.patch
    trunk/libapache2-mod-perl2/debian/patches/005-regex-DoS-bug-433549.patch
    trunk/libapache2-mod-perl2/debian/patches/006_man_section_and_build_warnings.patch
    trunk/libapache2-mod-perl2/debian/patches/series

Modified: trunk/libapache2-mod-perl2/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/changelog?rev=7048&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/changelog (original)
+++ trunk/libapache2-mod-perl2/debian/changelog Tue Aug 21 10:42:21 2007
@@ -1,3 +1,19 @@
+libapache2-mod-perl2 (2.0.3-1) UNRELEASED; urgency=low
+
+  * New upstream release
+    + refreshed patches
+      001-gtop2.patch
+      004-bugs-to-debian-bts.patch
+      005-regex-DoS-bug-433549.patch
+      006_man_section_and_build_warnings.patch - one hunk dropped
+    + dropped patches applied upstream
+      002-crash-404051.patch -- applied upstream
+      003-segfault-local-ENV-bug-384622.patch -- applied upstream
+      007_test_head_content_length_on_empty_content_2.2.patch -- upstream
+      contains better fix
+
+ -- Damyan Ivanov <dmn at debian.org>  Tue, 21 Aug 2007 13:41:42 +0300
+
 libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low
 
   [ Gunnar Wolf ]

Modified: trunk/libapache2-mod-perl2/debian/patches/001-gtop2.patch
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/patches/001-gtop2.patch?rev=7048&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/001-gtop2.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/001-gtop2.patch Tue Aug 21 10:42:21 2007
@@ -1,8 +1,8 @@
 Index: libapache2-mod-perl2/lib/Apache2/Build.pm
 ===================================================================
---- libapache2-mod-perl2.orig/lib/Apache2/Build.pm	2007-08-18 09:32:30.000000000 +0300
-+++ libapache2-mod-perl2/lib/Apache2/Build.pm	2007-08-18 14:59:09.000000000 +0300
-@@ -447,7 +447,7 @@
+--- libapache2-mod-perl2.orig/lib/Apache2/Build.pm	2006-11-20 01:31:40.000000000 +0200
++++ libapache2-mod-perl2/lib/Apache2/Build.pm	2007-08-21 13:33:39.000000000 +0300
+@@ -449,7 +449,7 @@
          $xlibs .= ' -lintl';
      }
  

Modified: trunk/libapache2-mod-perl2/debian/patches/004-bugs-to-debian-bts.patch
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/patches/004-bugs-to-debian-bts.patch?rev=7048&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/004-bugs-to-debian-bts.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/004-bugs-to-debian-bts.patch Tue Aug 21 10:42:21 2007
@@ -1,10 +1,13 @@
---- dir.orig/lib/ModPerl/TestReport.pm	(revision 6891)
-+++ dir/lib/ModPerl/TestReport.pm	(working copy)
-@@ -96,7 +96,11 @@
+Index: libapache2-mod-perl2/lib/ModPerl/TestReport.pm
+===================================================================
+--- libapache2-mod-perl2.orig/lib/ModPerl/TestReport.pm	2007-08-21 13:16:40.000000000 +0300
++++ libapache2-mod-perl2/lib/ModPerl/TestReport.pm	2007-08-21 13:35:30.000000000 +0300
+@@ -97,7 +97,11 @@
      return $package;
  }
  
 -sub report_to { 'modperl at perl.apache.org' }
+-
 +# We are reporting to the Debian BTS, not directly to the upstream (Apache)
 +sub report_to { 'submit at bugs.debian.org' }
 +sub postit_note {
@@ -12,5 +15,4 @@
 +    # embedded in reportbug's, so...
 +}
  
--
  1;

Modified: trunk/libapache2-mod-perl2/debian/patches/005-regex-DoS-bug-433549.patch
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/patches/005-regex-DoS-bug-433549.patch?rev=7048&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/005-regex-DoS-bug-433549.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/005-regex-DoS-bug-433549.patch Tue Aug 21 10:42:21 2007
@@ -1,6 +1,8 @@
---- dir.orig/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm	(revision 6891)
-+++ dir/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm	(working copy)
-@@ -336,7 +336,7 @@
+Index: libapache2-mod-perl2/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm
+===================================================================
+--- libapache2-mod-perl2.orig/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm	2007-08-21 13:16:43.000000000 +0300
++++ libapache2-mod-perl2/ModPerl-Registry/lib/ModPerl/RegistryCooker.pm	2007-08-21 13:35:52.000000000 +0300
+@@ -337,7 +337,7 @@
      my $self = shift;
  
      my $path_info = $self->{REQ}->path_info;

Modified: trunk/libapache2-mod-perl2/debian/patches/006_man_section_and_build_warnings.patch
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/patches/006_man_section_and_build_warnings.patch?rev=7048&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/006_man_section_and_build_warnings.patch (original)
+++ trunk/libapache2-mod-perl2/debian/patches/006_man_section_and_build_warnings.patch Tue Aug 21 10:42:21 2007
@@ -1,16 +1,8 @@
---- dir.orig/lib/ModPerl/BuildMM.pm	(revision 6891)
-+++ dir/lib/ModPerl/BuildMM.pm	(working copy)
-@@ -193,6 +193,9 @@
-     # allow 'make -j'
-     require ExtUtils::MakeMaker;
-     my $mm_ver = $ExtUtils::MakeMaker::VERSION;
-+    # Avoid warnings regarding "argument isn't numeric" when building
-+    $mm_ver =~ s/^([\d\.]+).*/$1/;
-+
-     my $pm_to_blib = ($mm_ver >= 6.22 && $mm_ver <= 6.25)
-         ? "pm_to_blib.ts"
-         : "pm_to_blib";
-@@ -261,7 +264,7 @@
+Index: libapache2-mod-perl2/lib/ModPerl/BuildMM.pm
+===================================================================
+--- libapache2-mod-perl2.orig/lib/ModPerl/BuildMM.pm	2007-08-21 13:16:41.000000000 +0300
++++ libapache2-mod-perl2/lib/ModPerl/BuildMM.pm	2007-08-21 13:39:47.000000000 +0300
+@@ -281,7 +281,7 @@
                  $man =~ s!/!::!g;
  
                  push @target,

Modified: trunk/libapache2-mod-perl2/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libapache2-mod-perl2/debian/patches/series?rev=7048&op=diff
==============================================================================
--- trunk/libapache2-mod-perl2/debian/patches/series (original)
+++ trunk/libapache2-mod-perl2/debian/patches/series Tue Aug 21 10:42:21 2007
@@ -1,7 +1,4 @@
 001-gtop2.patch
-002-crash-404051.patch
-003-segfault-local-ENV-bug-384622.patch
 004-bugs-to-debian-bts.patch
 005-regex-DoS-bug-433549.patch
 006_man_section_and_build_warnings.patch
-007_test_head_content_length_on_empty_content_2.2.patch




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