From owner-svn-ports-head@freebsd.org Sat May 28 01:42:06 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 54C80B4C47F; Sat, 28 May 2016 01:42:06 +0000 (UTC) (envelope-from junovitch@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 mx1.freebsd.org (Postfix) with ESMTPS id 13FC112CA; Sat, 28 May 2016 01:42:06 +0000 (UTC) (envelope-from junovitch@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id u4S1g5I9058017; Sat, 28 May 2016 01:42:05 GMT (envelope-from junovitch@FreeBSD.org) Received: (from junovitch@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u4S1g4uq058014; Sat, 28 May 2016 01:42:04 GMT (envelope-from junovitch@FreeBSD.org) Message-Id: <201605280142.u4S1g4uq058014@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: junovitch set sender to junovitch@FreeBSD.org using -f From: Jason Unovitch Date: Sat, 28 May 2016 01:42:04 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r415972 - head/lang/php55 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.22 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: Sat, 28 May 2016 01:42:06 -0000 Author: junovitch Date: Sat May 28 01:42:04 2016 New Revision: 415972 URL: https://svnweb.freebsd.org/changeset/ports/415972 Log: lang/php55: update 5.5.35 -> 5.5.36 [1] plus minor fixups - Fix MAILHEAD patch to match the new version of the patch. The distinfo currently matches the php-5.5.x-mail-header.patch.old patch. [2] - Fix regression from r415818's conversion to @sample by installing the default php-fpm.conf under ${LOCALBASE}/etc and not ${LOCALBASE} PR: 209779 [1] PR: 208073 [2] Reported by: Fabiano Sidler [1] Submitted by: Paulo Henrique [2] Approved by: ports-secteam (with hat) Security: CVE-2013-7456 Security: CVE-2016-4343 Security: CVE-2016-5093 Security: CVE-2016-5094 Security: CVE-2016-5096 Security: https://vuxml.FreeBSD.org/freebsd/6b110175-246d-11e6-8dd3-002590263bf5.html MFH: 2016Q2 Modified: head/lang/php55/Makefile head/lang/php55/distinfo head/lang/php55/pkg-plist Modified: head/lang/php55/Makefile ============================================================================== --- head/lang/php55/Makefile Sat May 28 01:41:36 2016 (r415971) +++ head/lang/php55/Makefile Sat May 28 01:42:04 2016 (r415972) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php55 -PORTVERSION= 5.5.35 +PORTVERSION= 5.5.36 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions Modified: head/lang/php55/distinfo ============================================================================== --- head/lang/php55/distinfo Sat May 28 01:41:36 2016 (r415971) +++ head/lang/php55/distinfo Sat May 28 01:42:04 2016 (r415972) @@ -1,4 +1,5 @@ -SHA256 (php-5.5.35.tar.bz2) = 2d648dd648e820fd64693ce72f9bf07064d147220e594e39fb9f6310238258d7 -SIZE (php-5.5.35.tar.bz2) = 13690152 -SHA256 (php-5.5.x-mail-header.patch) = b0b5a7c961b2052eb14d9528e76155cbeaa881fb9b4a49f452f9dab07b6fb1c4 -SIZE (php-5.5.x-mail-header.patch) = 3379 +TIMESTAMP = 1464391586 +SHA256 (php-5.5.36.tar.bz2) = 2484edfaa3de606d74f927b55c5206f51b1ae24ea8e428aa9fc15474c7bb71bb +SIZE (php-5.5.36.tar.bz2) = 13686345 +SHA256 (php-5.5.x-mail-header.patch) = f510672c4bf2c228e4d8c7837e16a82169de82139dcf33fafce51e9e55a1b9ed +SIZE (php-5.5.x-mail-header.patch) = 4426 Modified: head/lang/php55/pkg-plist ============================================================================== --- head/lang/php55/pkg-plist Sat May 28 01:41:36 2016 (r415971) +++ head/lang/php55/pkg-plist Sat May 28 01:42:04 2016 (r415972) @@ -6,7 +6,7 @@ bin/phpize etc/php.conf etc/php.ini-development etc/php.ini-production -%%FPM%%@sample etc/php-fpm.conf.default php-fpm.conf +%%FPM%%@sample etc/php-fpm.conf.default etc/php-fpm.conf include/php/TSRM/TSRM.h include/php/TSRM/readdir.h include/php/TSRM/tsrm_config.h