php5 (5.6.17+dfsg-3ubuntu1) xenial; urgency=medium

  * Merge from Debian. Remaining changes:
    - Drop support for firebird, c-client, mcrypt, onig and qdbm as they
      are in universe:
      + d/control: drop Build-Depends on firebird-dev, libc-client-dev,
        libmcrypt-dev, libonig-dev, libqdbm-dev.
      + d/control: drop binary packages php5-imap, php5-interbase and
        php5-mcrypt and their reverse dependencies.
      + d/rules: drop configuration of qdgm, onig, imap, mcrypt.
      + d/rules: drop CONFIGURE_APACHE_ARGS settings since now we don't
        build interbase or firebird.
      + d/modulelist: drop imap, interbase and mcrypt.
    - d/control: switch Build-Depends of netcat-traditional to
      netcat-openbsd as only the latter is in main.
    - d/source_php5.py, d/rules: add apport hook.

php5 (5.6.17+dfsg-3) unstable; urgency=medium

  * Fail gracefully when other PHP module is enabled in Apache2
  * php5-maintscript-helper needs update for phpdbg to fix postinst
    failure

php5 (5.6.17+dfsg-2) unstable; urgency=medium

  * Disable tests on armhf as they take a long time
  * Merge patch for ODBC bug fix varchars returning with length zero
  * Fix missing phpdbg sapi from the for loop that prevented the modules
    to be enabled for phpdbg SAPI

php5 (5.6.17+dfsg-1) unstable; urgency=medium

  * Build-Depend just on libpng-dev
  * Imported Upstream version 5.6.17+dfsg
  * Rebase patches on top of 5.6.17 release

php5 (5.6.16+dfsg-4) unstable; urgency=medium

  * Make phar command versioned and use update-alternatives for 'phar'
    name to allow src:php5 packages to be co-installed with src:php7.0

