[ubuntu/quantal] php5 5.4.6-1ubuntu1 (Accepted)

Clint Byrum clint at ubuntu.com
Wed Aug 22 20:45:23 UTC 2012


php5 (5.4.6-1ubuntu1) quantal; urgency=low

  * Merge from Debian experimental (LP: #1006738 , LP: #1040212)
    Remaining changes:
    - d/rules: Simplify apache config settings since we never build
      interbase or firebird.
    - debian/rules: export DEB_HOST_MULTIARCH properly.
    - 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.5 and mysql-client-5.5 to avoid upstart and
      mysql-server-5.5 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.
    - 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, debian/rules: Re-enable libedit-dev.
  * Dropped Changes:
    - debian/rules: change memory limits on example .ini files.

php5 (5.4.6-1) experimental; urgency=low

  * Imported Upstream version 5.4.6
  * Apply another fix to compile --without-system-tzdata
    (Courtesy of Michael Heimpold)
  * Get rid of empty examples directory (Closes: #684108), but
    keep parent directory to store test-results.txt among others
  * Provide sensible default configuration for PHP-CGI files
    (Closes: #685340)
  * Add NEWS text about default extension configuration
  * Update NEWS and README.Debian based on debian-l10n-english review
    (Courtesy of Justing B Rye)

php5 (5.4.5-1) experimental; urgency=low

  * Imported Upstream version 5.4.5
  * Update patches for PHP 5.4.5 release
  * Compile with system libzip (upstream has added support for that)

php5 (5.4.4-4) unstable; urgency=low

  * Fix php5-fpm segfault (PHP#62205)
  * CVE-2012-2688: potential overflow in _php_stream_scandir
    (Closes: #683274)
  * Improve security in CGI section in README.Debian (Closes: #674205)

Date: Wed, 22 Aug 2012 13:40:18 -0700
Changed-By: Clint Byrum <clint at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/quantal/+source/php5/5.4.6-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Wed, 22 Aug 2012 13:40:18 -0700
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi php5-cli php5-fpm libphp5-embed php5-dev php5-dbg php-pear php5-curl php5-enchant php5-gd php5-gmp php5-intl php5-ldap php5-mysql php5-mysqlnd php5-odbc php5-pgsql php5-pspell php5-recode php5-snmp php5-sqlite php5-sybase php5-tidy php5-xmlrpc php5-xsl
Architecture: source
Version: 5.4.6-1ubuntu1
Distribution: quantal
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
 libphp5-embed - HTML-embedded scripting language (Embedded SAPI library)
 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-mysqlnd - MySQL module for php5 (Native Driver)
 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
Closes: 674205 683274 684108 685340
Launchpad-Bugs-Fixed: 1006738 1040212
Changes: 
 php5 (5.4.6-1ubuntu1) quantal; urgency=low
 .
   * Merge from Debian experimental (LP: #1006738 , LP: #1040212)
     Remaining changes:
     - d/rules: Simplify apache config settings since we never build
       interbase or firebird.
     - debian/rules: export DEB_HOST_MULTIARCH properly.
     - 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.5 and mysql-client-5.5 to avoid upstart and
       mysql-server-5.5 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.
     - 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, debian/rules: Re-enable libedit-dev.
   * Dropped Changes:
     - debian/rules: change memory limits on example .ini files.
 .
 php5 (5.4.6-1) experimental; urgency=low
 .
   * Imported Upstream version 5.4.6
   * Apply another fix to compile --without-system-tzdata
     (Courtesy of Michael Heimpold)
   * Get rid of empty examples directory (Closes: #684108), but
     keep parent directory to store test-results.txt among others
   * Provide sensible default configuration for PHP-CGI files
     (Closes: #685340)
   * Add NEWS text about default extension configuration
   * Update NEWS and README.Debian based on debian-l10n-english review
     (Courtesy of Justing B Rye)
 .
 php5 (5.4.5-1) experimental; urgency=low
 .
   * Imported Upstream version 5.4.5
   * Update patches for PHP 5.4.5 release
   * Compile with system libzip (upstream has added support for that)
 .
 php5 (5.4.4-4) unstable; urgency=low
 .
   * Fix php5-fpm segfault (PHP#62205)
   * CVE-2012-2688: potential overflow in _php_stream_scandir
     (Closes: #683274)
   * Improve security in CGI section in README.Debian (Closes: #674205)
Checksums-Sha1: 
 18ad251efaae1d7e6897af08de93f412388f807c 3788 php5_5.4.6-1ubuntu1.dsc
 abc4ef2d6de30bf317d3d80d13dc7e2f64e57baa 13964954 php5_5.4.6.orig.tar.gz
 31b02b414d8a27192015c2080805665c2d3ad0db 190029 php5_5.4.6-1ubuntu1.diff.gz
Checksums-Sha256: 
 87e1ab49c3ee31d8cb76b0da39da7581396b89529fc9755d4308843b5cda7691 3788 php5_5.4.6-1ubuntu1.dsc
 ba01d3ce700fbcda7df2754e4aad7e5449ff9aa7d499955ac6ff637fa23b5bfc 13964954 php5_5.4.6.orig.tar.gz
 aadcd7452a03f283b6f0295282c15b80a2817035f4d418062e2337c9d26e33e1 190029 php5_5.4.6-1ubuntu1.diff.gz
Files: 
 2c4fa5cf09e1023ffb8029538f771347 3788 php optional php5_5.4.6-1ubuntu1.dsc
 efe59afb73190c9bd6d50614998ffceb 13964954 php optional php5_5.4.6.orig.tar.gz
 0dc0bc314eab72a142e62ff9941c0214 190029 php optional php5_5.4.6-1ubuntu1.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)

iQEcBAEBAgAGBQJQNUPoAAoJEFOMB2b0vLOOmBsIAJs8Juw+6CRJJJ0wEpuShzqe
tzwkOnh55olsCYkG3B9u/BenjeOGR3VQpi7glzGMp21bP8SAEQyQs0zIMEkrptfV
qSAX+BozTLdcNR/7Ub8tfPrtEbnyAzQcBglCCv7lE+x0LFCuSDrJltNUqBTlCdzz
dohr9XGSBC7qcMQWEyBEzxx/pLUhVsG7fepnpvChLaWML5L4cdqvvCgR+Lmizoid
3JzRpHOUPcgOH1BJGeXeO93z3XomAvrJ5rOZL2QEtb7ikfrtulNPjsKLOuopUSr2
3tXQeYqf8hU8zDoDGbvpfM+1jd4y+xlU+2+1UiABxnXlcsi9upv+/DirM3lJ0Zs=
=8hNz
-----END PGP SIGNATURE-----


More information about the Quantal-changes mailing list