php-fpm: update to 5.6.16
This commit is contained in:
parent
35ae69d5cd
commit
d5278ebec0
@ -4,8 +4,9 @@ drwxr-xr-x root/root etc/php/
|
||||
drwxr-xr-x root/root etc/rc.d/
|
||||
-rwxr-xr-x root/root etc/rc.d/php-fpm
|
||||
drwxr-xr-x root/root usr/
|
||||
drwxr-xr-x root/root usr/man/
|
||||
drwxr-xr-x root/root usr/man/man8/
|
||||
-rw-r--r-- root/root usr/man/man8/php-fpm.8.gz
|
||||
drwxr-xr-x root/root usr/sbin/
|
||||
-rwxr-xr-x root/root usr/sbin/php-fpm
|
||||
drwxr-xr-x root/root usr/share/
|
||||
drwxr-xr-x root/root usr/share/man/
|
||||
drwxr-xr-x root/root usr/share/man/man8/
|
||||
-rw-r--r-- root/root usr/share/man/man8/php-fpm.8.gz
|
||||
|
@ -1,2 +1,2 @@
|
||||
c726a86238017c2d9db0171b14d300e7 php-5.6.15.tar.xz
|
||||
3f1d999ed1f9cb5713c9a0161c557f2f php-5.6.16.tar.xz
|
||||
954d95b7f645f3435815195aeeac6949 php-fpm
|
||||
|
@ -4,7 +4,7 @@
|
||||
# Depends on: xz libpcre libxml2
|
||||
|
||||
name=php-fpm
|
||||
version=5.6.15
|
||||
version=5.6.16
|
||||
release=1
|
||||
source=(http://php.net/distributions/php-$version.tar.xz
|
||||
php-fpm)
|
||||
@ -34,10 +34,10 @@ build () {
|
||||
|
||||
make
|
||||
|
||||
install -d $PKG/{usr/{sbin,man/man8},etc/{rc.d,php}}
|
||||
install -d $PKG/{usr/{sbin,share/man/man8},etc/{rc.d,php}}
|
||||
install -m 755 sapi/fpm/php-fpm $PKG/usr/sbin/
|
||||
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 644 sapi/fpm/php-fpm.8 $PKG/usr/share/man/man8/
|
||||
install -m 755 $SRC/php-fpm $PKG/etc/rc.d/
|
||||
|
||||
sed -i '/;pid =/s/;//' $PKG/etc/php/php-fpm.conf
|
||||
|
Loading…
x
Reference in New Issue
Block a user