X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2Fchangelog;h=6429de9b7d5b963bbf3a08441ceef5317ef110d6;hp=32f8e3ad1f131dfb95720f8778b3430b92fcbbfb;hb=bf9e2af523cc669bb9ee88322dfd03cb94b7b98d;hpb=728a5b3f000f892e52ecea98fcc8f0c5d7275b7b diff --git a/debian/changelog b/debian/changelog index 32f8e3a..6429de9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,126 @@ +suphp (0.7.1-2) experimental; urgency=low + + * Lintian cleanup: + - remove obsolete dependency on php4 + - use quilt instead of dpatch for patches management + - add missing ${misc:Depends} + - convert debian makefile to make use of "dh" + - update Standards-Version to 3.9.3 + * Add default "rotate" option to logrotate file (closes: #542021) + * Fix typo in package descriptions (closes: #630515) + * Add quotes around env_path configuration variable (closes: #647604) + * Replace AddType by SetHandler in module configuration + (closes: #571653, #594571) + * Update dependencies and make use of dh_apache2 for Apache 2.4 + (closes: #666823) + * Convert packaging to 3.0 (quilt) + * Don't override CPPFLAGS with pkg-config output (closes: #655419) + + -- Emmanuel Lacour Wed, 18 Apr 2012 14:32:35 +0200 + +suphp (0.7.1-1) unstable; urgency=low + + * New upstream release (closes: #528379, #520182) + * debian/NEWS: add information about AddHandler -> AddType change introduced + in 0.6.2-2 (closes: #517805) + * debian/conf/suphp.conf, debian/patches/01_debian.dpatch: switch from + application/x-httpd-php to application/x-httpd-suphp to allow + simultaneous use of mod_suphp and mod_php (closes: #519005, #514725) + + -- Emmanuel Lacour Mon, 03 Aug 2009 15:15:38 +0200 + +suphp (0.6.2-3) unstable; urgency=low + + * debian/conf/suphp.conf: by default, deactivate suPHP for applications in + /usr/share (owned by uid 0) (closes: #472352, closes: #420007) + * debian/control: bump standard-version + + -- Emmanuel Lacour Wed, 04 Jun 2008 10:04:08 +0200 + +suphp (0.6.2-2.1) unstable; urgency=high + + * Non-maintainer upload by the security team + * Fix race condition in symlink handling by adding + 04_CVE-2008-1614.dpatch (Closes: #475431) Fixes: CVE-2008-1614 + + -- Steffen Joeris Sat, 10 May 2008 08:48:45 +0000 + +suphp (0.6.2-2) unstable; urgency=low + + * remove apache 1.x package (closes: #429079) + * debian/rules, debian/compat, debian/control: lintian cleanup + * debian/conf/suphp.conf, debian/patches/01_debian.dpatch: replaced + AddHandler by AddType and x-httpd-php by application/x-httpd-php to get + the same behavior as mod php with filenames extensions (closes: #416424) + + -- Emmanuel Lacour Sun, 14 Oct 2007 19:42:30 +0200 + +suphp (0.6.2-1) unstable; urgency=low + + * New uptream release (closes: #405059) + (no sources changes from previous snapshot) + + -- Emmanuel Lacour Tue, 9 Jan 2007 18:29:26 +0100 + +suphp (0.6.1.20061108-1) unstable; urgency=low + + * New upstream snapshot (closes: #395929) + * debian/patches/04_apache2.2.dpatch: removed (included upstream) + + -- Emmanuel Lacour Wed, 8 Nov 2006 10:06:32 +0100 + +suphp (0.6.1.20060928-1) unstable; urgency=low + + * New upstream snapshot (closes: #382086) + * debian/control: updated Build-Depends (closes: #391019) + * debian/control: updated suphp-common dependencies (closes: #375900) + * debian/control: changes apache2-common depends in favor of + apache2.2-common (closes: #391765) + * debian/rules, debian/patches: Switching to dpatch + * Removed debconf abuse (closes: #388967, closes: #383838) + * debian/patches/04_apache2.2.dpatch: added support for apache 2.2.x + * debian/libapache-mod-suphp.install: added suphp.conf in + /etc/apache/conf.d/ (same behavior as apache2) + + -- Emmanuel Lacour Sun, 8 Oct 2006 20:53:17 +0200 + +suphp (0.6.1-1) unstable; urgency=low + + * New upstream release + * libtool update (closes: #342676) + + -- Emmanuel Lacour Thu, 29 Dec 2005 17:53:48 +0100 + +suphp (0.6.0-2) unstable; urgency=low + + * Added debian/po/fr.po (closes: #325213) + * Added debian/po/cs.po (closes: #325870, closes: #331221) + * Added debian/po/sv.po (closes: #330944, closes: #331264) + * debian/suphp-common.config: lower down priority from "critical" to + "medium" + * debian/suphp-common.templates: better description for upgrade0.6.0 + (closes: #324635) + * Added debian/NEWS with informations on 0.6.0 configuration changes + * debian/control: use ${misc:Depends} instead of debconf (closes: #332107) + + -- Emmanuel Lacour Sun, 2 Oct 2005 11:09:21 +0200 + +suphp (0.6.0-1) unstable; urgency=low + + * New upstream release (closes: #314471) + * This new release introduce a runtime configuration file (closes: #297821, + closes: #287888). + * debian/rules: configure with php as /usr/bin/php-cgi (can also be set in + the new runtime configuration file) (closes: #297790) + * added a debconf note when upgrading from version << 0.6.0 which now + require suPHP_AddHandler directive in apache configuration + * src/apache2/mod_suphp.c, src/apache/mod_suphp.c: made suPHP_AddHandler + able to be set as a global apache option + * debian/control: depends on "php4 or php5" as php5 is now in unstable + * debian/control: switch section from "admin" to "web" + + -- Emmanuel Lacour Sat, 13 Aug 2005 13:42:30 +0200 + suphp (0.5.2-3) unstable; urgency=low * rules: rename INSTALL files to README