diff options
author | Juergen Daubert <jue@jue.li> | 2014-08-22 11:24:24 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-08-22 11:27:57 +0200 |
commit | d7cbe1537bd373a22d8256368bec4fa7d8182053 (patch) | |
tree | 7af102acf8e7584f8e35d8b02f07a29844686fa6 /php | |
parent | b35dbb21afc7d9bfae45d773a836d29f141f0901 (diff) | |
download | opt-d7cbe1537bd373a22d8256368bec4fa7d8182053.tar.gz opt-d7cbe1537bd373a22d8256368bec4fa7d8182053.tar.xz |
[notify] php: update to 5.5.16
includes several security fixes, see http://php.net/ChangeLog-5.php#5.5.16
Diffstat (limited to 'php')
-rw-r--r-- | php/.md5sum | 2 | ||||
-rw-r--r-- | php/Pkgfile | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/php/.md5sum b/php/.md5sum index 20c0d384e..2548c80ea 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -5cb5f2ed9099299f8a4c952d59d93812 php-5.5.15.tar.bz2 +243f641c58b7d58b94b5431e0b730a5e php-5.5.16.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index 4a422d9bd..cf6bf1ceb 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,9 +4,9 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.5.15 +version=5.5.16 release=1 -source=(http://www.php.net/distributions/php-$version.tar.bz2) +source=(http://www.php.net/distributions/php-$version.tar.xz) build () { cd php-$version |