[ubuntu/precise] php5 5.3.8-2ubuntu1 (Accepted)

Matthias Klose doko at ubuntu.com
Wed Oct 19 08:45:32 UTC 2011


php5 (5.3.8-2ubuntu1) precise; urgency=low

  * Merge with Debian; remaining changes:
    - debian/rules: export DEB_HOST_MULTIARCH properly.
    - Only build php5-sqlite for sqlite3, dropping the obsolete sqlite2.
    - Add build-dependency on lemon, which we now need.
    - Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
    - Dropped libcurl-dev not in the archive.
    - debian/control: replace build-depends on mysql-server with
      mysql-server-core-5.1 and mysql-client-5.1 to avoid upstart and
      mysql-server-5.1 postinst confusion with starting up multiple
      mysqlds listening on the same port.
    - Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions
      already in universe.
    - Suggest php5-suhosin rather than recommends.
    - Dropped libonig-dev and libqgdbm since its in universe. (libonig MIR
      has been declined due to an inactive upstream. So this is probably
      a permanent change).
    - modulelist: Drop imap, interbase, sybase, and mcrypt.
    - debian/rules:
      * Dropped building of mcrypt, imap, and interbase.
      * Install apport hook for php5.
      * stop mysql instance on clean just in case we failed in tests
    - debian/control: Recommend php5-dev for php-pear.
    - debian/rules: --enable-pcntl for cgi as well.

php5 (5.3.8-2) unstable; urgency=low

  * Fix botched upload when git-buildpackage didn't play well with
    bz2 upstream archive
  * Add additional temporary fix for MultiArch OpenSSL

php5 (5.3.8-1) unstable; urgency=low

  * Imported Upstream version 5.3.8
  * Refresh patches to 5.3.8 release
  * Pull fixes for DateTime tests from upstream SVN
  * Add additional temporary fix for MultiArch for sybase/mssql

php5 (5.3.7-1) unstable; urgency=low

  * Imported Upstream version 5.3.7
  * Update patches to the new 5.3.7 release and remove those merged
    upstream
  * Don't require autoconf 2.59 and lower, we'll deal with consequences
  * Add MultiArch fix for LDAP libraries
  * Remove PEAR patching with CVE-2011-1144.patch which was merged upstream

Date: Tue, 18 Oct 2011 15:39:03 +0200
Changed-By: Matthias Klose <doko at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/php5/5.3.8-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Tue, 18 Oct 2011 15:39:03 +0200
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-fpm php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd php5-gmp php5-intl php5-ldap php5-mysql php5-odbc php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source
Version: 5.3.8-2ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Matthias Klose <doko at ubuntu.com>
Description: 
 libapache2-mod-php5 - server-side, HTML-embedded scripting language (Apache 2 module)
 libapache2-mod-php5filter - server-side, HTML-embedded scripting language (apache 2 filter mo
 php-pear   - PEAR - PHP Extension and Application Repository
 php5       - server-side, HTML-embedded scripting language (metapackage)
 php5-cgi   - server-side, HTML-embedded scripting language (CGI binary)
 php5-cli   - command-line interpreter for the php5 scripting language
 php5-common - Common files for packages built from the php5 source
 php5-curl  - CURL module for php5
 php5-dbg   - Debug symbols for PHP5
 php5-dev   - Files for PHP5 module development
 php5-enchant - Enchant module for php5
 php5-fpm   - server-side, HTML-embedded scripting language (FPM-CGI binary)
 php5-gd    - GD module for php5
 php5-gmp   - GMP module for php5
 php5-intl  - internationalisation module for php5
 php5-ldap  - LDAP module for php5
 php5-mysql - MySQL module for php5
 php5-odbc  - ODBC module for php5
 php5-pgsql - PostgreSQL module for php5
 php5-pspell - pspell module for php5
 php5-recode - recode module for php5
 php5-snmp  - SNMP module for php5
 php5-sqlite - SQLite module for php5
 php5-sybase - Sybase / MS SQL Server module for php5
 php5-tidy  - tidy module for php5
 php5-xmlrpc - XML-RPC module for php5
 php5-xsl   - XSL module for php5
Changes: 
 php5 (5.3.8-2ubuntu1) precise; urgency=low
 .
   * Merge with Debian; remaining changes:
     - debian/rules: export DEB_HOST_MULTIARCH properly.
     - Only build php5-sqlite for sqlite3, dropping the obsolete sqlite2.
     - Add build-dependency on lemon, which we now need.
     - Dropped firebird2.1-dev, libc-client-dev, libmcrypt-dev as it is in universe.
     - Dropped libcurl-dev not in the archive.
     - debian/control: replace build-depends on mysql-server with
       mysql-server-core-5.1 and mysql-client-5.1 to avoid upstart and
       mysql-server-5.1 postinst confusion with starting up multiple
       mysqlds listening on the same port.
     - Dropped php5-imap, php5-interbase, php5-mcrypt since we have versions
       already in universe.
     - Suggest php5-suhosin rather than recommends.
     - Dropped libonig-dev and libqgdbm since its in universe. (libonig MIR
       has been declined due to an inactive upstream. So this is probably
       a permanent change).
     - modulelist: Drop imap, interbase, sybase, and mcrypt.
     - debian/rules:
       * Dropped building of mcrypt, imap, and interbase.
       * Install apport hook for php5.
       * stop mysql instance on clean just in case we failed in tests
     - debian/control: Recommend php5-dev for php-pear.
     - debian/rules: --enable-pcntl for cgi as well.
 .
 php5 (5.3.8-2) unstable; urgency=low
 .
   * Fix botched upload when git-buildpackage didn't play well with
     bz2 upstream archive
   * Add additional temporary fix for MultiArch OpenSSL
 .
 php5 (5.3.8-1) unstable; urgency=low
 .
   * Imported Upstream version 5.3.8
   * Refresh patches to 5.3.8 release
   * Pull fixes for DateTime tests from upstream SVN
   * Add additional temporary fix for MultiArch for sybase/mssql
 .
 php5 (5.3.7-1) unstable; urgency=low
 .
   * Imported Upstream version 5.3.7
   * Update patches to the new 5.3.7 release and remove those merged
     upstream
   * Don't require autoconf 2.59 and lower, we'll deal with consequences
   * Add MultiArch fix for LDAP libraries
   * Remove PEAR patching with CVE-2011-1144.patch which was merged upstream
Checksums-Sha1: 
 6b201b27514e81edbc9085ae3a34226005a44a81 3177 php5_5.3.8-2ubuntu1.dsc
 d05c1d3e7d340a81dd4c057b1d9f539273ee4359 15276436 php5_5.3.8-2ubuntu1.tar.gz
Checksums-Sha256: 
 f9d093b1a2a99b1024c6ac1293a8eae1a0667ea1c9f95f8c8e1a75dcfb8932cb 3177 php5_5.3.8-2ubuntu1.dsc
 81bb6b3c140666960ac49754392e3e6da36e83ed8bf59cb8ad4548df31eab023 15276436 php5_5.3.8-2ubuntu1.tar.gz
Files: 
 3d7a567c76c2da5bf21d68e56a736477 3177 php optional php5_5.3.8-2ubuntu1.dsc
 c63a40ffb4e8527dd64b3aed6a89376f 15276436 php optional php5_5.3.8-2ubuntu1.tar.gz
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iEYEARECAAYFAk6ei/gACgkQStlRaw+TLJzgdACgyU6zt88hikbuwc8EeYXGN9vk
AcsAn39Gpr5mGQFb1dLW7qVyeAxDgwpx
=fboK
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list