From patchwork Wed Apr 8 08:56:17 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2919 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 "Let's Encrypt Authority X3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 48xyn90clhz3yBt for ; Wed, 8 Apr 2020 08:56:29 +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 "Let's Encrypt Authority X3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 48xyn800rMz1LB; Wed, 8 Apr 2020 08:56:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 48xyn763Zkz2yZn; Wed, 8 Apr 2020 08:56:27 +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 "Let's Encrypt Authority X3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 48xyn66NVNz2xMY for ; Wed, 8 Apr 2020 08:56:26 +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) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 48xyn61vVwz1LB; Wed, 8 Apr 2020 08:56:26 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1586336186; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=eH26bZc3ntSR/m0qbBYTp/6wnbwXkKJ5gFdFh6z6uWc=; b=zPuMR6HHExpblAx1k9jnpLgQY1sFBvtLQCDZoqUcJ0QK9T/baK4fszjBj6mPIuTdzGMXUH LDZLaHrci/jOmnBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1586336186; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc; bh=eH26bZc3ntSR/m0qbBYTp/6wnbwXkKJ5gFdFh6z6uWc=; b=KWAl4dYrR73T8JWLgd/wYp1sNQ5JXPStS5cP6GNGqP5xyj6jdNo2//VYuODSt6NtsJnXBj bZLE4pieFe5klVoYT42DcB7eiUttLESHTXEVIPhlxYJC6zgiR20RzVcpJxMwEU4YuKNxg1 FP6maD/H75gLWYgNPjj0Ogct2E+ut6cpRadJa1Qe5Ih1kIfhfKmpVil4pV94KwC3SoarSJ DpHczBnaIlvbp8LpeAXo0BC9BJGCF1Wi1xj9zt8HcBajRKLGM6a4vDwhDMV1/67Wriyfz/ TflvLBMl6pmlJlumtz63SMrl+mlal4FvZ/vkNK+MrryyhFtwTh/RBXGHaoJ5Pg== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] ipset: Update to version 7.6 Date: Wed, 8 Apr 2020 10:56:17 +0200 Message-Id: <20200408085617.7464-1-ummeegge@ipfire.org> Authentication-Results: mail01.ipfire.org; auth=pass smtp.mailfrom=ummeegge@ipfire.org 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 includes several userspace and kernel part changes. For an overview, take a look into the changelog http://ipset.netfilter.org/changelog.html Signed-off-by: Erik Kapfer Reviewed-by: Michael Tremer --- lfs/ipset | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ipset b/lfs/ipset index fb6a2f38f..1f6f47d2a 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007-2019 IPFire Team # +# Copyright (C) 2007-2020 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.3 +VER = 7.6 THISAPP = ipset-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = a041d186097a23f1f87208f11144907e +$(DL_FILE)_MD5 = e107b679c3256af795261cece864d6d9 install : $(TARGET)