diff options
author | Juergen Daubert <jue@jue.li> | 2012-05-09 08:47:58 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2012-05-09 08:47:58 +0200 |
commit | 45c39e434e7b9ca91d56d4192c61592176a62c9c (patch) | |
tree | 1a2450d04180ea1b54ca1f433b09f0507a7e6500 /php | |
parent | 5ab556ab33e6cc5e24469e35e1b5cab3d640d8dc (diff) | |
download | opt-45c39e434e7b9ca91d56d4192c61592176a62c9c.tar.gz opt-45c39e434e7b9ca91d56d4192c61592176a62c9c.tar.xz |
[notify] php: upate to 5.3.13
Security fix, see http://www.php.net/archive/2012.php#id2012-05-08-1
Diffstat (limited to 'php')
-rw-r--r-- | php/.md5sum | 2 | ||||
-rw-r--r-- | php/Pkgfile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/php/.md5sum b/php/.md5sum index 1f203ea7e..582c7cba9 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1,2 +1,2 @@ 683de3db60200bc38aa6e154aa925fa6 extensions.ini -94709f6e7c920cbe26e19fa991d9975d php-5.3.11.tar.bz2 +370be99c5cdc2e756c82c44d774933c8 php-5.3.13.tar.bz2 diff --git a/php/Pkgfile b/php/Pkgfile index 2c033f155..845a64b98 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: ncurses readline libpcre libxml2 curl db gdbm zip name=php -version=5.3.11 +version=5.3.13 release=1 source=(http://www.php.net/distributions/php-$version.tar.bz2 extensions.ini) |