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.3 Date: Thu, 10 Oct 2019 18:30:48 +0200 Message-ID: <20191010163048.11791-1-ummeegge@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============4769402029786853002==" List-Id: --===============4769402029786853002== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Some kernel part fixes are included. For a overview of the changelog, take a look in here --> http://ipset.netfilter.org/changelog.html . Signed-off-by: Erik Kapfer --- lfs/ipset | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/ipset b/lfs/ipset index 3382c668c..fb6a2f38f 100644 --- a/lfs/ipset +++ b/lfs/ipset @@ -24,7 +24,7 @@ include Config -VER = 7.1 +VER = 7.3 THISAPP = ipset-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 72b477d1ce076d681b0799f88280f2f3 +$(DL_FILE)_MD5 = a041d186097a23f1f87208f11144907e install : $(TARGET) -- 2.12.2 --===============4769402029786853002==--