diff options
author | Juergen Daubert <jue@jue.li> | 2014-10-18 13:20:19 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2014-10-18 13:20:19 +0200 |
commit | 96e3b19f250c09e9633de66e7fa043e49ad8c888 (patch) | |
tree | 513f212d98ff9504f6028395784be1c5acd84498 /php | |
parent | 533198f2634f6ecf12ced7550eadaf73ef0b8936 (diff) | |
download | opt-96e3b19f250c09e9633de66e7fa043e49ad8c888.tar.gz opt-96e3b19f250c09e9633de66e7fa043e49ad8c888.tar.xz |
[notify] php: update to 5.5.18
includes security fixes, see http://php.net/ChangeLog-5.php#5.5.18
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 9b338da98..447e6b018 100644 --- a/php/.md5sum +++ b/php/.md5sum @@ -1 +1 @@ -e5f25dae73004658533ee7701a527bd0 php-5.5.17.tar.xz +3984f32985842afebe5795457e26931f php-5.5.18.tar.xz diff --git a/php/Pkgfile b/php/Pkgfile index 42ef55906..44ff09f9a 100644 --- a/php/Pkgfile +++ b/php/Pkgfile @@ -4,7 +4,7 @@ # Depends on: readline libpcre libxml2 curl db gdbm xz name=php -version=5.5.17 +version=5.5.18 release=1 source=(http://php.net/distributions/php-$version.tar.xz) |