php-fpm: update to 5.5.21

This commit is contained in:
Juergen Daubert 2015-01-23 15:11:42 +01:00
parent e199044420
commit 6754ce1da2
2 changed files with 4 additions and 2 deletions

View File

@ -1,2 +1,2 @@
51377838dfee2d7bb4715674ac715394 php-5.5.20.tar.xz
79664ce44f7c93f355a25a3fe3dcc91b php-5.5.21.tar.xz
93be638b655e225b198d2a2ae69ca2fb php-fpm

View File

@ -4,7 +4,7 @@
# Depends on: xz libpcre libxml2
name=php-fpm
version=5.5.20
version=5.5.21
release=1
source=(http://php.net/distributions/php-$version.tar.xz
php-fpm)
@ -39,4 +39,6 @@ build () {
install -m 644 sapi/fpm/php-fpm.conf $PKG/etc/php/
install -m 644 sapi/fpm/php-fpm.8 $PKG/usr/man/man8/
install -m 755 $SRC/php-fpm $PKG/etc/rc.d/
sed -i '/;pid =/s/;//' $PKG/etc/php/php-fpm.conf
}