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 Jun 28 07:51:44 UTC 2021
Modified Files:
pkgsrc/databases/gdbm: Makefile.common distinfo
Log Message:
gdbm: update to 1.20.
Version 1.20, 2021-06-17
* New bucket cache
The bucket cache support has been rewritten from scratch. The new
bucket cache code provides for significant speed up of search
operations.
* Change mmap prereading strategy
Pre-reading of the memory mapper regions, introduced in version 1.19
can be advantageous only when doing intensive look-ups on a read-only
database. It degrades performance otherwise, especially if doing
multiple inserts. Therefore, this version introduces a new flag
to gdbm_open: GDBM_PREREAD. When given, it enables pre-reading of
memory mapped regions.
See https://github.com/Perl/perl5/issues/18884 for details.
To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/databases/gdbm/Makefile.common
cvs rdiff -u -r1.16 -r1.17 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.9 pkgsrc/databases/gdbm/Makefile.common:1.10
--- pkgsrc/databases/gdbm/Makefile.common:1.9 Mon Jan 4 10:41:13 2021
+++ pkgsrc/databases/gdbm/Makefile.common Mon Jun 28 07:51:44 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.9 2021/01/04 10:41:13 wiz Exp $
+# $NetBSD: Makefile.common,v 1.10 2021/06/28 07:51:44 wiz Exp $
#
# used by databases/gdbm/Makefile
# used by databases/gdbm_compat/Makefile
-DISTNAME= gdbm-1.19
+DISTNAME= gdbm-1.20
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
Index: pkgsrc/databases/gdbm/distinfo
diff -u pkgsrc/databases/gdbm/distinfo:1.16 pkgsrc/databases/gdbm/distinfo:1.17
--- pkgsrc/databases/gdbm/distinfo:1.16 Mon Jan 4 10:41:13 2021
+++ pkgsrc/databases/gdbm/distinfo Mon Jun 28 07:51:44 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.16 2021/01/04 10:41:13 wiz Exp $
+$NetBSD: distinfo,v 1.17 2021/06/28 07:51:44 wiz Exp $
-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 (gdbm-1.20.tar.gz) = f3200c9c4e5c7de4978f838bbabeaa7c5b857bd7
+RMD160 (gdbm-1.20.tar.gz) = 6fab4bf0948c178ef23905bbb10c3655513961da
+SHA512 (gdbm-1.20.tar.gz) = 5f2fbd4318259e5b879ea2bff09e22defbb4e566ebbe11c44ac5b5369fd00745d7ed9f72ec1206153027eba245c4ee4a515a8ec6d67f84ec477483e72753590b
+Size (gdbm-1.20.tar.gz) = 987628 bytes
SHA1 (patch-src_Makefile.in) = 52b47f3dcd381143d1cdae40f1972bd989dcce1f
Home |
Main Index |
Thread Index |
Old Index