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.20.
details: https://anonhg.NetBSD.org/pkgsrc/rev/32ea6c80954f
branches: trunk
changeset: 455096:32ea6c80954f
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Jun 28 07:51:44 2021 +0000
description:
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.
diffstat:
databases/gdbm/Makefile.common | 4 ++--
databases/gdbm/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (31 lines):
diff -r d80e7ff3f1fd -r 32ea6c80954f databases/gdbm/Makefile.common
--- a/databases/gdbm/Makefile.common Mon Jun 28 07:50:52 2021 +0000
+++ b/databases/gdbm/Makefile.common Mon Jun 28 07:51:44 2021 +0000
@@ -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/}
diff -r d80e7ff3f1fd -r 32ea6c80954f databases/gdbm/distinfo
--- a/databases/gdbm/distinfo Mon Jun 28 07:50:52 2021 +0000
+++ b/databases/gdbm/distinfo Mon Jun 28 07:51:44 2021 +0000
@@ -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