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:   ryoon
Date:           Sun Oct 26 12:26:20 UTC 2025

Modified Files:
        pkgsrc/databases/gdbm: Makefile.common distinfo

Log Message:
databases/gdbm{,_compat}: Update to 1.26

Changelog:
Version 1.26, 2025-07-30

* Fixed build on musl libc
* Fixed build on MacOS
* Improved testsuite

Version 1.25, 2025-03-22

* New function: gdbm_open_ext

This function provides a general-purpose interface for opening and
creating GDBM files.  It combines the possibilities of gdbm_open
and gdbm_fd_open and provides detailed control over database file
locking.

* New gdbmtool command: collisions

The command prints the collision chains for the current bucket, or
for the buckets identified by its arguments:

  collisions
     Display collisions for the current bucket.

  collisions N
     Display collisions for bucket N.

  collisions N0 N1
     Display collisions for the range of buckets [N0, N1].

* Pipelines in gdbmtool

The output of a gdbmtool command can be connected to the input of a
shell command using the traditional pipeline syntax.

* Fix a bug in block coalescing code

* Other bugfixes


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/databases/gdbm/Makefile.common
cvs rdiff -u -r1.24 -r1.25 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.15 pkgsrc/databases/gdbm/Makefile.common:1.16
--- pkgsrc/databases/gdbm/Makefile.common:1.15  Sun Apr 20 20:32:46 2025
+++ pkgsrc/databases/gdbm/Makefile.common       Sun Oct 26 12:26:20 2025
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.15 2025/04/20 20:32:46 js Exp $
+# $NetBSD: Makefile.common,v 1.16 2025/10/26 12:26:20 ryoon Exp $
 #
 # used by databases/gdbm/Makefile
 # used by databases/gdbm_compat/Makefile
 
-DISTNAME=      gdbm-1.24
+DISTNAME=      gdbm-1.26
 CATEGORIES=    databases
 MASTER_SITES=  ${MASTER_SITE_GNU:=gdbm/}
 

Index: pkgsrc/databases/gdbm/distinfo
diff -u pkgsrc/databases/gdbm/distinfo:1.24 pkgsrc/databases/gdbm/distinfo:1.25
--- pkgsrc/databases/gdbm/distinfo:1.24 Sat Jan 11 13:57:43 2025
+++ pkgsrc/databases/gdbm/distinfo      Sun Oct 26 12:26:20 2025
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.24 2025/01/11 13:57:43 ryoon Exp $
+$NetBSD: distinfo,v 1.25 2025/10/26 12:26:20 ryoon Exp $
 
-BLAKE2s (gdbm-1.24.tar.gz) = c920121f68a23204337564610b6584eaa168b787445b5bc07fe0d377400cb69c
-SHA512 (gdbm-1.24.tar.gz) = 401ff8c707079f21da1ac1d6f4714a87f224b6f41943078487dc891be49f51fd1ac7a32fd599aae0fad185f2c6ba7432616d328fd6aaab068eb54db9562ff7fa
-Size (gdbm-1.24.tar.gz) = 1195931 bytes
+BLAKE2s (gdbm-1.26.tar.gz) = 9008ffdff966c6d13829cf3c8d9f92550adbcbaca2b3f9a003759ab4a0336db0
+SHA512 (gdbm-1.26.tar.gz) = 44aafe254f0950a8f5215d8f1337674f07b19f2a375f6eb19a7e39690028c80c3774b705c2b76b470ae74042b21f2ca77d02f6f57aa2ee50296db801220a3352
+Size (gdbm-1.26.tar.gz) = 1226591 bytes



Home | Main Index | Thread Index | Old Index