Skip to content

Debian Changelog speedy-cgi-perl (2.22-11)

2009

speedy-cgi-perl (2.22-11) unstable; urgency=low

   * debian/patches/97uninit-crash.patch: Work around #539220 (segfault
     calling SvIV() after perl_run()) in Perl 5.10.0. Thanks to Tomaž Šolc.
     (Closes: #537996)
   * Switch from dpatch to quilt, thanks to the pkg-perl script authors.
   * Update to Standards-Version 3.8.2.
     + support 'nocheck' in DEB_BUILD_OPTIONS.
     + move libapache2-mod-speedycgi to the new httpd section.
     + add README.source describing the patch system.
   * Work around a race condition in the build system by first minimizing
     its chances with a nap after running the test suite and then ignoring
     the failure if it happens anyway. (Closes: #489101)

 -- Niko Tyni <ntyni@debian.org>  Thu, 30 Jul 2009 01:26:51 +0300

2008

speedy-cgi-perl (2.22-10) unstable; urgency=medium

   * debian/patches/96perl_sys_init.dpatch: Properly call PERL_SYS_INIT3()
     to fix lockups on hppa with perl 5.10.0. (Closes: #486070)
   * Invoke dh_makeshlibs before dh_shlibdeps and dh_installdeb.
     Thanks, lintian.
   * Add Vcs-* control fields pointing to the collab-maint git repository.
   * Add Homepage information and debian/watch.
   * Fix download location in debian/copyright. (Closes: #482544)
   * Update the long description to mention the other upstream project
     name, PersistentPerl. (Closes: #482546)
   * README.Debian: mention that we don't support suid scripts (-DIAMSUID).
     (See #428830)
   * Change the doc-base section to Programming/Perl. Thanks, lintian.
   * Urgency set to medium because of an RC bugfix.

 -- Niko Tyni <ntyni@debian.org>  Tue, 17 Jun 2008 16:06:58 +0300

speedy-cgi-perl (2.22-9) unstable; urgency=low

   * debian/patches/95perl5.10.dpatch: Fix FTBFS with Perl 5.10.
     (Closes: #462927)
   * Change my email address in the Uploaders field.
   * Make the nostrip and noopt DEB_BUILD_OPTIONS actually work.
   * Explicitly link the Apache2 module against libapr1 and libaprutil1,
     as it uses symbols from them.
   * Upgrade to Standards-Version 3.7.3. No changes needed.
   * Convert some hyphens to minus signs in speedy.1p. Thanks, lintian.
   * Make the libapache2-mod-speedycgi package depend on the exact same
     version of the speedy-cgi-perl package

 -- Niko Tyni <ntyni@debian.org>  Mon, 28 Jan 2008 20:04:18 +0200

2007

speedy-cgi-perl (2.22-8) unstable; urgency=low

   * Remove support for Apache 1, recently removed from Debian.
     (Closes: #429082)

 -- Niko Tyni <ntyni@iki.fi>  Fri, 15 Jun 2007 23:10:00 +0300

speedy-cgi-perl (2.22-7) unstable; urgency=low

   * Kill lingering speedy backends after running the tests. (Closes: #424241)
     + needs a build-dependency on procps for pgrep.

 -- Niko Tyni <ntyni@iki.fi>  Sat, 19 May 2007 21:40:25 +0300

speedy-cgi-perl (2.22-6) unstable; urgency=low

   * debian/patches/85test-timeout.dpatch:
     increase test timeout to fix FTBFS on slow buildds. (Closes: #418717)
   * Properly 'realclean' the mod_speedycgi2 directory too.

 -- Niko Tyni <ntyni@iki.fi>  Wed, 11 Apr 2007 16:39:07 +0300

speedy-cgi-perl (2.22-5) unstable; urgency=low

   * Add an alternative dependency on apache2-mpm-itk. (Closes: #412722)
   * Adjust the libapache2-mod-speedycgi long description accordingly.
   * debian/rules:
     + Use $(MAKE) instead of plain 'make'.
     + Run the non-Apache tests in the 'install' target.
     + Make sure 'clean' undos the results of 'build'.
   * debian/patches/90speedy_unsafe_putenv.dpatch:
     fix memory leak due to a change in Perl 5.8.6. (Closes: #418447)
     Thanks to <banb@yahoo.co.jp> for the patch.

 -- Niko Tyni <ntyni@iki.fi>  Tue, 10 Apr 2007 19:12:40 +0300

2006

speedy-cgi-perl (2.22-4) unstable; urgency=medium

   * Medium urgency because of an RC bug fix.
   * debian/patches/apache2.2: fixes for Apache 2.2 compatibility
     + fix FTBFS due to APR_BRIGADE_FOREACH macro usage. (Closes: #393017)
     + change apr_filename_of_pathname() calls to apr_filepath_name_get()
   * debian/patches/80strip-backend-libs.dpatch: remove unnecessary linking
     + don't link speedy_backend against -lm, -lcrypt and -lpthread
   * Fix groff syntax in speedy.1
   * Change package sections to 'perl' and 'net', as in the override file.
   * Install the speedy and speedy_backend manpages with extension '.1p',
     as per the Perl policy.
   * Build-depend on apache2-prefork-dev (>= 2.2) and depend on
     apache2.2-common in addition to apache2-mpm-prefork, to get a
     consistent set of packages for the new apache2 module ABI.
     (Closes: #394446).

 -- Niko Tyni <ntyni@iki.fi>  Sat, 21 Oct 2006 20:57:55 +0300

speedy-cgi-perl (2.22-3) unstable; urgency=low

   * New comaintainer.
   * Upgrade to debhelper compatibility level 5.
   * Version the build-dependency on dpatch, for /usr/share/dpatch/dpatch-run.
   * Upgrade to Standards-Version 3.7.2. No changes needed.
   * Depend on ${misc:Depends}, as per debhelper(7).
   * Fixed FSF address in debian/copyright.
   * Migrate the patch for non-interactive builds to dpatch.
   * Add support for apache2 (libapache2-mod-speedycgi). Thanks to Charles Fry.
     (Closes: #301681)
   * Add support for apache-perl, for completeness.
   * Add manpages for speedy and speedy_backend.
     + documents command line usage more explicitly. (Closes: #370585)
   * debian/patches:
     + 30empty-param.dpatch: don't ignore empty command line parameters.
       (Closes: #332494)
     + 40strerror.dpatch: don't segfault on invalid command line options.
       (Closes: #292071)
   * Actually enable and disable the apache module in libapache-mod-speedycgi
     maintainer scripts. Move the disabling functionality from postrm to prerm.
   * Document that all the speedy options are global when the apache modules
     are used. (#204461)
   * Add perl to Build-Depends.
   * Add a lintian override for usage of /usr/lib/perl5 without arch-dependent
     files. Splitting the perl module into a separate package would be overkill.
   * Add README.Debian files to both Apache module packages.

 -- Niko Tyni <ntyni@iki.fi>  Wed, 21 Jun 2006 22:21:46 +0300

2005

speedy-cgi-perl (2.22-2) unstable; urgency=low

   * libapache-mod-speedycgi.post{inst,rm}: Install module using apache-modconf
     util and don't ask for restarting Apache webserver (Closes: #247866, #325763)
   * debian/rules: convert to allow dpatch use.
   * debian/control: build-depend on dpatch.
   * Applied patch to avoid error messages in die() being lost. Thanks to Niko
     Tyni for it (Closes: #326442)

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sun, 4 Sep 2005 16:28:41 +0200

2004

speedy-cgi-perl (2.22-1) unstable; urgency=low

   * ACK of previous NMU. Thanks. (Closes: #213823, #215040)
   * Fixed short description. (Closes: #174467)
   * Added a "|| true" statement to the function removing config at httpd.conf
   so it does not fail though the module is still commented. (Closes: #213601)
   * Bumped Standars-Version. No changes needed.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Tue, 6 Jan 2004 17:41:39 +0100

2003

speedy-cgi-perl (2.22-0) unstable; urgency=low

   * NMU
   * New upstream version to solve segmentation violation.
     fixes:#213823

 -- Paul Slootman <paul@debian.org>  Sun, 26 Oct 2003 18:43:47 +0100

2002

speedy-cgi-perl (2.21-2) unstable; urgency=low

   * Added support for both apache and apache-ssl packages. (Closes: #166672)

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 30 Nov 2002 16:02:51 +0100

speedy-cgi-perl (2.21-1) unstable; urgency=low

   * New upstream release.
   * Changed the way DEB_BUILD_OPTIONS var is hanndled to comply with policy.

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Sat, 12 Oct 2002 11:52:07 +0200

speedy-cgi-perl (2.11+2.20pre2-1) unstable; urgency=low

   * New mantainer (Closes: #158335)
   * New upstream version (Closes: #128203)
   * Accepted NMUs (Closes: #104037, #104624, #113202)
   * Fixed FTBS (Closes: #158325)
   * Rebuilt with libdb2 2:2.7.7.0-7. That package 'per se' should fix
     the problem of libdb.so.2 not being found in the apache module
     (Closes: #156576)
   * The CGI::SpeedyCGI.3pm man page does no longer exist.
     (Closes: #124092, #119569)
   * This new version of the apache module should build on alpha
     (Closes: #147658)

 -- Jose Carlos Garcia Sogo <jsogo@debian.org>  Mon, 9 Sep 2002 23:47:30 +0200

speedy-cgi-perl (1.82-10.3) unstable; urgency=low

   * NMU
   * Change libapache-mod-speedycgi from 'interpreters' to 'web'.

 -- Wolfgang Sourdeau <was@debian.org>  Wed, 3 Apr 2002 17:09:38 -0500

speedy-cgi-perl (1.82-10.2) unstable; urgency=low

   * NMU
   * Use 'dh_perl -V' in debian/control to depend on current version of
     perl. (Closes: #113212)
   * Standard updated to 3.5.6.
   * Misc. arrangements.
   * Build-Depends on debhelper >> 3.
   * Build-Depends on libdb2-dev since apache-dev depends on it and
     libdb3-dev conflicts with libdb2-dev.
   * Added "#DEBHELPER" token in libapache-mod-speedycgi.postrm.
   * libapache-mod-speedycgi does not conflict with libspeedy-cgi-perl
     anymore. (Closes: #119569, #124092)

 -- Wolfgang Sourdeau <was@debian.org>  Wed, 3 Apr 2002 16:13:37 -0500

2001

speedy-cgi-perl (1.82-10.1) unstable; urgency=low

   * Add Build-depends: debhelper.  Closes: #104037, #104624

 -- LaMont Jones <lamont@smallone.fc.hp.com>  Sat, 14 Jul 2001 18:41:33 -0600

speedy-cgi-perl (1.82-10) unstable; urgency=low

   * re-compiled against apache-dev 1.3.20-1
   * added libdb3-dev to Build-Depends.  closes: #92422
   * changed INSTALLDIRS to vendor.   closes: #95534

 -- Craig Sanders <cas@taz.net.au>  Sun, 8 Jul 2001 18:21:40 +1000

speedy-cgi-perl (1.82-9) unstable; urgency=low

   * re-compiled against apache 1.3.19-1
   * removed hard-coded dependency on libc6.  closes: #90858
   * previous version fixed perl dependency.  closes: #80709

 -- Craig Sanders <cas@taz.net.au>  Sat, 31 Mar 2001 11:07:15 +1000

speedy-cgi-perl (1.82-8) unstable; urgency=low

   * re-compiled against apache 1.3.14-2.1, latest libc6 and libperl5.6
   * added Build-Depends on apache-dev and libperl-dev

 -- Craig Sanders <cas@taz.net.au>  Thu, 1 Mar 2001 14:36:51 +1100

2000

speedy-cgi-perl (1.82-7) unstable; urgency=low

   * re-compiled against apache 1.3.14.
   * now linked against shared library libperl5.6

 -- Craig Sanders <cas@taz.net.au>  Tue, 12 Dec 2000 11:48:22 +1100

speedy-cgi-perl (1.82-6) unstable; urgency=low

   * compiled against apache 1.3.12.  Closes: #66366

 -- Craig Sanders <cas@taz.net.au>  Mon, 3 Jul 2000 12:38:22 +1000

speedy-cgi-perl (1.82-5) unstable; urgency=low

   * now builds the mod_speedycgi.so apache module
   * previous version should have had: Closes: #43377

 -- Craig Sanders <cas@taz.net.au>  Sat, 1 Apr 2000 18:16:20 +1000

1999

speedy-cgi-perl (1.82-4) unstable; urgency=low

   * changed Architecture to 'any'.  closes #43377

 -- Craig Sanders <cas@taz.net.au>  Tue, 24 Aug 1999 07:49:27 +1000

speedy-cgi-perl (1.82-3) unstable; urgency=low

   * recompiled for perl-5.005

 -- Craig Sanders <cas@taz.net.au>  Mon, 26 Jul 1999 11:53:03 +1000

speedy-cgi-perl (1.82-2) unstable; urgency=low

   * fix "make pure_install bug" - install speedy into usr/bin

 -- Craig Sanders <cas@taz.net.au>  Fri, 23 Jul 1999 10:56:10 +1000

speedy-cgi-perl (1.82-1) unstable; urgency=low

   * Initial Release

 -- Craig Sanders <cas@taz.net.au>  Thu, 15 Jul 1999 18:50:44 +1000