[ubuntu/saucy-proposed] php5 5.4.15-1ubuntu1 (Accepted)
Marc Deslauriers
marc.deslauriers at ubuntu.com
Mon May 20 13:40:20 UTC 2013
php5 (5.4.15-1ubuntu1) saucy; urgency=low
* Merge from Debian experimental. 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/patches/CVE-2013-1643.patch: included upstream.
php5 (5.4.15-1) unstable; urgency=low
* Imported Upstream version 5.4.15
* Update patches for new release
* Upload to unstable
php5 (5.4.14-1) experimental; urgency=low
* Disable -gstabs usage, which was breaking clang builds and is not needed.
* Imported Upstream version 5.4.14
* Refresh patches for 5.4.14 release
php5 (5.4.13-2) experimental; urgency=low
* Add php5-readline based on libedit (Courtesy of Andreas Pour)
* Add -n to run-tests.php for php to not pick-up any local php.ini.
It's not a problem on sbuilds, but it might break when building
locally. (Courtesy of Andreas Pour)
php5 (5.4.13-1) experimental; urgency=low
* Imported Upstream version 5.4.13
* Update patches for 5.4.13 release
php5 (5.4.12-2) experimental; urgency=low
* Enable interactive mode in php5-cli (Closes: #341868)
php5 (5.4.12-1) experimental; urgency=low
[ Lior Kaplan ]
* manpage: Add -S, -t options. Align -B, -E with the cli usage (Closes: #698525)
[ Ondřej Surý ]
* Imported Upstream version 5.4.12
* Update patches for 5.4.12 release
php5 (5.4.11-1) experimental; urgency=low
* Install logrotate script in php5-fpm package (Closes: #673558)
* Imported Upstream version 5.4.11
* Update patches for 5.4.11 release
Date: Sun, 19 May 2013 19:13:15 -0400
Changed-By: Marc Deslauriers <marc.deslauriers at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/saucy/+source/php5/5.4.15-1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Sun, 19 May 2013 19:13:15 -0400
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.4.15-1ubuntu1
Distribution: saucy
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Marc Deslauriers <marc.deslauriers 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
Closes: 341868 673558 698525
Changes:
php5 (5.4.15-1ubuntu1) saucy; urgency=low
.
* Merge from Debian experimental. 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/patches/CVE-2013-1643.patch: included upstream.
.
php5 (5.4.15-1) unstable; urgency=low
.
* Imported Upstream version 5.4.15
* Update patches for new release
* Upload to unstable
.
php5 (5.4.14-1) experimental; urgency=low
.
* Disable -gstabs usage, which was breaking clang builds and is not needed.
* Imported Upstream version 5.4.14
* Refresh patches for 5.4.14 release
.
php5 (5.4.13-2) experimental; urgency=low
.
* Add php5-readline based on libedit (Courtesy of Andreas Pour)
* Add -n to run-tests.php for php to not pick-up any local php.ini.
It's not a problem on sbuilds, but it might break when building
locally. (Courtesy of Andreas Pour)
.
php5 (5.4.13-1) experimental; urgency=low
.
* Imported Upstream version 5.4.13
* Update patches for 5.4.13 release
.
php5 (5.4.12-2) experimental; urgency=low
.
* Enable interactive mode in php5-cli (Closes: #341868)
.
php5 (5.4.12-1) experimental; urgency=low
.
[ Lior Kaplan ]
* manpage: Add -S, -t options. Align -B, -E with the cli usage (Closes: #698525)
.
[ Ondřej Surý ]
* Imported Upstream version 5.4.12
* Update patches for 5.4.12 release
.
php5 (5.4.11-1) experimental; urgency=low
.
* Install logrotate script in php5-fpm package (Closes: #673558)
* Imported Upstream version 5.4.11
* Update patches for 5.4.11 release
Checksums-Sha1:
67c152cb8de383abb8e7efd60a9dd29300295444 4233 php5_5.4.15-1ubuntu1.dsc
63126ef43e45adfcb2dd19590a4fb88da3c6d280 11662269 php5_5.4.15.orig.tar.bz2
4077d87eba8efb618d77c10e98e2076f2d7def7f 154412 php5_5.4.15-1ubuntu1.debian.tar.gz
Checksums-Sha256:
74bce5cfb37db038a4847c44744a4359d0845f880f330cee08c1c81441a1e89a 4233 php5_5.4.15-1ubuntu1.dsc
2d2285da48ccd2db311b2608fdfafd18b363a9f7e3796d53dd53e5b6752a0136 11662269 php5_5.4.15.orig.tar.bz2
a0776bf36a2938bb9af7dfb30fa82842a2780f8f9b4c14269226242cf95cd339 154412 php5_5.4.15-1ubuntu1.debian.tar.gz
Files:
d169000a3ab1cdfb0fd5d6e9427d9ab6 4233 php optional php5_5.4.15-1ubuntu1.dsc
145ea5e845e910443ff1eddb3dbcf56a 11662269 php optional php5_5.4.15.orig.tar.bz2
875c396de147922b1de73362f88a4aef 154412 php optional php5_5.4.15-1ubuntu1.debian.tar.gz
Original-Maintainer: Debian PHP Maintainers <pkg-php-maint at lists.alioth.debian.org>
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCgAGBQJRmiZRAAoJEGVp2FWnRL6TBxMP/AzSbUnCp/N1fLgIYcXYijqk
OfZ2LzxBVkRsnXQ4cNatY/sEwYJ1HSQ8TIe1VUYysKfaItQo+Jl6UgXmZxdEEMvU
kOPCx5XE53GU20Gi4SyNmezzjfUYhgvc5QVZZJx5jAxA8fEOs2uQHzY2MVYREI7M
bLVl0YNmDPOVdoNpiT1YDAVnA5J/XZg4r+da/SZnbh5WppvPm4rhL1nAE7Fnwdsl
Gq3PYxRYzsBPcmiK3pdX+i/PIoMLZzZCFrWHm6PkcaAFyf/fcm9KS/O5ZF35EE+w
PrBrKNHY/WaWrF44z8VhMf4zp3LQeKCizzEYgZNTkLHT+qq0Ibi9qwPPmnVC66Wc
Faw06uAOPvWztmNEiSYUBA4Lwog+c7gbE2IBJibYT6dYyP2HEhD5+z++4PYgpsXc
7u2M2PKjX2sT/ECKBgx8d43YBlcH0wINJIPb5HY9DCOxydPbF/aeqYfGSrjycg9u
syX8Lzrx9wlNwiOnlvpNgunpxnr/Vh2VnxeqJmf6qkj4esyG1UxLZEpWL5QpN7if
4W5HJn4hU2MaW2ca5wW9VeA0nKggnsNNjSfaiBEgoKrMsL39xQc1GmfAasniQGBS
ke7l8SmrOztH/SHmdfZtpY2ZJ1wPMgzTPZhDsNp32VpwasNT6Wg9gw7cj3xMSg8l
573EP6MssXv/HIorR5kP
=y3pG
-----END PGP SIGNATURE-----
More information about the Saucy-changes
mailing list