From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4ZSbwY0dw7z338t for ; Wed, 2 Apr 2025 20:25:49 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) client-signature RSA-PSS (4096 bits)) (Client CN "mail01.haj.ipfire.org", Issuer "R10" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4ZSbwT3P4sz333x for ; Wed, 2 Apr 2025 20:25:45 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4ZSbwT1W96zvC; Wed, 2 Apr 2025 20:25:45 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1743625545; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1SXgtFvDVIxtNKdktVnktTD7Raw+emhVH1aBhnUBNN8=; b=F6AIBXKN5IUVczfSYFbIwlyxSuIuAGrW6MvJBLFYNBQc09W2pezLtgPidTyg/SDxMvi3Jf Ksrj7JG+Z0ojU1BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1743625545; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=1SXgtFvDVIxtNKdktVnktTD7Raw+emhVH1aBhnUBNN8=; b=ldLmTISSbte1S8yxq8WX+EKcnA0yo1SHjhAYNUjzUblItaXac+sIro9ngsypygOsRyjQXx yIWgMKJby8dMvPegjAOQR60hR06ugQAJtWJKx8oKetLjnOgrhrkL7l2+Ju7zEBeWvvGeTv PNaPvEgFPV/I1OZimzGLfwU7Q5tTqlAC9q2eq2EKmBARAFN5SgqntOe3lk5lRzIN7TtTVY pi5X5+ZHeowafnFgV0bKjGmPzB0k8ScMhmS4Xecwplpsv/jEG1+qQN1WorNuYdxN7F9osc 26Ut84vx8Mon01OaaxqphiNhU3E5gXB7kcYb8kbsN4fNSw/czNuhuckoPAZPgQ== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] gdbm: Update to version 1.25 Date: Wed, 2 Apr 2025 22:25:37 +0200 Message-ID: <20250402202540.3373627-2-adolf.belka@ipfire.org> In-Reply-To: <20250402202540.3373627-1-adolf.belka@ipfire.org> References: <20250402202540.3373627-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit - 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 --- 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 # +# Copyright (C) 2007-2025 IPFire Team # # # # 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