Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=ccu+9ii5; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=BQqB2TW7 Received: by mail.netbsd.org (Postfix, from userid 605) id 54CAA84F4E; Sun, 12 May 2024 14:29:12 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715524152; bh=V9+UxTVvMO52BITLDuuLIqZ21RAEy4i+uxN/W4wHzik=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=ccu+9ii5JEWIKIGhBfdJYqvlTtiqZpEPGPhmIGbMM/YyddS1hggCLmcr5ieQub+HX 5kEGevJ5I5tZV4fCnZjMi2NvIlFoESc3zOK08AmICZRErX0AotqQ4kXPiW46wa+uYA m9DUflDfuLxF2a2I1Mxtmp085rx4yB92tStNFvc4= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 457F084F41 for ; Sun, 12 May 2024 14:29:11 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=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 M85JetJh8hPB for ; Sun, 12 May 2024 14:29:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id B2EFF84C13 for ; Sun, 12 May 2024 14:29:10 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715524150; bh=V9+UxTVvMO52BITLDuuLIqZ21RAEy4i+uxN/W4wHzik=; h=Date:From:Subject:To:Reply-To; b=BQqB2TW78xvtIXS/RCgKP7caoINJG8fZls4zmFIem6VAG1Mqvc/QZMxAjMEiqPYM5 1CkFqLgYCvvpYQdiLvQMiDBwJz1SF99wZfbpYqQg0Q0oGdxpqXajJTRYPPMmKVYCpn 5C11FkWDTBVViaMUpiVyuNKAbx5NeKRygPgbnhB4= Received: by cvs.NetBSD.org (Postfix, from userid 500) id A9D1DFA2C; Sun, 12 May 2024 14:29:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1715524150151100" MIME-Version: 1.0 Date: Sun, 12 May 2024 14:29:10 +0000 From: "Takahiro Kambe" Subject: CVS commit: pkgsrc/databases/pear-DB To: pkgsrc-changes@NetBSD.org Reply-To: taca@netbsd.org X-Mailer: log_accum Message-Id: <20240512142910.A9D1DFA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1715524150151100 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sun May 12 14:29:10 UTC 2024 Modified Files: pkgsrc/databases/pear-DB: Makefile distinfo Log Message: databases/pear-DB: update to 1.12.2 1.12.2 (2024-04-15) Changelog: * Task: Manage E_DEPRECATED #27 * Task: Remove CVS id that no longer makes sense #30 * Bug: Bug in DB/oci8.php ... oci_fetch_array called with wrong parameters #33 #34 * Bug: Errors raised in DB_storage::toString() if there are multi-column keys, on PHP >= 7 #35 * Bug: sqlite3 back-end incorrectly refers to 'resource' objects #38 #39 To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/databases/pear-DB/Makefile cvs rdiff -u -r1.12 -r1.13 pkgsrc/databases/pear-DB/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1715524150151100 Content-Disposition: inline Content-Length: 1499 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/pear-DB/Makefile diff -u pkgsrc/databases/pear-DB/Makefile:1.17 pkgsrc/databases/pear-DB/Makefile:1.18 --- pkgsrc/databases/pear-DB/Makefile:1.17 Sat Feb 24 16:11:00 2024 +++ pkgsrc/databases/pear-DB/Makefile Sun May 12 14:29:10 2024 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2024/02/24 16:11:00 taca Exp $ +# $NetBSD: Makefile,v 1.18 2024/05/12 14:29:10 taca Exp $ -DISTNAME= DB-1.12.1 +DISTNAME= DB-1.12.2 CATEGORIES= databases CONFLICTS= php-pear-DB-[0-9]* Index: pkgsrc/databases/pear-DB/distinfo diff -u pkgsrc/databases/pear-DB/distinfo:1.12 pkgsrc/databases/pear-DB/distinfo:1.13 --- pkgsrc/databases/pear-DB/distinfo:1.12 Sat Feb 24 16:11:00 2024 +++ pkgsrc/databases/pear-DB/distinfo Sun May 12 14:29:10 2024 @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.12 2024/02/24 16:11:00 taca Exp $ +$NetBSD: distinfo,v 1.13 2024/05/12 14:29:10 taca Exp $ -BLAKE2s (pear/DB-1.12.1.tgz) = 5d4911384194bd3fd980c00cb0afc34dc2f09904b5656b9af6fbfab34f5d5443 -SHA512 (pear/DB-1.12.1.tgz) = 00eed538145ddd0e666b2cb1f7fc3c45f1b1d6ea6e939cf5d200fa7355e0b46bad9bb7525d3df5983d9a35d7affca32610773e4729d5a4f472153bb44fbb6557 -Size (pear/DB-1.12.1.tgz) = 140261 bytes +BLAKE2s (pear/DB-1.12.2.tgz) = 8f7f95fee612f4e27f1ce6ddb09072bce13b96b49379ba85fede30843273bbc3 +SHA512 (pear/DB-1.12.2.tgz) = fb2db7434239b1cdf5c7af8eb06cf05d366684dda46c1287fbcef77788486df151a3a457520b5966584dc5f1688262d1e550da95b3862a95f1ba953d158a33f6 +Size (pear/DB-1.12.2.tgz) = 137662 bytes --_----------=_1715524150151100--