From patchwork Wed Jan 4 11:50:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 6370 Return-Path: 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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7GB37Nzz3xlq for ; Wed, 4 Jan 2023 11:50:42 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4Nn7G96s7pzh4; Wed, 4 Jan 2023 11:50:41 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4Nn7G963QGz2yl8; Wed, 4 Jan 2023 11:50:41 +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 (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4Nn7G82fZ2z2ySR for ; Wed, 4 Jan 2023 11:50:40 +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 ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4Nn7G803Mhzch; Wed, 4 Jan 2023 11:50:39 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1672833040; 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; bh=cL0R9fHcU7yMABWtp3STJbSCe73tEsxP++rrJGUKbvE=; b=nIq6/urwed5ik+WJWw2XfIGlT/rm06HEMQh5qwUv6jI1cALHFtdD1afmthSf8rEQfCtTfn hDYKn99ttJ4Ry1Bg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1672833040; 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; bh=cL0R9fHcU7yMABWtp3STJbSCe73tEsxP++rrJGUKbvE=; b=Q3KS8zJNPmprmi86FXvbgJ5x+PbVz5uxdHrWGq9tTJQUB3lkpPr33ioFY04kUpRj9rovok sIvfU4usURUhcwtbxrHEi4gRMI0eI9e9uIJNedbk+CE2qtSh7wZzByVt8yrkeu1tIBOKV7 qvA5vi1Tdr5BX7fIw7dAkmvddXDFiiEqCQ3sPoi9km92pfvGp65Ta0Bx6SZ6pXvJu7ObE6 QEtXVYs1vpFCgOZBNkQLiWRmES46lemXf4fYPjp0oEqbH8/0u6ewdwz3hHtPQFDUWzAahM k4g/vtQKe70Z+9XBMQe3XG39TJ5ZdcSERVCd71T+9KPqwM/E/7OWJtLrhMZZlg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ipset: Update to version 7.17 Date: Wed, 4 Jan 2023 12:50:38 +0100 Message-Id: <20230104115038.5527-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from version 7.15 to 7.17 - Update of rootfile - Changelog 7.17 - Tests: When verifying comments/timeouts, make sure entries don't expire - Tests: Make sure the internal batches add the correct number of elements - Tests: Verify that hash:net,port,net type can handle 0/0 properly - Makefile: Create LZMA-compressed dist-files (Phil Sutter) 7.16 - Add new ipset_parse_bitmask() function to the library interface - test: Make sure no more than 64 clashing elements can be added to hash:net,iface sets - netfilter: ipset: add tests for the new bitmask feature (Vishwanath Pai) - netfilter: ipset: Update the man page to include netmask/bitmask options (Vishwanath Pai) - netfilter: ipset: Add bitmask support to hash:netnet (Vishwanath Pai) - netfilter: ipset: Add bitmask support to hash:ipport (Vishwanath Pai) - netfilter: ipset: Add bitmask support to hash:ip (Vishwanath Pai) - netfilter: ipset: Add support for new bitmask parameter (Vishwanath Pai) - ipset-translate: allow invoking with a path name (Quentin Armitage) - Fix IPv6 sets nftables translation (Pablo Neira Ayuso) - Fix typo in ipset-translate man page (Bernhard M. Wiedemann) Signed-off-by: Adolf Belka Reviewed-by: Peter Müller --- config/rootfiles/common/ipset | 2 +- lfs/ipset | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/rootfiles/common/ipset b/config/rootfiles/common/ipset index 5cea7ad22..f3d9587ba 100644 --- a/config/rootfiles/common/ipset +++ b/config/rootfiles/common/ipset @@ -22,7 +22,7 @@ etc/ipset #usr/lib/libipset.la #usr/lib/libipset.so usr/lib/libipset.so.13 -usr/lib/libipset.so.13.3.0 +usr/lib/libipset.so.13.4.0 #usr/lib/pkgconfig/libipset.pc usr/sbin/ipset #usr/sbin/ipset-translate diff --git a/lfs/ipset b/lfs/ipset index 1dae6f936..f26f0d5de 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2020 IPFire Team # +# Copyright (C) 2007-2023 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 = 7.15 +VER = 7.17 THISAPP = ipset-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 10acff9741370ad80a2845605be1be4f691e987b271f4dcf1fab3abfe158c63c7d39e6b3453ba7cd361dee3df92f85419cfb70806a71b6806555f6571c70b1ed +$(DL_FILE)_BLAKE2 = 43b74ab7caf5a963787184aa75b6c071388c8d28997681444b72118aba68b843e961b50418c3fa70b451b4cb090ec62940b770abac2156910442115edbf90d41 install : $(TARGET)