Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id 51CF91A9217 for ; Mon, 4 Jan 2021 10:41:25 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 86E3B84DBD; Mon, 4 Jan 2021 10:41:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C29B884D7F for ; Mon, 4 Jan 2021 10:41: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 OXX_y-lZF4id for ; Mon, 4 Jan 2021 10:41:23 +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 1DFE184C13 for ; Mon, 4 Jan 2021 10:41:23 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1589CFA9D; Mon, 4 Jan 2021 10:41:23 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1609756883310" MIME-Version: 1.0 Date: Mon, 4 Jan 2021 10:41:23 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/doc To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20210104104123.1589CFA9D@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1609756883310 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Mon Jan 4 10:41:22 UTC 2021 Modified Files: pkgsrc/doc: CHANGES-2021 TODO Log Message: doc: Updated databases/gdbm to 1.19 To generate a diff of this commit: cvs rdiff -u -r1.124 -r1.125 pkgsrc/doc/CHANGES-2021 cvs rdiff -u -r1.20292 -r1.20293 pkgsrc/doc/TODO Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1609756883310 Content-Disposition: inline Content-Length: 1238 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/doc/CHANGES-2021 diff -u pkgsrc/doc/CHANGES-2021:1.124 pkgsrc/doc/CHANGES-2021:1.125 --- pkgsrc/doc/CHANGES-2021:1.124 Mon Jan 4 10:39:31 2021 +++ pkgsrc/doc/CHANGES-2021 Mon Jan 4 10:41:22 2021 @@ -1,4 +1,4 @@ -$NetBSD: CHANGES-2021,v 1.124 2021/01/04 10:39:31 wiz Exp $ +$NetBSD: CHANGES-2021,v 1.125 2021/01/04 10:41:22 wiz Exp $ Changes to the packages collection and infrastructure in 2021: @@ -152,3 +152,4 @@ Changes to the packages collection and i Updated math/fftw to 3.3.9nb3 [wiz 2021-01-04] Updated math/fftwf to 3.3.9 [wiz 2021-01-04] Updated shells/bash to 5.1.4 [wiz 2021-01-04] + Updated databases/gdbm to 1.19 [wiz 2021-01-04] Index: pkgsrc/doc/TODO diff -u pkgsrc/doc/TODO:1.20292 pkgsrc/doc/TODO:1.20293 --- pkgsrc/doc/TODO:1.20292 Mon Jan 4 10:39:31 2021 +++ pkgsrc/doc/TODO Mon Jan 4 10:41:22 2021 @@ -1,4 +1,4 @@ -$NetBSD: TODO,v 1.20292 2021/01/04 10:39:31 wiz Exp $ +$NetBSD: TODO,v 1.20293 2021/01/04 10:41:22 wiz Exp $ Suggested new packages ====================== @@ -587,7 +587,6 @@ For possible Perl packages updates, see o gcin-1.5.5 o gcloud-golang-metadata-0.12.0 o gcombust-0.1.55 - o gdbm-1.19 o gdm-2.32.2 o gdm-3.0.3 o geeklog-2.2.1sr1 --_----------=_1609756883310--