Received: by mail.netbsd.org (Postfix, from userid 605) id 4890984E4B; Sun, 28 Jan 2018 19:40:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id C812884D22 for ; Sun, 28 Jan 2018 19:40: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 dvsILodOfPtq for ; Sun, 28 Jan 2018 19:40:22 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id BDAD984CE1 for ; Sun, 28 Jan 2018 19:40:22 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B8933FBDE; Sun, 28 Jan 2018 19:40:22 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517168422275280" MIME-Version: 1.0 Date: Sun, 28 Jan 2018 19:40:22 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/databases/gdbm To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20180128194022.B8933FBDE@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. --_----------=_1517168422275280 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 28 19:40:22 UTC 2018 Modified Files: pkgsrc/databases/gdbm: Makefile Makefile.common distinfo Removed Files: pkgsrc/databases/gdbm/patches: patch-src_gdbm.h.in Log Message: gdbm: update to 1.14.1. Version 1.14.1 - 2018-01-03 * Increment soname current version number. Version 1.14 - 2018-01-01 * Make sure created databases are byte-for-byte reproducible This fixes two longstanding bugs: (1) when allocating database file header blocks, the unused memory is filled with zeroes; (2) when expanding a mmapped memory area, the added extent is filled with zeroes. * Fix build with --enable-gdbm-export * Make gdbm_error global variable thread safe. * Fix possible segmentation violation in gdbm_setopt * Fix handling of group headers in --help output. To generate a diff of this commit: cvs rdiff -u -r1.53 -r1.54 pkgsrc/databases/gdbm/Makefile cvs rdiff -u -r1.5 -r1.6 pkgsrc/databases/gdbm/Makefile.common cvs rdiff -u -r1.13 -r1.14 pkgsrc/databases/gdbm/distinfo cvs rdiff -u -r1.1 -r0 pkgsrc/databases/gdbm/patches/patch-src_gdbm.h.in Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517168422275280 Content-Disposition: inline Content-Length: 2317 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/databases/gdbm/Makefile diff -u pkgsrc/databases/gdbm/Makefile:1.53 pkgsrc/databases/gdbm/Makefile:1.54 --- pkgsrc/databases/gdbm/Makefile:1.53 Sat Sep 9 17:13:50 2017 +++ pkgsrc/databases/gdbm/Makefile Sun Jan 28 19:40:22 2018 @@ -1,8 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2017/09/09 17:13:50 dholland Exp $ +# $NetBSD: Makefile,v 1.54 2018/01/28 19:40:22 wiz Exp $ .include "Makefile.common" -PKGREVISION= 1 COMMENT= The GNU database manager INFO_FILES= yes Index: pkgsrc/databases/gdbm/Makefile.common diff -u pkgsrc/databases/gdbm/Makefile.common:1.5 pkgsrc/databases/gdbm/Makefile.common:1.6 --- pkgsrc/databases/gdbm/Makefile.common:1.5 Mon Mar 20 06:02:26 2017 +++ pkgsrc/databases/gdbm/Makefile.common Sun Jan 28 19:40:22 2018 @@ -1,9 +1,9 @@ -# $NetBSD: Makefile.common,v 1.5 2017/03/20 06:02:26 adam Exp $ +# $NetBSD: Makefile.common,v 1.6 2018/01/28 19:40:22 wiz Exp $ # # used by databases/gdbm/Makefile # used by databases/gdbm_compat/Makefile -DISTNAME= gdbm-1.13 +DISTNAME= gdbm-1.14.1 CATEGORIES= databases MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/} Index: pkgsrc/databases/gdbm/distinfo diff -u pkgsrc/databases/gdbm/distinfo:1.13 pkgsrc/databases/gdbm/distinfo:1.14 --- pkgsrc/databases/gdbm/distinfo:1.13 Sat Sep 9 17:13:50 2017 +++ pkgsrc/databases/gdbm/distinfo Sun Jan 28 19:40:22 2018 @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.13 2017/09/09 17:13:50 dholland Exp $ +$NetBSD: distinfo,v 1.14 2018/01/28 19:40:22 wiz Exp $ -SHA1 (gdbm-1.13.tar.gz) = 7f2a8301497bbcac91808b011ca533380914fd21 -RMD160 (gdbm-1.13.tar.gz) = ad3d3258d3ae82eb16237051ea0e981178d6e93e -SHA512 (gdbm-1.13.tar.gz) = fdb777f5b415b0578ea46b4a6fc70151a04a3568e2f2c8c0219ccad8c0d34abb773d80d5d7a06462ad1a3d6c1f3b5b7ab25f9de4f43ccf05c58db05f9a2906ad -Size (gdbm-1.13.tar.gz) = 891987 bytes +SHA1 (gdbm-1.14.1.tar.gz) = d8d02ecfc442792756515ee1aef25a2ecbc9284c +RMD160 (gdbm-1.14.1.tar.gz) = c42b51b1cc9170ff6bae8bc0a0961a0e8c6d8d22 +SHA512 (gdbm-1.14.1.tar.gz) = a15d7acb0ebf459f4f7d262e5a05393a9a7c8e9ae906d12ccb3b38715de15a41c9254e7814555e2f9af306ef63b2dc68b5f9f6c7b75dd0db77e07a58831ff603 +Size (gdbm-1.14.1.tar.gz) = 894412 bytes SHA1 (patch-src_Makefile.in) = 52b47f3dcd381143d1cdae40f1972bd989dcce1f -SHA1 (patch-src_gdbm.h.in) = 4bf48f2bd6bf28215dfca704b01f2b5302fe69c8 --_----------=_1517168422275280--