svn commit: r501022 - branches/2019Q2/lang/php71
Torsten Zuehlsdorff
tz at FreeBSD.org
Wed May 8 14:22:08 UTC 2019
Author: tz
Date: Wed May 8 14:22:06 2019
New Revision: 501022
URL: https://svnweb.freebsd.org/changeset/ports/501022
Log:
MFH: r500999 r501013
lang/php71: Update from 7.1.28 to 7.1.29
Changelog:
EXIF:
Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
Mail:
Fixed bug #77821 (Potential heap corruption in TSendMail()).
Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.29
lang/php71: put mailheader patch back
Reported by: mat
Approved by: ports-secteam (mivy)
Modified:
branches/2019Q2/lang/php71/Makefile
branches/2019Q2/lang/php71/distinfo
Directory Properties:
branches/2019Q2/ (props changed)
Modified: branches/2019Q2/lang/php71/Makefile
==============================================================================
--- branches/2019Q2/lang/php71/Makefile Wed May 8 13:29:22 2019 (r501021)
+++ branches/2019Q2/lang/php71/Makefile Wed May 8 14:22:06 2019 (r501022)
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= php71
-PORTVERSION= 7.1.28
-PORTREVISION?= 2
+PORTVERSION= 7.1.29
+PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
DISTNAME= php-${PORTVERSION}
Modified: branches/2019Q2/lang/php71/distinfo
==============================================================================
--- branches/2019Q2/lang/php71/distinfo Wed May 8 13:29:22 2019 (r501021)
+++ branches/2019Q2/lang/php71/distinfo Wed May 8 14:22:06 2019 (r501022)
@@ -1,5 +1,5 @@
-TIMESTAMP = 1554455730
-SHA256 (php-7.1.28.tar.xz) = 45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2
-SIZE (php-7.1.28.tar.xz) = 12222508
+TIMESTAMP = 1557308735
+SHA256 (php-7.1.29.tar.xz) = b9a9b094687edc2d9c9553d5531e38e249b569127cf3b32fe1c84280509746fb
+SIZE (php-7.1.29.tar.xz) = 12221984
SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7
SIZE (php-7.1.x-mail-header.patch) = 4504
More information about the svn-ports-branches
mailing list