~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-23 17:10:47 UTC
  • Revision ID: james.westby@ubuntu.com-20061223171047-exuo1ai9he60mb1q
Tags: 2.0.2-2.3
* 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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
libapache2-mod-perl2 (2.0.2-2.2ubuntu1) feisty; urgency=low
2
 
 
3
 
  * Resynchronise with Debian. Remaining changes:
4
 
    - 999-ubuntu_local_env_r357236.patch: Fix a segfault in mod_perl with
5
 
      'local %ENV'.
6
 
 
7
 
 -- Colin Watson <cjwatson@ubuntu.com>  Tue, 19 Dec 2006 12:55:14 +0000
 
1
libapache2-mod-perl2 (2.0.2-2.3) unstable; urgency=high
 
2
 
 
3
  * Non-maintainer upload. Thanks to Kjetil Kjernsmo for noticing the issues.
 
4
  * Fix segfault if localizing %ENV. Closes: #384622
 
5
    Using patch from http://svn.apache.org/viewvc/perl/modperl/trunk/src/modules/perl/modperl_env.c?r1=158000&r2=357236&pathrev=357236
 
6
  * Fix typo in Apache2::SizeLimit that could cause crash. Closes: #404051
 
7
 
 
8
 -- Andreas Barth <aba@not.so.argh.org>  Sat, 23 Dec 2006 17:10:47 +0000
8
9
 
9
10
libapache2-mod-perl2 (2.0.2-2.2) unstable; urgency=medium
10
11
 
21
22
 
22
23
 -- Steinar H. Gunderson <sesse@debian.org>  Sun,  8 Oct 2006 23:23:28 +0200
23
24
 
24
 
libapache2-mod-perl2 (2.0.2-2ubuntu1) dapper; urgency=low
25
 
 
26
 
  * Add patch 999-ubuntu_local_env_r357236.patch from upstream to fix a
27
 
    segfault in mod_perl with 'local %ENV' (closes: launchpad.net/44019)
28
 
 
29
 
 -- Adam Conrad <adconrad@ubuntu.com>  Thu, 11 May 2006 22:16:06 +1000
30
 
 
31
25
libapache2-mod-perl2 (2.0.2-2) unstable; urgency=low
32
26
 
33
27
  * Add a dependency on netbase (closes: #354777).