Skip to content

Commit

Permalink
php7: update to 7.4.16
Browse files Browse the repository at this point in the history
Also refresh patch.

Signed-off-by: Michael Heimpold <[email protected]>
  • Loading branch information
mhei committed Mar 4, 2021
1 parent c1d2fb8 commit 87e852f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lang/php7/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 <[email protected]>
PKG_LICENSE:=PHP-3.01
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion lang/php7/patches/0050-remove-build-timestamps.patch
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit 87e852f

Please sign in to comment.