[notify] php: update to 5.5.20

includes one security fix, see http://php.net/ChangeLog-5.php#5.5.20
This commit is contained in:
Juergen Daubert 2014-12-19 09:01:08 +01:00
parent 34b21ceb99
commit cec154394f
3 changed files with 4 additions and 3 deletions

View File

@ -6,7 +6,7 @@ drwxr-xr-x root/root etc/php/conf.d/
-rw-r--r-- root/root etc/php/php.ini-production
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
lrwxrwxrwx root/root usr/bin/phar -> /usr/bin/phar.phar
lrwxrwxrwx root/root usr/bin/phar -> phar.phar
-rwxr-xr-x root/root usr/bin/phar.phar
-rwxr-xr-x root/root usr/bin/php
-rwxr-xr-x root/root usr/bin/php-config

View File

@ -1 +1 @@
c63dcfd8b318d12127ba6d39ecc8a444 php-5.5.19.tar.xz
51377838dfee2d7bb4715674ac715394 php-5.5.20.tar.xz

View File

@ -4,7 +4,7 @@
# Depends on: readline libpcre libxml2 curl db gdbm xz
name=php
version=5.5.19
version=5.5.20
release=1
source=(http://php.net/distributions/php-$version.tar.xz)
@ -40,6 +40,7 @@ build () {
make
make -j1 INSTALL_ROOT=$PKG install
rm $PKG/usr/lib/php/extensions/*.a
ln -sf phar.phar $PKG/usr/bin/phar
sed -i '/^extension_dir/s|=.*$|= "/usr/lib/php/extensions"|' php.ini-*
install -d $PKG/etc/php/conf.d