Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 877F484DBD for ; Thu, 14 Dec 2023 15:39:23 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id cLkthxnOIMBe for ; Thu, 14 Dec 2023 15:39:23 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0846284CE8 for ; Thu, 14 Dec 2023 15:39:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 0180EFA42; Thu, 14 Dec 2023 15:39:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_170256836274040" MIME-Version: 1.0 Date: Thu, 14 Dec 2023 15:39:22 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/devel/php-igbinary To: pkgsrc-changes@NetBSD.org Approved: commit_and_comment Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20231214153923.0180EFA42@cvs.NetBSD.org> This is a multi-part message in MIME format. --_----------=_170256836274040 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Dec 14 15:39:22 UTC 2023 Modified Files: pkgsrc/devel/php-igbinary: Makefile distinfo Log Message: devel/php-igbinary: update to 3.2.15 3.2.15 (2023-12-02) * Fix crash in igbinary_unserialize_object_enum_case with opcache protected memory and non-constant value. To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/devel/php-igbinary/Makefile cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/php-igbinary/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_170256836274040 Content-Disposition: inline Content-Length: 1613 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/php-igbinary/Makefile diff -u pkgsrc/devel/php-igbinary/Makefile:1.9 pkgsrc/devel/php-igbinary/Makefile:1.10 --- pkgsrc/devel/php-igbinary/Makefile:1.9 Wed Mar 15 13:53:54 2023 +++ pkgsrc/devel/php-igbinary/Makefile Thu Dec 14 15:39:22 2023 @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2023/03/15 13:53:54 taca Exp $ +# $NetBSD: Makefile,v 1.10 2023/12/14 15:39:22 taca Exp $ MODNAME= igbinary -PECL_VERSION= 3.2.14 +PECL_VERSION= 3.2.15 CATEGORIES= devel MAINTAINER= pkgsrc-users@NetBSD.org Index: pkgsrc/devel/php-igbinary/distinfo diff -u pkgsrc/devel/php-igbinary/distinfo:1.11 pkgsrc/devel/php-igbinary/distinfo:1.12 --- pkgsrc/devel/php-igbinary/distinfo:1.11 Wed Mar 15 13:53:54 2023 +++ pkgsrc/devel/php-igbinary/distinfo Thu Dec 14 15:39:22 2023 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2023/03/15 13:53:54 taca Exp $ +$NetBSD: distinfo,v 1.12 2023/12/14 15:39:22 taca Exp $ -BLAKE2s (php-igbinary/igbinary-3.2.14.tgz) = adc44ed21c37e5a99fd949781bd26911a7c211f35d2343f06fd768eaa7bc5299 -SHA512 (php-igbinary/igbinary-3.2.14.tgz) = 2d9d7b36ab9ecd4f19b0e1b4dc958ce8b4e25a8930468e9308d70284b85f92a8f3b4ac241e35110287ba3a0e0f17d21cc6e6b4fbfdea2b2ea27d6a47eaccbdaf -Size (php-igbinary/igbinary-3.2.14.tgz) = 102824 bytes +BLAKE2s (php-igbinary/igbinary-3.2.15.tgz) = 0aceb14b7dadb8515ecacd394c139491f1a68b4cac5d4e6539766243606f890f +SHA512 (php-igbinary/igbinary-3.2.15.tgz) = 1901765d302624ec0e8356fde6feabb8406122357e8ba178af6e9863e78a30f779c711785b981b8871d6c59f17bccfafe1d257a05a449935013ad8b62f7121c5 +Size (php-igbinary/igbinary-3.2.15.tgz) = 103238 bytes --_----------=_170256836274040--