From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] ipset: Update to version 7.6 Date: Fri, 10 Apr 2020 15:29:10 +0100 Message-ID: <2B2FA0BB-6C06-4C76-B6DD-4B11C06C0F1E@ipfire.org> In-Reply-To: <20200408085617.7464-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8137785760894944079==" List-Id: --===============8137785760894944079== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 8 Apr 2020, at 09:56, Erik Kapfer wrote: >=20 > Update includes several userspace and kernel part changes. > For an overview, take a look into the changelog http://ipset.netfilter.org/= changelog.html >=20 > Signed-off-by: Erik Kapfer > --- > lfs/ipset | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > 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 >=20 --===============8137785760894944079==--