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 Nov 1 18:37:06 UTC 2021
Modified Files:
pkgsrc/databases/gdbm: Makefile.common distinfo
Removed Files:
pkgsrc/databases/gdbm/patches: patch-configure patch-src_gdbmshell.c
patch-src_gdbmsync.c patch-src_systems.h
Log Message:
gdbm: update to 1.22.
Version 1.22
* Fix file header validation
* Fix key verification in sequential access
* Fix testing with DejaGNU 1.6.3
* Fix stack overflow in print_usage
* Fix a leak of avail entry on pushing a new avail block
The leak would occur if the original avail table had odd number of entries.
* New gdbmtool variables: errorexit, errormask, trace, timing
"Errorexit" and "errormask" control which GDBM errors would cause the
program termination and emitting a diagnostic message,
correspondingly. Both variables are comma-delimited lists of error
codes.
The "trace" variable enables tracing of the gdbmtool commands.
The "timing" variable, when set, instructs gdbmtool to print time
spent in each command it runs.
* New gdbmtool options: -t (--trace), and -T (--timing)
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/databases/gdbm/Makefile.common
cvs rdiff -u -r1.21 -r1.22 pkgsrc/databases/gdbm/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/databases/gdbm/patches/patch-configure \
pkgsrc/databases/gdbm/patches/patch-src_gdbmshell.c \
pkgsrc/databases/gdbm/patches/patch-src_gdbmsync.c \
pkgsrc/databases/gdbm/patches/patch-src_systems.h
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.11 pkgsrc/databases/gdbm/Makefile.common:1.12
--- pkgsrc/databases/gdbm/Makefile.common:1.11 Sun Sep 12 09:12:34 2021
+++ pkgsrc/databases/gdbm/Makefile.common Mon Nov 1 18:37:05 2021
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.11 2021/09/12 09:12:34 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2021/11/01 18:37:05 wiz Exp $
#
# used by databases/gdbm/Makefile
# used by databases/gdbm_compat/Makefile
-DISTNAME= gdbm-1.21
+DISTNAME= gdbm-1.22
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_GNU:=gdbm/}
@@ -17,3 +17,5 @@ PATCHDIR= ${.CURDIR}/../../databases/gdb
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+
+TEST_TARGET= check
Index: pkgsrc/databases/gdbm/distinfo
diff -u pkgsrc/databases/gdbm/distinfo:1.21 pkgsrc/databases/gdbm/distinfo:1.22
--- pkgsrc/databases/gdbm/distinfo:1.21 Tue Oct 26 10:09:17 2021
+++ pkgsrc/databases/gdbm/distinfo Mon Nov 1 18:37:05 2021
@@ -1,10 +1,6 @@
-$NetBSD: distinfo,v 1.21 2021/10/26 10:09:17 nia Exp $
+$NetBSD: distinfo,v 1.22 2021/11/01 18:37:05 wiz Exp $
-BLAKE2s (gdbm-1.21.tar.gz) = cb0a447c942e3549cd01d7822ab49973d72e3a1f7cd957dcc8577c83be064d08
-SHA512 (gdbm-1.21.tar.gz) = b2a31802d1af9f97b24d3dd01cb048bab4a8e748297f1b70851c0342400dde4281242b7f80bd92a36035e22398d240d131b550ab444ee838a077522a6921fa43
-Size (gdbm-1.21.tar.gz) = 1005982 bytes
-SHA1 (patch-configure) = 0ae6c9280f911a524a3a2043df1e24588bd93a63
+BLAKE2s (gdbm-1.22.tar.gz) = c7562c7d917b7144d139e6746a7db3c3a57e83c6b4e8afa3b2868770025aa80c
+SHA512 (gdbm-1.22.tar.gz) = 67461fc4f41e825d0134175ff99c913ccb4aa7ea3d0f64f32bdedbc7677b3ecabd2c525ac6b2ee47a9561e002e4224e492b72088d57bb4862a1f8c089521ec51
+Size (gdbm-1.22.tar.gz) = 1090100 bytes
SHA1 (patch-src_Makefile.in) = 52b47f3dcd381143d1cdae40f1972bd989dcce1f
-SHA1 (patch-src_gdbmshell.c) = 56e8d69db9cab2a2e4846d9adec908596dd1f6a0
-SHA1 (patch-src_gdbmsync.c) = b57595f11838faabe5accda79fb62207c021a052
-SHA1 (patch-src_systems.h) = dc4132ae62c6b4f050dcf3d4c30552af087b310b
Home |
Main Index |
Thread Index |
Old Index