Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id 450147A215 for ; Sun, 8 May 2016 08:10:08 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EF0B785E91; Sun, 8 May 2016 08:10:07 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 79FBD85EDE for ; Sun, 8 May 2016 08:10:07 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id WQlpG8PWJTxv for ; Sun, 8 May 2016 08:10:07 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id D447984CED for ; Sun, 8 May 2016 08:10:06 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id D1E05FBBA; Sun, 8 May 2016 08:10:06 +0000 (UTC) Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" MIME-Version: 1.0 Date: Sun, 8 May 2016 08:10:06 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2016Q1] pkgsrc/lang To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20160508081006.D1E05FBBA@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: bsiegert Date: Sun May 8 08:10:06 UTC 2016 Modified Files: pkgsrc/lang/php [pkgsrc-2016Q1]: phpversion.mk pkgsrc/lang/php55 [pkgsrc-2016Q1]: distinfo pkgsrc/lang/php55/patches [pkgsrc-2016Q1]: patch-ext_standard_php__dns.h Log Message: Pullup ticket #4972 - requested by taca lang/php55: security fix Revisions pulled up: - lang/php/phpversion.mk 1.132-1.133 - lang/php55/distinfo 1.52 - lang/php55/patches/patch-ext_standard_php__dns.h 1.2 --- Module Name: pkgsrc Committed By: wiz Date: Fri Apr 22 09:46:50 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk Log Message: Detect php-7.0 (define _PHP_VERSION_70_INSTALLED). Addresses PR 50957. --- Module Name: pkgsrc Committed By: taca Date: Mon May 2 13:06:21 UTC 2016 Modified Files: pkgsrc/lang/php: phpversion.mk pkgsrc/lang/php55: distinfo pkgsrc/lang/php55/patches: patch-ext_standard_php__dns.h Log Message: Update php55 to 5.5.35. pkgsrc change: Fix build problem on Linux noted by Matthias Ferdinand on pkgsrc-users@. 28 Apr 2016, PHP 5.5.35 - BCMath: . Fix bug #72093 (bcpowmod accepts negative scale and corrupts _one_ definition). (Stas) - Exif: . Fix bug #72094 (Out of bounds heap read access in exif header processing). (Stas) - GD: . Fix bug #71912 (libgd: signedness vulnerability). (Stas) - Intl: . Fix bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative offset). (Stas) - XML: . Fix bug #72099 (xml_parse_into_struct segmentation fault). (Stas) To generate a diff of this commit: cvs rdiff -u -r1.131 -r1.131.2.1 pkgsrc/lang/php/phpversion.mk cvs rdiff -u -r1.51 -r1.51.2.1 pkgsrc/lang/php55/distinfo cvs rdiff -u -r1.1 -r1.1.2.1 \ pkgsrc/lang/php55/patches/patch-ext_standard_php__dns.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.