pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/databases/gdbm gdbm: update to 1.19.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/632a0349bf23
branches:  trunk
changeset: 444243:632a0349bf23
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Mon Jan 04 10:41:13 2021 +0000

description:
gdbm: update to 1.19.

Version 1.19 - 2020-12-23

* Pre-read the memory mapped regions on systems that support it.

This speeds up operations on big databases.

* gdbmtool: tagged initialization of structured data

Initializers for structured data can be given in tagged form, e.g.:

   store somekey { status=2, id={a,u,x}, name="foo" }

* Bugfixes:

** Preserve locking type during database reorganization

diffstat:

 databases/gdbm/Makefile.common |   4 ++--
 databases/gdbm/PLIST           |   3 ++-
 databases/gdbm/distinfo        |  10 +++++-----
 3 files changed, 9 insertions(+), 8 deletions(-)

diffs (48 lines):

diff -r ad3cb11bcbec -r 632a0349bf23 databases/gdbm/Makefile.common
--- a/databases/gdbm/Makefile.common    Mon Jan 04 10:39:31 2021 +0000
+++ b/databases/gdbm/Makefile.common    Mon Jan 04 10:41:13 2021 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.8 2020/08/24 07:59:02 wiz Exp $
+# $NetBSD: Makefile.common,v 1.9 2021/01/04 10:41:13 wiz Exp $
 #
 # used by databases/gdbm/Makefile
 # used by databases/gdbm_compat/Makefile
 
-DISTNAME=      gdbm-1.18.1
+DISTNAME=      gdbm-1.19
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GNU:=gdbm/}
 
diff -r ad3cb11bcbec -r 632a0349bf23 databases/gdbm/PLIST
--- a/databases/gdbm/PLIST      Mon Jan 04 10:39:31 2021 +0000
+++ b/databases/gdbm/PLIST      Mon Jan 04 10:41:13 2021 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.14 2020/08/24 07:59:02 wiz Exp $
+@comment $NetBSD: PLIST,v 1.15 2021/01/04 10:41:13 wiz Exp $
 bin/gdbm_dump
 bin/gdbm_load
 bin/gdbmtool
@@ -18,6 +18,7 @@
 share/locale/ja/LC_MESSAGES/gdbm.mo
 share/locale/pl/LC_MESSAGES/gdbm.mo
 share/locale/pt_BR/LC_MESSAGES/gdbm.mo
+share/locale/ru/LC_MESSAGES/gdbm.mo
 share/locale/sr/LC_MESSAGES/gdbm.mo
 share/locale/sv/LC_MESSAGES/gdbm.mo
 share/locale/uk/LC_MESSAGES/gdbm.mo
diff -r ad3cb11bcbec -r 632a0349bf23 databases/gdbm/distinfo
--- a/databases/gdbm/distinfo   Mon Jan 04 10:39:31 2021 +0000
+++ b/databases/gdbm/distinfo   Mon Jan 04 10:41:13 2021 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.15 2020/08/24 07:59:02 wiz Exp $
+$NetBSD: distinfo,v 1.16 2021/01/04 10:41:13 wiz Exp $
 
-SHA1 (gdbm-1.18.1.tar.gz) = 4a923ebfac06bb05c1c7699b206719e06a938f0d
-RMD160 (gdbm-1.18.1.tar.gz) = 041c0dd2ae49d724ba509ce70a4349d246a9767d
-SHA512 (gdbm-1.18.1.tar.gz) = adf9d6c5bc843ff0d7f88c2a1667d509973b2d63378d0001d7e74cc10aee6ea498a4513cc88ddf78c32ba4db5cb040b2794f4f1b3338c65d9894058850e2f5ef
-Size (gdbm-1.18.1.tar.gz) = 941863 bytes
+SHA1 (gdbm-1.19.tar.gz) = 2b6cc7453341904432b457fb8a2450e5f2aaf331
+RMD160 (gdbm-1.19.tar.gz) = f0dda04ed1c25eacb1da96a887c0157d66993fee
+SHA512 (gdbm-1.19.tar.gz) = 118c5b8cdf74898bfb7c2100302fedf80096be017bf08e80a44486563cad5d93b93567622f2e7c7aceb72f30460504bd0b4ddfccf34df994ed65166e12ecd495
+Size (gdbm-1.19.tar.gz) = 967861 bytes
 SHA1 (patch-src_Makefile.in) = 52b47f3dcd381143d1cdae40f1972bd989dcce1f



Home | Main Index | Thread Index | Old Index