Received: by mail.netbsd.org (Postfix, from userid 605) id 2CAF484E53; Sat, 25 Apr 2020 15:53:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id A9A4184E4E for ; Sat, 25 Apr 2020 15:53:10 +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 k5-kitrfkAoI for ; Sat, 25 Apr 2020 15:53:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 2041384D37 for ; Sat, 25 Apr 2020 15:53:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C3FCFB27; Sat, 25 Apr 2020 15:53:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1587829990177080" MIME-Version: 1.0 Date: Sat, 25 Apr 2020 15:53: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: <20200425155310.1C3FCFB27@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1587829990177080 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Sat Apr 25 15:53:10 UTC 2020 Modified Files: pkgsrc/databases/pear-DB: Makefile distinfo Log Message: databases/pear-DB: update to 1.10.0 Update pear-DB to 1.10.0. pear-DB 1.10.0 (2020-04-19 15:46 UTC) Changelog: * PR # 7: Fixes an issue with oci8 driver * PR # 8: each() deprecated in PHP 7.2 * PR # 9: Add recognition for error codes for Deadlocks and lock timeouts * PR #10: Remove curly brace array/string offset access To generate a diff of this commit: cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/pear-DB/Makefile cvs rdiff -u -r1.7 -r1.8 pkgsrc/databases/pear-DB/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1587829990177080 Content-Disposition: inline Content-Length: 1578 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.14 pkgsrc/databases/pear-DB/Makefile:1.15 --- pkgsrc/databases/pear-DB/Makefile:1.14 Wed Jul 3 07:28:21 2019 +++ pkgsrc/databases/pear-DB/Makefile Sat Apr 25 15:53:09 2020 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.14 2019/07/03 07:28:21 nia Exp $ +# $NetBSD: Makefile,v 1.15 2020/04/25 15:53:09 taca Exp $ -DISTNAME= DB-1.9.3 +DISTNAME= DB-1.10.0 CATEGORIES= databases CONFLICTS= php-pear-DB-[0-9]* Index: pkgsrc/databases/pear-DB/distinfo diff -u pkgsrc/databases/pear-DB/distinfo:1.7 pkgsrc/databases/pear-DB/distinfo:1.8 --- pkgsrc/databases/pear-DB/distinfo:1.7 Sat Dec 15 16:45:47 2018 +++ pkgsrc/databases/pear-DB/distinfo Sat Apr 25 15:53:09 2020 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/12/15 16:45:47 taca Exp $ +$NetBSD: distinfo,v 1.8 2020/04/25 15:53:09 taca Exp $ -SHA1 (pear/DB-1.9.3.tgz) = d437d0c01f8b86f4d37ff90eb9a007b1100f42f9 -RMD160 (pear/DB-1.9.3.tgz) = 68c0467dda7f3f46967defa492660f8435c4e291 -SHA512 (pear/DB-1.9.3.tgz) = 3fe98f97307818f65c0eaf291169fd13533a4d484d34d7fa7aa82580f6ec3d89b984292f173da2cf896f5f15531db9bde2be981e5a7679cc00c48aa2f9cc1142 -Size (pear/DB-1.9.3.tgz) = 132290 bytes +SHA1 (pear/DB-1.10.0.tgz) = 50bcd32ed3f9c43732b61d83db7b8616dcc23c68 +RMD160 (pear/DB-1.10.0.tgz) = 74877b22e8ce0f89f410f0250ca2f7b606d9f735 +SHA512 (pear/DB-1.10.0.tgz) = 01855d0e26b4463fac1f3f9c84c7f3fed62c9087cdd95843340f6250fbd63f4d33f7e958d3f3895f9c2fa568015e86e660393a578c764fa0d39b36a6394dc48a +Size (pear/DB-1.10.0.tgz) = 132485 bytes --_----------=_1587829990177080--