svn commit: r532046 - in head: devel/php72-intl lang/php72
Torsten Zuehlsdorff
tz at FreeBSD.org
Sat Apr 18 21:07:05 UTC 2020
Author: tz
Date: Sat Apr 18 21:07:04 2020
New Revision: 532046
URL: https://svnweb.freebsd.org/changeset/ports/532046
Log:
lang/php72: Upgrade from 7.2.29 to 7.2.30
Changelog:
Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter appended).
Fixed bug #79330 (shell_exec() silently truncates after a null byte).
Fixed bug #79465 (OOB Read in urldecode()).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.30
Modified:
head/devel/php72-intl/Makefile
head/lang/php72/Makefile
head/lang/php72/distinfo
Modified: head/devel/php72-intl/Makefile
==============================================================================
--- head/devel/php72-intl/Makefile Sat Apr 18 21:01:52 2020 (r532045)
+++ head/devel/php72-intl/Makefile Sat Apr 18 21:07:04 2020 (r532046)
@@ -1,6 +1,5 @@
# $FreeBSD$
-PORTREVISION= 1
CATEGORIES= devel
MASTERDIR= ${.CURDIR}/../../lang/php72
Modified: head/lang/php72/Makefile
==============================================================================
--- head/lang/php72/Makefile Sat Apr 18 21:01:52 2020 (r532045)
+++ head/lang/php72/Makefile Sat Apr 18 21:07:04 2020 (r532046)
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php72
-DISTVERSION= 7.2.29
+DISTVERSION= 7.2.30
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
Modified: head/lang/php72/distinfo
==============================================================================
--- head/lang/php72/distinfo Sat Apr 18 21:01:52 2020 (r532045)
+++ head/lang/php72/distinfo Sat Apr 18 21:07:04 2020 (r532046)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1584746777
-SHA256 (php-7.2.29.tar.xz) = b117de74136bf4b439d663be9cf0c8e06a260c1f340f6b75ccadb609153a7fe8
-SIZE (php-7.2.29.tar.xz) = 12308380
+TIMESTAMP = 1587235438
+SHA256 (php-7.2.30.tar.xz) = aa93df27b58a45d6c9800ac813245dfdca03490a918ebe515b3a70189b1bf8c3
+SIZE (php-7.2.30.tar.xz) = 12283804
More information about the svn-ports-all
mailing list