pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/databases/gdbm
Module Name: pkgsrc
Committed By: wiz
Date: Mon Jan 4 10:41:13 UTC 2021
Modified Files:
pkgsrc/databases/gdbm: Makefile.common PLIST distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/databases/gdbm/Makefile.common
cvs rdiff -u -r1.14 -r1.15 pkgsrc/databases/gdbm/PLIST
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/gdbm/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/databases/gdbm/Makefile.common
diff -u pkgsrc/databases/gdbm/Makefile.common:1.8 pkgsrc/databases/gdbm/Makefile.common:1.9
--- pkgsrc/databases/gdbm/Makefile.common:1.8 Mon Aug 24 07:59:02 2020
+++ pkgsrc/databases/gdbm/Makefile.common Mon Jan 4 10:41:13 2021
@@ -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/}
Index: pkgsrc/databases/gdbm/PLIST
diff -u pkgsrc/databases/gdbm/PLIST:1.14 pkgsrc/databases/gdbm/PLIST:1.15
--- pkgsrc/databases/gdbm/PLIST:1.14 Mon Aug 24 07:59:02 2020
+++ pkgsrc/databases/gdbm/PLIST Mon Jan 4 10:41:13 2021
@@ -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/fr/LC_MESSAGES/gdbm.mo
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
Index: pkgsrc/databases/gdbm/distinfo
diff -u pkgsrc/databases/gdbm/distinfo:1.15 pkgsrc/databases/gdbm/distinfo:1.16
--- pkgsrc/databases/gdbm/distinfo:1.15 Mon Aug 24 07:59:02 2020
+++ pkgsrc/databases/gdbm/distinfo Mon Jan 4 10:41:13 2021
@@ -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