- 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 <[email protected]>
---
 lfs/gdbm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/lfs/gdbm b/lfs/gdbm
index c601718b1..4fd3cae7e 100644
--- a/lfs/gdbm
+++ b/lfs/gdbm
@@ -1,7 +1,7 @@
 ###############################################################################
 #                                                                             #
 # IPFire.org - A linux based firewall                                         #
-# Copyright (C) 2007-2024  IPFire Team  <[email protected]>                     #
+# Copyright (C) 2007-2025  IPFire Team  <[email protected]>                     #
 #                                                                             #
 # 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)
 
-- 
2.49.0


Reply via email to