[ubuntu/trusty-proposed] php5 5.5.8+dfsg-2ubuntu1 (Accepted)

Robie Basak robie.basak at ubuntu.com
Tue Jan 21 17:50:18 UTC 2014


php5 (5.5.8+dfsg-2ubuntu1) trusty; urgency=medium

  * Merge from Debian unstable. Remaining changes:
    - d/control: drop Build-Depends that are in universe: firebird-dev,
      libc-client-dev, libmcrypt-dev, libonig-dev, libqdbm-dev.
    - d/rules: drop configuration of packages that are in universe: qdgm,
      onig.
    - d/rules: drop CONFIGURE_APACHE_ARGS settings since now we don't build
      interbase or firebird.
    - d/rules: export DEB_HOST_MULTIARCH properly.
    - d/control: drop binary packages php5-imap, php5-interbase and
      php5-mcrypt since we have separate versions in universe.
    - d/modulelist: drop imap, interbase and mcrypt since we have separate
      versions in universe.
    - d/rules: drop configuration of imap and mcrypt since we have separate
      versions in universe.
    - d/source_php5.py, d/rules: add apport hook.
    - d/rules: stop mysql instance on clean just in case we failed in tests.
    - d/control: switch Build-Depends of netcat-traditional to netcat-openbsd
      as only the latter is in main.
    - d/rules, d/control: drop use of dh_systemd as it is in universe.
    - debian/rules: re-enable tests
  * Previously undocumented changes:
    - d/tests/{cgi,cli,mod_php}: dep8 tests for common use cases.
  * Drop changes:
    - d/p/{CVE-2013-6420,CVE-2013-6712,fix-freetype-ftbfs}.patch: upstreamed.
    - d/control: relegate php5-json and pkg-php-tools from Recommends to
      Suggests as they are in universe: php5-json and pkg-php-tools are now in
      main (LP: #1242726).
    - d/control, d/rules: re-enable libedit-dev: libedit-dev is now enabled in
      Debian.
  * d/tests/mod-php: rename from mod_php; the previous name was illegal.
  * d/tests/{cgi,mod-php}: use new default Apache DocumentRoot /var/www/html.
  * d/p/use-system-timezone.patch, d/tests/system-timezone: use system
    timezone by default, instead of requiring it to be configured.
    (LP: #1244343).

Date: Tue, 21 Jan 2014 15:40:58 +0000
Changed-By: Robie Basak <robie.basak at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/trusty/+source/php5/5.5.8+dfsg-2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 21 Jan 2014 15:40:58 +0000
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-readline 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.5.8+dfsg-2ubuntu1
Distribution: trusty
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Robie Basak <robie.basak 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-readline - Readline 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
Launchpad-Bugs-Fixed: 1242726 1244343
Changes: 
 php5 (5.5.8+dfsg-2ubuntu1) trusty; urgency=medium
 .
   * Merge from Debian unstable. Remaining changes:
     - d/control: drop Build-Depends that are in universe: firebird-dev,
       libc-client-dev, libmcrypt-dev, libonig-dev, libqdbm-dev.
     - d/rules: drop configuration of packages that are in universe: qdgm,
       onig.
     - d/rules: drop CONFIGURE_APACHE_ARGS settings since now we don't build
       interbase or firebird.
     - d/rules: export DEB_HOST_MULTIARCH properly.
     - d/control: drop binary packages php5-imap, php5-interbase and
       php5-mcrypt since we have separate versions in universe.
     - d/modulelist: drop imap, interbase and mcrypt since we have separate
       versions in universe.
     - d/rules: drop configuration of imap and mcrypt since we have separate
       versions in universe.
     - d/source_php5.py, d/rules: add apport hook.
     - d/rules: stop mysql instance on clean just in case we failed in tests.
     - d/control: switch Build-Depends of netcat-traditional to netcat-openbsd
       as only the latter is in main.
     - d/rules, d/control: drop use of dh_systemd as it is in universe.
     - debian/rules: re-enable tests
   * Previously undocumented changes:
     - d/tests/{cgi,cli,mod_php}: dep8 tests for common use cases.
   * Drop changes:
     - d/p/{CVE-2013-6420,CVE-2013-6712,fix-freetype-ftbfs}.patch: upstreamed.
     - d/control: relegate php5-json and pkg-php-tools from Recommends to
       Suggests as they are in universe: php5-json and pkg-php-tools are now in
       main (LP: #1242726).
     - d/control, d/rules: re-enable libedit-dev: libedit-dev is now enabled in
       Debian.
   * d/tests/mod-php: rename from mod_php; the previous name was illegal.
   * d/tests/{cgi,mod-php}: use new default Apache DocumentRoot /var/www/html.
   * d/p/use-system-timezone.patch, d/tests/system-timezone: use system
     timezone by default, instead of requiring it to be configured.
     (LP: #1244343).
Checksums-Sha1: 
 e8d121f9d7b46a4ecf8a7faaf509c4e01c586ae0 4416 php5_5.5.8+dfsg-2ubuntu1.dsc
 cfdd93dc4b5b42b183cf7b041e2d708ac6c0d0f8 10831324 php5_5.5.8+dfsg.orig.tar.xz
 bdbfed4f7d09bdf6f03888c573aba86c001ab5fb 143840 php5_5.5.8+dfsg-2ubuntu1.debian.tar.gz
Checksums-Sha256: 
 11d5b3ef0a41887a54974113216b700bdd90e7fc161fedc5c8810e4767b8b73b 4416 php5_5.5.8+dfsg-2ubuntu1.dsc
 49e726ce23a75deaab0ce8ab087055119845a234fc98709ef47fdccd9ad839a8 10831324 php5_5.5.8+dfsg.orig.tar.xz
 5d7b1d6340bab552be565c9c13f9a22c49ccc73f00e0cac6042ed6650b227fef 143840 php5_5.5.8+dfsg-2ubuntu1.debian.tar.gz
Files: 
 f5f506171e159d41035877722c2d7e17 4416 php optional php5_5.5.8+dfsg-2ubuntu1.dsc
 780c17850b0906c63a52fb8cf401983f 10831324 php optional php5_5.5.8+dfsg.orig.tar.xz
 bac76b8c17882e751c0a50f57f345e35 143840 php optional php5_5.5.8+dfsg-2ubuntu1.debian.tar.gz
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>

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

iQIcBAEBCgAGBQJS3rMxAAoJEOVkucJ1vdUucHcP/jkNHYW+Nor4y3JSCXQRR1Ml
XD0WekV8OTAMVQWv968AGbu0/itnqLH3izUy3XqXNy490DuV/wrdCHIZpaCMrybZ
ZE3stD+UD3RI30qpcE43Oahe5iUi32vmpmbS66bdAzCnSInA4NagCHXcOCqAPTsw
azjKa00nKbq01oMhHn81tnib5IWO9N4y2NgWOjJqIXJOZN0LCkwJHjEXs5gH8yEy
WQpCvzXdMu3I38mF+btp+tvOtPc2sKL0DSYvwDbtPychRY/ou8lGCHvF19EZrRWj
TyXvF3s8FIs0ZieGsf6BfqK30xfIOuV0fws5bOD/35U/U0XNsbIgHdNlYyG955Rk
hJSXJtqJfjS0fYX/bEpsTgGp8pchNDXz2A2SPA6I9V4h1Zcr11Tcj6oSz00YymQ0
rC4NIjYN42+SpMGi/+ylmxGAD9ihuS02qVjpElVK9V97kNikCzbAHENZhZnWKxI9
hrTraxi7FNh/qIkutaAIl4YoCjsHxVKDLmGivwfXgOhO6KNVioDM7+jjU0Idyh/3
UTWXZAZx19cFseChTRp6SzYNOOCM6seY/9Tf+rKFct7AZd50OSByzh0ZAOoJOHi4
Q0sKAhQ8ZeGyAu11nVxI39DcAYZCaJKDrktuZOxAwnc2wbxfgAwzc9/ktoVqkzo2
XNOUYlQKdZW3/840eZ9s
=FtXR
-----END PGP SIGNATURE-----


More information about the Trusty-changes mailing list