[ubuntu/oneiric] php5 5.3.6-11ubuntu1 (Accepted)

Clint Byrum clint at ubuntu.com
Thu May 26 19:00:20 UTC 2011


php5 (5.3.6-11ubuntu1) oneiric; urgency=low

  * Merge from debian unstable.  Remaining changes:
    * 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.
    * debian/patches/temporary-path-fixes-for-multiarch.patch: as a stopgap
      for natty, patch the various config.m4 files for modules whose
      libraries have moved to the multiarch dir; we can't use --with-libdir
      yet because that requires all the build-deps to have moved.  Thanks to
      Jonathan Marsden for preparing this patch.
    * debian/patches/fpm-config.patch: Update php-fpm.conf(pool.d/con)
      to do initial chdir to / as suggest by Olaf van van der Spek
      to detect early problems if php5-fpm needs a write access to
      initial chdir.
    * SECURITY UPDATE: use-after-free vulnerability
      - debian/patches/php5-CVE-2011-1148.patch: improve reference
        counting
      - CVE-2011-1148
    * debian/rules: set DEB_HOST_MULTIARCH to enable 'debian/rules' for
      building.
  * Dropped Changes:
    * Dropped libmysqlclient15-dev, build against mysql 5.1. -- Dropped in debian.
    * Dropped locales-all. -- Now has alternative language-pack-de for use in tests.
    * debian/php5-fpm.init: backport changes from Debian package to run
      configuration check. Removes check for /var/www which broke stand-
      alone installation of php5-fpm. -- superseded upstream
    * All CVE's not mentioned above (applied upstream or in Debian)
    * debian/patches/configure-as-needed.patch. Work around suspicious
      configure macros to fix a build failure with --as-needed
    * debian/patches/backport-upstream-lp592442.patch: Backport upstream fix
      for ssl fopen issues. -- applied in Debian
    * debian/patches/lp564920-fix-big-files.patch: Fix downloading of large
      files -- applied in Debian

Date: Wed, 25 May 2011 10:34:40 -0700
Changed-By: Clint Byrum <clint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Clint Byrum <clint at fewbar.com>
https://launchpad.net/ubuntu/oneiric/+source/php5/5.3.6-11ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 25 May 2011 10:34:40 -0700
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.6-11ubuntu1
Distribution: oneiric
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Clint Byrum <clint 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.6-11ubuntu1) oneiric; urgency=low
 .
   * Merge from debian unstable.  Remaining changes:
     * 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.
     * debian/patches/temporary-path-fixes-for-multiarch.patch: as a stopgap
       for natty, patch the various config.m4 files for modules whose
       libraries have moved to the multiarch dir; we can't use --with-libdir
       yet because that requires all the build-deps to have moved.  Thanks to
       Jonathan Marsden for preparing this patch.
     * debian/patches/fpm-config.patch: Update php-fpm.conf(pool.d/con)
       to do initial chdir to / as suggest by Olaf van van der Spek
       to detect early problems if php5-fpm needs a write access to
       initial chdir.
     * SECURITY UPDATE: use-after-free vulnerability
       - debian/patches/php5-CVE-2011-1148.patch: improve reference
         counting
       - CVE-2011-1148
     * debian/rules: set DEB_HOST_MULTIARCH to enable 'debian/rules' for
       building.
   * Dropped Changes:
     * Dropped libmysqlclient15-dev, build against mysql 5.1. -- Dropped in debian.
     * Dropped locales-all. -- Now has alternative language-pack-de for use in tests.
     * debian/php5-fpm.init: backport changes from Debian package to run
       configuration check. Removes check for /var/www which broke stand-
       alone installation of php5-fpm. -- superseded upstream
     * All CVE's not mentioned above (applied upstream or in Debian)
     * debian/patches/configure-as-needed.patch. Work around suspicious
       configure macros to fix a build failure with --as-needed
     * debian/patches/backport-upstream-lp592442.patch: Backport upstream fix
       for ssl fopen issues. -- applied in Debian
     * debian/patches/lp564920-fix-big-files.patch: Fix downloading of large
       files -- applied in Debian
Checksums-Sha1: 
 012aa761826046bfe5aff294b182b205a1d16fd5 2923 php5_5.3.6-11ubuntu1.dsc
 9abcdea458c096c789504727e90706d7085e9755 14368718 php5_5.3.6.orig.tar.gz
 9a1100615b4aac1c7c9ddceaeca1a9fda1fbe968 200054 php5_5.3.6-11ubuntu1.diff.gz
Checksums-Sha256: 
 b580bb9a355c96c6d55a3254b689142a28b8ff03740fab3b1d63d4c5d5f29ea0 2923 php5_5.3.6-11ubuntu1.dsc
 521a9d140b4cab324aeceed31409a797de20680842071016d60cc5ae3cc9462e 14368718 php5_5.3.6.orig.tar.gz
 2c2d5020627d65f411001d748a9bd954962512220065eb1798e674b64703e7ac 200054 php5_5.3.6-11ubuntu1.diff.gz
Files: 
 1213cda4791ca209991f07422cb87931 2923 php optional php5_5.3.6-11ubuntu1.dsc
 88a2b00047bc53afbbbdf10ebe28a57e 14368718 php optional php5_5.3.6.orig.tar.gz
 47dce94164a8d933f35ffe12da8819f7 200054 php optional php5_5.3.6-11ubuntu1.diff.gz
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>

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

iQEcBAEBAgAGBQJN3p/zAAoJEFOMB2b0vLOOS60IAJ8L5+/O0wS1h7Vh8B+gV3vv
VILCa3XjhSwBhuUyTWAsZGGVBHsKDpHll5JhDtZaZR8qrekVwk5s7I+LphSsOaro
ee+L0PozJGIH2m+U/+yROmM/s07K2ptUvgIJjBIgGXUY6yrqat4ErAjpeGnd9cBZ
MLM9kplz/Ghi7ebBEwzl2acJaO5B2NliOMkGmPGriZI8hMBgQKFeGouIvae+QpSX
OFvjGF3Lfn1u/iscDCgUpcG7FJGs+8wuJ8CPafeV1/3u+d9/LQZBJzRSkpEiiQf/
8JiMsuvygm9BorIQiJTucowifvZSf4U8gn+0r89XRZi8q6kgq27PmTV94fqG3Z8=
=NCiE
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list