php5 (5.6.16+dfsg-3) unstable; urgency=medium

  * Remove invalid patch to not reset packagingroot inside
    PEAR/Command/Install.php
  * Revert PEAR version to last working version from PHP 5.6.14
    (Closes: #805222)

php5 (5.6.16+dfsg-2) unstable; urgency=medium

  [ Jan Wagner ]
  * Adding 'PHP_INI_SCAN_DIR=/etc/php5/${conf_dir}/conf.d/' to session
    cleanup script when calling php

  [ Ondřej Surý ]
  * Add patch to not reset packagingroot inside PEAR/Command/Install.php
    (Closes: #805222)

Date: Thu, 21 Jan 2016 14:32:01 -0500
Changed-By: Marc Deslauriers <marc.deslauri...@ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/php5/5.6.17+dfsg-3ubuntu1
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 21 Jan 2016 14:32:01 -0500
Source: php5
Binary: php5 php5-common libapache2-mod-php5 libapache2-mod-php5filter php5-cgi 
php5-cli php5-phpdbg 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.6.17+dfsg-3ubuntu1
Distribution: xenial
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauri...@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-phpdbg - server-side, HTML-embedded scripting language (PHPDBG binary)
 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
Closes: 805222
Changes:
 php5 (5.6.17+dfsg-3ubuntu1) xenial; urgency=medium
 .
   * Merge from Debian. Remaining changes:
     - Drop support for firebird, c-client, mcrypt, onig and qdbm as they
       are in universe:
       + d/control: drop Build-Depends on firebird-dev, libc-client-dev,
         libmcrypt-dev, libonig-dev, libqdbm-dev.
       + d/control: drop binary packages php5-imap, php5-interbase and
         php5-mcrypt and their reverse dependencies.
       + d/rules: drop configuration of qdgm, onig, imap, mcrypt.
       + d/rules: drop CONFIGURE_APACHE_ARGS settings since now we don't
         build interbase or firebird.
       + d/modulelist: drop imap, interbase and mcrypt.
     - d/control: switch Build-Depends of netcat-traditional to
       netcat-openbsd as only the latter is in main.
     - d/source_php5.py, d/rules: add apport hook.
 .
 php5 (5.6.17+dfsg-3) unstable; urgency=medium
 .
   * Fail gracefully when other PHP module is enabled in Apache2
   * php5-maintscript-helper needs update for phpdbg to fix postinst
     failure
 .
 php5 (5.6.17+dfsg-2) unstable; urgency=medium
 .
   * Disable tests on armhf as they take a long time
   * Merge patch for ODBC bug fix varchars returning with length zero
   * Fix missing phpdbg sapi from the for loop that prevented the modules
     to be enabled for phpdbg SAPI
 .
 php5 (5.6.17+dfsg-1) unstable; urgency=medium
 .
   * Build-Depend just on libpng-dev
   * Imported Upstream version 5.6.17+dfsg
   * Rebase patches on top of 5.6.17 release
 .
 php5 (5.6.16+dfsg-4) unstable; urgency=medium
 .
   * Make phar command versioned and use update-alternatives for 'phar'
     name to allow src:php5 packages to be co-installed with src:php7.0
 .
 php5 (5.6.16+dfsg-3) unstable; urgency=medium
 .
   * Remove invalid patch to not reset packagingroot inside
     PEAR/Command/Install.php
   * Revert PEAR version to last working version from PHP 5.6.14
     (Closes: #805222)
 .
 php5 (5.6.16+dfsg-2) unstable; urgency=medium
 .
   [ Jan Wagner ]
   * Adding 'PHP_INI_SCAN_DIR=/etc/php5/${conf_dir}/conf.d/' to session
     cleanup script when calling php
 .
   [ Ondřej Surý ]
   * Add patch to not reset packagingroot inside PEAR/Command/Install.php
     (Closes: #805222)
Checksums-Sha1:
 a5a5b5b5846c9f29dc1896155a225fe649d91d68 4788 php5_5.6.17+dfsg-3ubuntu1.dsc
 f0684faf404c27b0b8d5bc81203f4790cfb7c71d 11548168 php5_5.6.17+dfsg.orig.tar.xz
 6189bda4a805f6b46d0b645ff81ccdc930de8ce1 235316 
php5_5.6.17+dfsg-3ubuntu1.debian.tar.xz
Checksums-Sha256:
 365d0eaa28cc8956812b77fc5c0c6a16b2ff851a6ab15e62a968aebb38eab4bd 4788 
php5_5.6.17+dfsg-3ubuntu1.dsc
 e080d1f3158639206e236e369d1c06b20f86013eec41b2b389a26602142e4a9c 11548168 
php5_5.6.17+dfsg.orig.tar.xz
 b9b8ebbf214a3ca615a1d5d1b9a7d978d80be2469fcecc09d26435678f8eb514 235316 
php5_5.6.17+dfsg-3ubuntu1.debian.tar.xz
Files:
 4ebca6592700b509a2e833b37cb47033 4788 php optional 
php5_5.6.17+dfsg-3ubuntu1.dsc
 d92d416589ed8ca9aadbdfbec977b4a6 11548168 php optional 
php5_5.6.17+dfsg.orig.tar.xz
 c58c6b748abc08694350e749e781aa42 235316 php optional 
php5_5.6.17+dfsg-3ubuntu1.debian.tar.xz
Original-Maintainer: Debian PHP Maintainers 
<pkg-php-ma...@lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCgAGBQJWoiJHAAoJEGVp2FWnRL6Tv1IP+wQDU55mic8ApXgkBsa1VQmu
LpvhbPhH7E/A8YtH4cCHE3bsa2PjdpfwHO4v/yTwQUaKkIjIW1XkxdieF2wedpND
w03To7dCj1+zllvk20iH+P7OuDxXYmGwFz8H590JcbeqDGfjbnk4iwDpbfZP1hRA
CilDGcGfiHgchXNEibc3YJO90LD5qCmFtdMtj3Uh/5abvuAyPRjNneUKRqgNVWAx
70hTXaB1L4b2mrMNtlsEwNny6NPxuDR8OoJNgktVBtQvzYrHY+MQNUl8SxkRx7he
hrJTI2TJVgf4tl00NfxTm1ZgOxZywcWGCIFjq0Sh2mBVuVSB1/Y9daoOVq5QFm+/
RfKY9QVXA6y8Hcc2ywJszmFzMFdLDFuFO/5Okv+cRPE05XcwL6Ks9addxnDo4lTL
0z9todhiJx6qw/ohxEgdPKC7fqfTKq1KKEuf7jjQBiWKYPItIyd5mJUslvp5aiHQ
EEzLUHzXikkW5n2ofbJd4BOQ48oSBMTyNTdQmjXnz0Kz8nRKIlOV5yVRiPRQG44w
i6JjxhVsQvNjnKQjsTwoBRpgxMBHyBHrnXGLe17Ysg7rw+SZFRV/axbUzYxewhDc
1fon9qIqXLN76CSACP7Bq0bDtIJZX1gG1m5nMqgX1/4xu1SRV1Xodk/ISbnSvYcx
TzQhvA+QK3J/YdeJH+Zk
=5qle
-----END PGP SIGNATURE-----
-- 
Xenial-changes mailing list
Xenial-changes@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/xenial-changes

Reply via email to