diff options
author | Michael Heimpold <mhei@heimpold.de> | 2016-11-16 21:12:19 +0100 |
---|---|---|
committer | Michael Heimpold <mhei@heimpold.de> | 2016-11-16 21:12:39 +0100 |
commit | 583af8565e784517d8cd7fcfb1d6095a07acb012 (patch) | |
tree | e55347eb0b66bc1549893d7e008e0c190785de3b /lang/php7 | |
parent | 3cb487bed5ce0da97db6202f125adcf9f8022b1c (diff) |
php7: update to 7.0.13
Signed-off-by: Michael Heimpold <mhei@heimpold.de>
Diffstat (limited to 'lang/php7')
-rw-r--r-- | lang/php7/Makefile | 4 | ||||
-rw-r--r-- | lang/php7/patches/0041-Add-patch-to-remove-build-timestamps-from-generated-.patch | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php7/Makefile b/lang/php7/Makefile index e8c701ef8..d311a7b06 100644 --- a/lang/php7/Makefile +++ b/lang/php7/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=php -PKG_VERSION:=7.0.12 +PKG_VERSION:=7.0.13 PKG_RELEASE:=1 PKG_MAINTAINER:=Michael Heimpold <mhei@heimpold.de> @@ -16,7 +16,7 @@ PKG_LICENSE_FILES:=LICENSE PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://www.php.net/distributions/ -PKG_MD5SUM:=bdcc4dbdac90c2a39422786653059f70 +PKG_MD5SUM:=eb117bf1d1efc99c522f132b265a3402 PKG_FIXUP:=libtool autoreconf PKG_BUILD_PARALLEL:=1 diff --git a/lang/php7/patches/0041-Add-patch-to-remove-build-timestamps-from-generated-.patch b/lang/php7/patches/0041-Add-patch-to-remove-build-timestamps-from-generated-.patch index 7639e5672..abfd6f760 100644 --- a/lang/php7/patches/0041-Add-patch-to-remove-build-timestamps-from-generated-.patch +++ b/lang/php7/patches/0041-Add-patch-to-remove-build-timestamps-from-generated-.patch @@ -117,10 +117,10 @@ diff --git a/sapi/phpdbg/phpdbg.c b/sapi/phpdbg/phpdbg.c index 68a164c..82565d8 100644 --- a/sapi/phpdbg/phpdbg.c +++ b/sapi/phpdbg/phpdbg.c -@@ -1520,10 +1520,8 @@ phpdbg_main: - sapi_startup(phpdbg); - phpdbg->startup(phpdbg); - printf( +@@ -1657,10 +1657,8 @@ + phpdbg_do_help(NULL); + } else if (show_version) { + phpdbg_out( - "phpdbg %s (built: %s %s)\nPHP %s, Copyright (c) 1997-2016 The PHP Group\n%s", + "phpdbg %s\nPHP %s, Copyright (c) 1997-2016 The PHP Group\n%s", PHPDBG_VERSION, |