From efe2990afc45cc1a722d4b6be7b094633b5c78bd Mon Sep 17 00:00:00 2001 From: Erik Kapfer Date: Wed, 8 Apr 2020 10:56:17 +0200 Subject: [PATCH] ipset: Update to version 7.6 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 Signed-off-by: Arne Fitzenreiter --- lfs/ipset | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/ipset b/lfs/ipset index fb6a2f38f4..1f6f47d2a3 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) -- 2.39.2