From mboxrd@z Thu Jan 1 00:00:00 1970 From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] ipset: Update to version 7.6 Date: Wed, 08 Apr 2020 10:56:17 +0200 Message-ID: <20200408085617.7464-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============9221291928339242652==" List-Id: --===============9221291928339242652== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Update includes several userspace and kernel part changes. For an overview, take a look into the changelog http://ipset.netfilter.org/ch= angelog.html Signed-off-by: Erik Kapfer --- 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 @@ =20 include Config =20 -VER =3D 7.3 +VER =3D 7.6 =20 THISAPP =3D ipset-$(VER) DL_FILE =3D $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects =3D $(DL_FILE) =20 $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) =20 -$(DL_FILE)_MD5 =3D a041d186097a23f1f87208f11144907e +$(DL_FILE)_MD5 =3D e107b679c3256af795261cece864d6d9 =20 install : $(TARGET) =20 --=20 2.12.2 --===============9221291928339242652==--