diff options
author | Michael Heimpold <mhei@heimpold.de> | 2021-03-04 23:14:49 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2021-03-04 23:15:47 +0100 |
commit | 87e852fc7189b6deb390784d1741e0120e09045d (patch) | |
tree | 20c945112647d2de971e7057f7bae3bba917e1cd /lang/php7 | |
parent | c1d2fb81d6d162a82bb185c5202d98a3289c60a2 (diff) |
php7: update to 7.4.16
Also refresh patch.
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang/php7')
-rw-r--r-- | lang/php7/Makefile | 6 | ||||
-rw-r--r-- | lang/php7/patches/0050-remove-build-timestamps.patch | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php7/Makefile b/lang/php7/Makefile index 96268e564..7d431287a 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.4.15 -PKG_RELEASE:=2 +PKG_VERSION:=7.4.16 +PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> PKG_LICENSE:=PHP-3.01 @@ -16,7 +16,7 @@ PKG_CPE_ID:=cpe:/a:php:php PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_HASH:=9b859c65f0cf7b3eff9d4a28cfab719fb3d36a1db3c20d874a79b5ec44d43cb8 +PKG_HASH:=1c16cefaf88ded4c92eed6a8a41eb682bb2ef42429deb55f1c4ba159053fb98b PKG_BUILD_PARALLEL:=1 PKG_USE_MIPS16:=0 diff --git a/lang/php7/patches/0050-remove-build-timestamps.patch b/lang/php7/patches/0050-remove-build-timestamps.patch index 2ef58c407..ec7bb3668 100644 --- a/lang/php7/patches/0050-remove-build-timestamps.patch +++ b/lang/php7/patches/0050-remove-build-timestamps.patch @@ -1,6 +1,6 @@ --- a/ext/opcache/ZendAccelerator.c +++ b/ext/opcache/ZendAccelerator.c -@@ -2667,11 +2667,6 @@ static void accel_gen_system_id(void) +@@ -2670,11 +2670,6 @@ static void accel_gen_system_id(void) PHP_MD5Update(&context, PHP_VERSION, sizeof(PHP_VERSION)-1); PHP_MD5Update(&context, ZEND_EXTENSION_BUILD_ID, sizeof(ZEND_EXTENSION_BUILD_ID)-1); PHP_MD5Update(&context, ZEND_BIN_ID, sizeof(ZEND_BIN_ID)-1); |