Date: Fri, 5 Apr 2019 14:00:52 +0000 (UTC) From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r497956 - in branches/2019Q2: devel/php71-intl lang/php71 Message-ID: <201904051400.x35E0q7V001269@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tz Date: Fri Apr 5 14:00:52 2019 New Revision: 497956 URL: https://svnweb.freebsd.org/changeset/ports/497956 Log: MFH: r497952 Update PHP 7.1 from 7.1.27 to 7.1.28 Changelog: EXIF: Fixed bug #77753 (Heap-buffer-overflow in php_ifd_get32s). Fixed bug #77831 (Heap-buffer-overflow in exif_iif_add_value). SQLite3: Added sqlite3.defensive INI directive. Changelog taken from: https://www.php.net/ChangeLog-7.php#7.1.28 Approved by: ports-secteam (joneum) Modified: branches/2019Q2/devel/php71-intl/Makefile branches/2019Q2/lang/php71/Makefile branches/2019Q2/lang/php71/distinfo Directory Properties: branches/2019Q2/ (props changed) Modified: branches/2019Q2/devel/php71-intl/Makefile ============================================================================== --- branches/2019Q2/devel/php71-intl/Makefile Fri Apr 5 13:58:40 2019 (r497955) +++ branches/2019Q2/devel/php71-intl/Makefile Fri Apr 5 14:00:52 2019 (r497956) @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel MASTERDIR= ${.CURDIR}/../../lang/php71 Modified: branches/2019Q2/lang/php71/Makefile ============================================================================== --- branches/2019Q2/lang/php71/Makefile Fri Apr 5 13:58:40 2019 (r497955) +++ branches/2019Q2/lang/php71/Makefile Fri Apr 5 14:00:52 2019 (r497956) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.27 +PORTVERSION= 7.1.28 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: branches/2019Q2/lang/php71/distinfo ============================================================================== --- branches/2019Q2/lang/php71/distinfo Fri Apr 5 13:58:40 2019 (r497955) +++ branches/2019Q2/lang/php71/distinfo Fri Apr 5 14:00:52 2019 (r497956) @@ -1,5 +1,5 @@ -TIMESTAMP = 1552055901 -SHA256 (php-7.1.27.tar.xz) = 25672a3a6060eff37c865a0c84e284da50b7ee8cd57174c78f0ae244b90a96a8 -SIZE (php-7.1.27.tar.xz) = 12219868 +TIMESTAMP = 1554455730 +SHA256 (php-7.1.28.tar.xz) = 45131497ec0a947e3f9145c000e8fcc1f86b46518ee3f6810d80efa2d39521e2 +SIZE (php-7.1.28.tar.xz) = 12222508 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201904051400.x35E0q7V001269>