From owner-svn-ports-head@freebsd.org Fri Mar 8 15:46:36 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 77E8D150E2C3; Fri, 8 Mar 2019 15:46:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1B19580429; Fri, 8 Mar 2019 15:46:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 028EC2D426; Fri, 8 Mar 2019 15:46:36 +0000 (UTC) (envelope-from tz@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x28FkZvk057408; Fri, 8 Mar 2019 15:46:35 GMT (envelope-from tz@FreeBSD.org) Received: (from tz@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x28FkZ8p057406; Fri, 8 Mar 2019 15:46:35 GMT (envelope-from tz@FreeBSD.org) Message-Id: <201903081546.x28FkZ8p057406@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tz set sender to tz@FreeBSD.org using -f From: Torsten Zuehlsdorff Date: Fri, 8 Mar 2019 15:46:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r495045 - head/lang/php71 X-SVN-Group: ports-head X-SVN-Commit-Author: tz X-SVN-Commit-Paths: head/lang/php71 X-SVN-Commit-Revision: 495045 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 1B19580429 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.96 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_SHORT(-0.96)[-0.956,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Mar 2019 15:46:37 -0000 Author: tz Date: Fri Mar 8 15:46:35 2019 New Revision: 495045 URL: https://svnweb.freebsd.org/changeset/ports/495045 Log: Update PHP 7.1 from 7.1.26 to 7.1.27 Changelog: Core: Fixed bug #77630 (rename() across the device may allow unwanted access during processing). EXIF: Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). Fixed bug #77540 (Invalid Read on exif_process_SOFn). Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). PHAR: Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename). Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). SPL: Fixed bug #77431 (openFile() silently truncates after a null byte). Changelog taken from: http://www.php.net/ChangeLog-7.php#7.1.27 MFH: 2019Q1 Modified: head/lang/php71/Makefile head/lang/php71/distinfo Modified: head/lang/php71/Makefile ============================================================================== --- head/lang/php71/Makefile Fri Mar 8 14:49:46 2019 (r495044) +++ head/lang/php71/Makefile Fri Mar 8 15:46:35 2019 (r495045) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.26 -PORTREVISION?= 1 +PORTVERSION= 7.1.27 +PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions DISTNAME= php-${PORTVERSION} Modified: head/lang/php71/distinfo ============================================================================== --- head/lang/php71/distinfo Fri Mar 8 14:49:46 2019 (r495044) +++ head/lang/php71/distinfo Fri Mar 8 15:46:35 2019 (r495045) @@ -1,5 +1,5 @@ -TIMESTAMP = 1547458240 -SHA256 (php-7.1.26.tar.xz) = 10b7ae634c12852fae52a22dc2262e5f12418ad59fd20da2d00d71a212235d31 -SIZE (php-7.1.26.tar.xz) = 12206956 +TIMESTAMP = 1552055901 +SHA256 (php-7.1.27.tar.xz) = 25672a3a6060eff37c865a0c84e284da50b7ee8cd57174c78f0ae244b90a96a8 +SIZE (php-7.1.27.tar.xz) = 12219868 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504