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.1 Date: Sun, 03 Mar 2019 16:05:52 +0000 Message-ID: In-Reply-To: <20190303082250.8165-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============1344212279512534790==" List-Id: --===============1344212279512534790== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Thank you. Merged! > On 3 Mar 2019, at 08:22, Erik Kapfer wrote: >=20 > Signed-off-by: Erik Kapfer > --- > config/rootfiles/common/ipset | 7 ++++--- > lfs/ipset | 6 +++--- > 2 files changed, 7 insertions(+), 6 deletions(-) >=20 > diff --git a/config/rootfiles/common/ipset b/config/rootfiles/common/ipset > index 24f5e95f5..b3fcb640b 100644 > --- a/config/rootfiles/common/ipset > +++ b/config/rootfiles/common/ipset > @@ -3,6 +3,7 @@ etc/ipset > #usr/include/libipset/args.h > #usr/include/libipset/data.h > #usr/include/libipset/errcode.h > +#usr/include/libipset/ipset.h > #usr/include/libipset/linux_ip_set.h > #usr/include/libipset/linux_ip_set_bitmap.h > #usr/include/libipset/linux_ip_set_hash.h > @@ -16,12 +17,12 @@ etc/ipset > #usr/include/libipset/session.h > #usr/include/libipset/transport.h > #usr/include/libipset/types.h > -#usr/include/libipset/ui.h > #usr/include/libipset/utils.h > #usr/lib/libipset.la > #usr/lib/libipset.so > -usr/lib/libipset.so.11 > -usr/lib/libipset.so.11.1.0 > +usr/lib/libipset.so.13 > +usr/lib/libipset.so.13.1.0 > #usr/lib/pkgconfig/libipset.pc > usr/sbin/ipset > +#usr/share/man/man3/libipset.3 > #usr/share/man/man8/ipset.8 > diff --git a/lfs/ipset b/lfs/ipset > index d33e9327f..3382c668c 100644 > --- a/lfs/ipset > +++ b/lfs/ipset > @@ -1,7 +1,7 @@ > ###########################################################################= #### > # = # > # IPFire.org - A linux based firewall = # > -# Copyright (C) 2007-2018 IPFire Team = # > +# Copyright (C) 2007-2019 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 6.38 > +VER =3D 7.1 >=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 0e5d9c85f6b78e7dff0c996e2900574b > +$(DL_FILE)_MD5 =3D 72b477d1ce076d681b0799f88280f2f3 >=20 > install : $(TARGET) >=20 > --=20 > 2.12.2 >=20 --===============1344212279512534790==--