2008
libapache2-mod-perl2 (2.0.4-5) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Changed: Switched Vcs-Browser field to ViewSVN
(source stanza).
[ Damyan Ivanov ]
* add 010-doc-no-more-send_http_header.patch removing a forgotten
send_http_header that is no nonger available in Registry.pod
Closes: #507821 -- Can't locate object method "send_http_header" via
package "Apache2::RequestRec"
[ gregor herrmann ]
* debian/control: Added: ${misc:Depends} to Depends: field.
[ Gunnar Wolf ]
* Added conditional dependency on libapache2-mpm-itk (together with
apache2). (Closes: #508910)
* Added patch which created a FTBFS with the libwww-perl 5.813 to 5.820
update (acknowledged upstream, will be included in next release)
(Closes: #509457)
* reordered debian/patches/series to match reality
-- Gunnar Wolf <gwolf@debian.org> Fri, 26 Dec 2008 19:38:28 -0600
libapache2-mod-perl2 (2.0.4-4) unstable; urgency=medium
[ Frank Lichtenheld ]
* Convert debian/copyright to proposed new format.
* Refer to Apache License in /usr/share/common-licenses.
* Bump Standards-Version to 3.8.0.
[ gregor herrmann ]
* Add debian/README.source to document quilt usage, as required by
Debian Policy since 3.8.0.
[ Damyan Ivanov ]
* add dependency on apache2 (>= 2.2.4) because of the new
ap_get_server_banner symbol not available in previous apaches
Closes: #503375: libapache2-mod-perl2 - Uses undefined symbol
ap_get_server_banner
Thanks to Bastian Blank for reporting.
-- Damyan Ivanov <dmn@debian.org> Fri, 31 Oct 2008 14:00:39 +0200
libapache2-mod-perl2 (2.0.4-3) unstable; urgency=low
* Add an alternative (and preferred) build-dependency on
perl-modules (>= 5.10.0-14) to the libcgi-pm-perl one.
This works around an sbuild bug (#395271) on the buildds.
(Closes: #494677)
-- Niko Tyni <ntyni@debian.org> Mon, 15 Sep 2008 21:04:52 +0300
libapache2-mod-perl2 (2.0.4-2) unstable; urgency=medium
* add explicit build-dependency on libcgi-pm-perl (>= 3.33) as the version
of CGI.pm shipped in perl-modules fails with a taint failure when handling
uploads. Thanks to Niko Tyni for the investigation.
Closes: #480154 -- FTBFS on mips (cgiupload tests fail)
- bump urgency to medium
-- Damyan Ivanov <dmn@debian.org> Mon, 11 Aug 2008 12:27:28 +0300
libapache2-mod-perl2 (2.0.4-1) unstable; urgency=low
[ Damyan Ivanov ] * New upstream release. Support to Perl 5.10 added. Closes: #479240 * Apache2::Reload was split in its own CPAN module, add libapache2-reload-perl to Recommends * Drop patches applied upstream + 005-regex-DoS-bug-433549.patch + 013-test-apache-status.patch + 015-nonvoid-return.patch * Drop Perl 5.10 related patches that are not needed now that upstream supports 5.10 + 010-svn-fix-bleadperl.patch + 011-svn-fix-perl5.10-build.patch + 012-svn-more-perl5.10-fixes.patch [ Niko Tyni ] * 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch: dropped, no longer needed. [ gregor herrmann ] * debian/copyright: deduct years of copyright from Changes. * Add /me to Uploaders.
-- gregor herrmann <gregoa@debian.org> Sun, 04 May 2008 00:43:47 +0200
libapache2-mod-perl2 (2.0.3-5) unstable; urgency=low
* debian/rules: Improve the test suite coverage by setting
APACHE_TEST_EXTRA_ARGS="-httpd_conf /etc/apache2/apache2.conf"
so that Apache::Test parses the right apache2 configuration file.
* debian/patches/030-apxs-no-prefix.patch: fix a resulting warning
from apxs2 looking for CFG_PREFIX, which is not set on Debian.
* debian/patches/031-test-extra-args.patch: honour
APACHE_TEST_EXTRA_ARGS with the top level test suite too.
-- Niko Tyni <ntyni@debian.org> Wed, 12 Mar 2008 23:15:59 +0200
libapache2-mod-perl2 (2.0.3-4) unstable; urgency=low
* debian/patches/015-nonvoid-return.patch: make modperl_thx_interp_get()
always return a value, fixing undefined behaviour that led to a SIGBUS
on sparc (Closes: #468327).
* debian/patches/010-svn-fix-bleadperl.patch: add a null pointer reference
fix from upstream SVN r481237.
-- Niko Tyni <ntyni@debian.org> Wed, 12 Mar 2008 14:53:51 +0200
libapache2-mod-perl2 (2.0.3-3) unstable; urgency=low
[ gregor herrmann ]
* debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser
field (source stanza); Homepage field (source stanza). Removed: XS-
Vcs-Svn fields.
* debian/rules: delete /usr/share/perl5 only if it exists.
[ Frank Lichtenheld ]
* debian/rules: Fix some typos and some dependencies
* debian/patches/009-allow-parallel-build.patch: Fix Makefile.PL
to allow parallel building. Fixes a misbuild with dpkg-buildpackage -j
found by Daniel Schepler.
* Standards-Version: 3.7.3 (no changes)
* debhelper compatibility level 6
[ Damyan Ivanov ]
* add 011-svn-fix-perl5.10-build.patch. Closes: #462994
* debian/rules:
+ replace debian/stamp-patched with $(QUILT_STAMPFN)
+ make install-stamp depend on build-stamp, not build
+ remove commented-out cdbs make rules
* Use http://perl.apache.org/ for Homepage
* Reformat NEWS.Debian, following DevRef 6.3.4. Thanks, lintian.
* Drop "-1" revision from dependencies. Thanks, lintian.
* Add copyright information to debian/copyright
[ Niko Tyni ]
* Don't ship an empty /usr/bin directory.
* Fix the 'clean' target, broken when Makefile.PL got unpatched.
* Add myself to Uploaders.
* debian/patches:
+ remove those Debian patches included upstream from the source package,
as they had not been applied since 2.0.3-1.
+ 010-svn-fix-bleadperl.patch: more Perl 5.10 fixes from upstream SVN.
+ 012-svn-more-perl5.10-fixes.patch: as above.
+ 013-test-apache-status.patch: make the apache_status.t test work with
Perl 5.10 too. Upstream SVN r614146.
-- Niko Tyni <ntyni@debian.org> Wed, 27 Feb 2008 22:43:01 +0200
2007
libapache2-mod-perl2 (2.0.3-2) unstable; urgency=low
[ Damyan Ivanov ]
* Upload to unstable
+ Closes: #401737 -- Please package latest libapache2-mod-perl2
- Closes: #398675 -- Rejects configuration in a Perl configuration
section that works fine as a regular configuration
directive
- Closes: #399639 -- Data pushed onto @PerlSections is ignored
+ Closes: #406742 -- clean rule does not clean properly
+ Closes: #357438 -- Apache2::Resource uses BSD::Resource
[ Gunnar Wolf ]
* Added netbase to build-dependencies, fixing FTBFS (Closes: #439281)
-- Gunnar Wolf <gwolf@debian.org> Wed, 29 Aug 2007 11:38:42 +0200
libapache2-mod-perl2 (2.0.3-1) experimental; 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
* Add dh_slibdeps to arch-dep target
* Wrapped (Build-)Depends lists
* Add testing to the build process
+ Added apache2, libcompress-zlib-perl and libbsd-resource-perl to
Build-Depends to allow tests to be run on buildds
+ Put LANG=C in front of '$(MAKE) test' to avoid locale side effects (in
dates etc)
+ Add locales-all to Build-Depends, since some of the tests need that
+ Add new 008_fix_version_check_in_t_response_TestAPI_server_const_pm.patch
to fix the server_const test
+ Fail if $(MAKE) test fails
+ Add cleaning after tests to clean target
-- Damyan Ivanov <dmn@debian.org> Wed, 22 Aug 2007 13:12:39 +0300
libapache2-mod-perl2 (2.0.2-6) UNRELEASED; urgency=low
[ Gunnar Wolf ] * Added recommendation on libbsd-resource-perl (Closes: #357438) [ Damyan Ivanov ] * Transformed debian/rules from CDBS to debhelper * Converted patches from simple-patchsys to quilt Added quilt to Build-Depends * Add 007_test_head_content_length_on_empty_content_2.2.patch to adapt the content_length test to apache2.2 * Clean more files in clean target * Run $(MAKE) test, but don't abort if they fail * Add myself to Uploaders
-- Damyan Ivanov <dmn@debian.org> Sun, 19 Aug 2007 19:12:34 +0300
libapache2-mod-perl2 (2.0.2-5) unstable; urgency=low
* New Maintainer: the Debian pkg-perl group (Closes: #438168) * Updated copyright information including the copyright for the packaging information * Integrated the bugreport helper mp2bug to the /usr/share/bug way of life, so its output is automatically included in our users' reports * Bumping up standards-version from 3.6.1 to 3.7.2 (Only change needed: Moving mp2bug) * Added debian/watch * Moved libapache2-mod-perl2-doc to section: doc * the -dev and -doc generated binary packages are now arch: all insteaed of arch: any * Applied upstream patch fixing CVE-2007-1349 DoS caused by improperly quoted regex (Closes: #433549) * Moved the generated manpages from section 3 to 3pm * Finally, lintian- and linda-clean, yay! :D
-- Gunnar Wolf <gwolf@debian.org> Fri, 17 Aug 2007 18:27:25 -0500
libapache2-mod-perl2 (2.0.2-2.4) unstable; urgency=high
* Non-maintainer upload.
* High-urgency upload for RC bugfix.
* Drop /etc/apache2/mods-available/perl.conf as a conffile, since it no
longer contains anything of relevance; instead, manually remove the file
on purge if present, and in the preinst handle upgrading it to remove the
automatically created bits that conflict with apache2.2 so that this
conversion is done in time for the apache2.2-mpm-* configuration to run.
Closes: #416231.
-- Steve Langasek <vorlon@debian.org> Tue, 27 Mar 2007 01:48:55 -0700
2006
libapache2-mod-perl2 (2.0.2-2.3) UNRELEASED; urgency=high
* Non-maintainer upload. Thanks to Kjetil Kjernsmo for noticing the issues. * Fix segfault if localizing %ENV. Closes: #384622 Using patch from http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/modperl_env.c?r1=158000&r2=357236&pathrev=357236 * Fix typo in Apache2::SizeLimit that could cause crash. Closes: #404051
-- Andreas Barth <aba@not.so.argh.org> Sat, 23 Dec 2006 17:10:47 +0000
libapache2-mod-perl2 (2.0.2-2.2) unstable; urgency=medium
* Non-maintainer upload. * Make it build against libapr1 (Closes: #391750).
-- Luk Claes <luk@debian.org> Mon, 16 Oct 2006 22:58:01 +0200
libapache2-mod-perl2 (2.0.2-2.1) unstable; urgency=medium
* Non-maintainer upload. * Rebuild against Apache 2.2. (Closes: #389053) * Update dependency on apache2-common to apache2.2-common.
-- Steinar H. Gunderson <sesse@debian.org> Sun, 8 Oct 2006 23:23:28 +0200
libapache2-mod-perl2 (2.0.2-2) unstable; urgency=low
* Add a dependency on netbase (closes: #354777).
-- Andres Salomon <dilinger@debian.org> Sun, 12 Mar 2006 21:22:51 +0000
libapache2-mod-perl2 (2.0.2-1) unstable; urgency=low
* New upstream release (closes: #342114).
-- Andres Salomon <dilinger@debian.org> Fri, 20 Jan 2006 19:35:43 +0000
2005
libapache2-mod-perl2 (2.0.1-4) unstable; urgency=low
* The I'm-tired-of-maintaining-stuff-I-don't-use release.
* Build pod docs in the package; thanks to
Morten Bøgeskov <morten@bogeskov.dk> (closes: #329270).
* Make perl.conf a bit more, umm, descriptive (closes: #323142).
* Add a -doc package, include docs/ subdir in there (closes: #285588).
* Kill a bashism in the postinst script.
-- Andres Salomon <dilinger@debian.org> Tue, 04 Oct 2005 00:36:16 -0400
libapache2-mod-perl2 (2.0.1-3) unstable; urgency=low
* Grr. Really include perl.conf file; it got lost due to diff not
wanting to add an empty file.
-- Andres Salomon <dilinger@debian.org> Fri, 12 Aug 2005 01:40:38 -0400
libapache2-mod-perl2 (2.0.1-2) unstable; urgency=low
* "'cause she's the cheese and I'm the macaroni."
* Add empty perl.conf file, to override older one from 1.99*
(closes: #308252, #315676).
-- Andres Salomon <dilinger@debian.org> Sat, 23 Jul 2005 05:24:18 -0400
libapache2-mod-perl2 (2.0.1-1) unstable; urgency=low
* New upstream release. No upstreams were harmed during the making
of this package (closes: #307867).
* Updated my email address.
* Change perl build-dep version to >= 5.8.7-3, because I can. Oh,
and (closes: #308604).
-- Andres Salomon <dilinger@debian.org> Thu, 23 Jun 2005 00:28:07 -0400
libapache2-mod-perl2 (1.999.23-1) unstable; urgency=low
* New upstream release
-- Thom May <thom@debian.org> Sun, 8 May 2005 15:36:04 +0100
libapache2-mod-perl2 (1.999.22-1) unstable; urgency=low
* New upstream release
NOTE: This release breaks API. Please see Changes for further details.
-- Thom May <thom@debian.org> Wed, 20 Apr 2005 08:52:13 +0000
libapache2-mod-perl2 (1.999.21-1) unstable; urgency=low
* New upstream release * Add -dev package, thanks Steinar H. Gunderson (Closes: #257506) * Steal new ACL patch from HEAD (Closes: #296650)
-- Thom May <thom@debian.org> Mon, 4 Apr 2005 15:47:46 +0100
libapache2-mod-perl2 (1.999.20-1) unstable; urgency=low
* New upstream release (closes: #285476). * Drop 003-int_offset_my_ass.patch, as it was merged. * New release doesn't include those fun arch files (closes: #277461).
-- Andres Salomon <dilinger@voxel.net> Mon, 10 Jan 2005 00:08:33 -0500
2004
libapache2-mod-perl2 (1.99.14-4) unstable; urgency=high
* Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.
-- Adam Conrad <adconrad@0c3.net> Thu, 19 Aug 2004 06:23:48 -0600
libapache2-mod-perl2 (1.99.14-3) unstable; urgency=medium
* Add a patch to fix an upstream bug where we were passing offsets
to apr functions using 'int' rather then 'apr_off_t'
* Add "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" to CFLAGS.
-- Adam Conrad <adconrad@0c3.net> Tue, 17 Aug 2004 04:02:17 -0600
libapache2-mod-perl2 (1.99.14-2) unstable; urgency=medium
* Rebuild against new apache2/libapr0, w/ updated
build-deps (closes: #266185).
-- Andres Salomon <dilinger@voxel.net> Tue, 17 Aug 2004 01:10:41 -0400
libapache2-mod-perl2 (1.99.14-1) unstable; urgency=low
* New upstream release
* Ship perl.conf file with "PerlModule Apache2" in.
(Closes: #240585, #242049, #235458)
* Update copyright to new License
* Using a2enmod to create symlinks (Closes: #247166)
-- Thom May <thom@debian.org> Sun, 4 Jul 2004 10:27:33 +0100
libapache2-mod-perl2 (1.99.12-4) unstable; urgency=low
* Add a postinst/prerm that automatically enable/disable this module. * Update copyright file.
-- Andres Salomon <dilinger@voxel.net> Sun, 29 Feb 2004 02:46:41 -0500
libapache2-mod-perl2 (1.99.12-3) unstable; urgency=low
* Better ACL compatibility patch, courtesy of Damon Buckwalter
<damon@cryptomeme.com>. (Closes: #230439)
-- Andres Salomon <dilinger@voxel.net> Fri, 13 Feb 2004 22:22:35 -0500
libapache2-mod-perl2 (1.99.12-2) unstable; urgency=low
* Drop superfluous mod_perl manpage. (Closes: #231871) * Add ACL compatibility patch.
-- Andres Salomon <dilinger@voxel.net> Tue, 10 Feb 2004 02:51:28 -0500
libapache2-mod-perl2 (1.99.12-1) unstable; urgency=low
* New upstream release. * Drop 002-manpage_fix.patch (applied upstream).
-- Andres Salomon <dilinger@voxel.net> Sun, 08 Feb 2004 03:44:54 -0500
2003
libapache2-mod-perl2 (1.99.11-2) unstable; urgency=low
* Remove libapache-mod-perl conflicts. (Closes: #223341)
-- Andres Salomon <dilinger@voxel.net> Sun, 14 Dec 2003 22:47:52 -0500
libapache2-mod-perl2 (1.99.11-1) unstable; urgency=low
* New upstream release. (Closes: #214073) * Move from experimental to unstable (cross fingers). * Convert build system to cdbs. * Update standards-version. * Fix TestTrace.pm manpage entry. (Closes: #221771)
-- Andres Salomon <dilinger@voxel.net> Sat, 06 Dec 2003 19:23:29 -0500
libapache2-mod-perl2 (1.99.09-1) experimental; urgency=low
* New upstream release.
* Update (co-)maintainer email address.
* Update standards-version.
* Update build-deps (libgdbm{,g1}-dev and libgtop{1,2}-dev) and link rules.
* Change reference to apxs back to apxs2.
* No more examples?
-- Andres Salomon <dilinger@voxel.net> Sat, 26 Jul 2003 01:29:05 -0400
libapache2-mod-perl2 (1.99.08-1) experimental; urgency=low
* New upstream release. (Closes: #184301) * Add myself to the Uploaders field of control file. * Use newly renamed apache2 apxs. (Closes: #182577) * Update apache2-dev build-dep to 2.0.45 (for apr-config --includedir). * Change lib/Apache/Build.pm to use apr-config instead of apxs for the location of apr stuff. * Force removal of a bunch of additional (generated) files in clean rule. * Additional args to Makefile.PL. * Make /etc/apache2/mods-available/perl.load a conffile.
-- Andres Salomon <dilinger@mp3revolution.net> Sat, 12 Apr 2003 03:28:38 -0500
2002
libapache2-mod-perl2 (1.99.07-1) experimental; urgency=low
* New Upstream Release * Uploading to experimental for now. * First cut at packaging.
-- Thom May <thom@debian.org> Wed, 23 Oct 2002 16:17:27 +0100