Received: by mail.netbsd.org (Postfix, from userid 605) id 5FB6C84E88; Thu, 12 Aug 2021 14:32:11 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9AD5F84E64 for ; Thu, 12 Aug 2021 14:32:10 +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 6KYmAj3mlm0i for ; Thu, 12 Aug 2021 14:32:10 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 1DAB784CED for ; Thu, 12 Aug 2021 14:32:10 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1B1E0FA97; Thu, 12 Aug 2021 14:32:10 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1628778730281680" MIME-Version: 1.0 Date: Thu, 12 Aug 2021 14:32: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: <20210812143210.1B1E0FA97@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1628778730281680 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: taca Date: Thu Aug 12 14:32:10 UTC 2021 Modified Files: pkgsrc/databases/pear-DB: Makefile distinfo Log Message: databases/pear-DB: update to 1.11.0 pear-DB (2021-08-10 20:25 UTC) Changelog: * PR #11: Define invalid view error and also include deadlock and lockwait errors To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/pear-DB/Makefile cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/pear-DB/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1628778730281680 Content-Disposition: inline Content-Length: 1584 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.15 pkgsrc/databases/pear-DB/Makefile:1.16 --- pkgsrc/databases/pear-DB/Makefile:1.15 Sat Apr 25 15:53:09 2020 +++ pkgsrc/databases/pear-DB/Makefile Thu Aug 12 14:32:09 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2020/04/25 15:53:09 taca Exp $ +# $NetBSD: Makefile,v 1.16 2021/08/12 14:32:09 taca Exp $ -DISTNAME= DB-1.10.0 +DISTNAME= DB-1.11.0 CATEGORIES= databases CONFLICTS= php-pear-DB-[0-9]* Index: pkgsrc/databases/pear-DB/distinfo diff -u pkgsrc/databases/pear-DB/distinfo:1.8 pkgsrc/databases/pear-DB/distinfo:1.9 --- pkgsrc/databases/pear-DB/distinfo:1.8 Sat Apr 25 15:53:09 2020 +++ pkgsrc/databases/pear-DB/distinfo Thu Aug 12 14:32:09 2021 @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.8 2020/04/25 15:53:09 taca Exp $ +$NetBSD: distinfo,v 1.9 2021/08/12 14:32:09 taca Exp $ -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 +SHA1 (pear/DB-1.11.0.tgz) = 078c7472f79cc48c7caee643ace4180ee6ec4ded +RMD160 (pear/DB-1.11.0.tgz) = 608a1a644de9d31763193672820da0e385c83268 +SHA512 (pear/DB-1.11.0.tgz) = 88488874ee1cb6ff228199106702b1992eab4c7dce44984639951c0693e37ace115214973ef9cbd79959f0602b58cce8a254b47e32dc3d44171d0d7bf78db825 +Size (pear/DB-1.11.0.tgz) = 132549 bytes --_----------=_1628778730281680--