]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
gdbm: Update to version 1.25
authorAdolf Belka <adolf.belka@ipfire.org>
Wed, 2 Apr 2025 20:25:37 +0000 (22:25 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 3 Apr 2025 09:55:48 +0000 (09:55 +0000)
- Update from version 1.24 to 1.25
- Update of rootfile not required
- Changelog
    1.25
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

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/gdbm

index c601718b184a6f984f3629c456b731d1c00db656..4fd3cae7ea2a638bafc34aa474a78c1f2c2152d8 100644 (file)
--- a/lfs/gdbm
+++ b/lfs/gdbm
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <info@ipfire.org>                     #
+# Copyright (C) 2007-2025  IPFire Team  <info@ipfire.org>                     #
 #                                                                             #
 # This program is free software: you can redistribute it and/or modify        #
 # it under the terms of the GNU General Public License as published by        #
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 1.24
+VER        = 1.25
 
 THISAPP    = gdbm-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_BLAKE2 = 79f49adbb455c2e1b91f3450037b71165fa8de82650d6402e0e22ee1f4d278fdb0bd78100659bf416e2409b432e1f8d32ecbae523980413f7148b80ee06c9f4b
+$(DL_FILE)_BLAKE2 = 6abf5f77823dda7ebcaa775d58f7a311c8f73c7521fe223398b5cb4b4831ad177cfd87fd42f2b24ca2fc5984af7d51abcc5e509ceb6aab2746a52aecb550654b
 
 install : $(TARGET)