From patchwork Sun Mar 3 19:22:50 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: ummeegge X-Patchwork-Id: 2130 Return-Path: Received: from mail01.ipfire.org (mail01.i.ipfire.org [172.28.1.200]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail01.ipfire.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by web07.i.ipfire.org (Postfix) with ESMTPS id B422A88AE0D for ; Sun, 3 Mar 2019 08:23:09 +0000 (GMT) Received: from mail01.i.ipfire.org (localhost [IPv6:::1]) by mail01.ipfire.org (Postfix) with ESMTP id 44Bx4D5dt6z57J64; Sun, 3 Mar 2019 08:23:08 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551601388; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references:list-id: list-unsubscribe:list-subscribe:list-post; bh=L7e13+qbBlGbUsimdqIKYEWLrYq8c9Bva7s46sUN57g=; b=Zrv5BETiuJlLoe5hO5wD0XMEJUgPmEyCXGvQ0YtHURuZZ+OrB/ZfYcVcufjmaCbvcHFDuL NjIzLeS4qG+oM18UZLsnpEq9xblSOzBTldHtNnwibq77bRz5QlWQ37yVX1Vsbd03MJ2nrV IB2nZ0aGHTq+s5ySb/RgpCJZ9cVcn0Q4UKSPVMsgGDsfGNMxtTVlrTQ9QiZdx5HyxN/Sj6 MmS9YnoyaEaTJZ4yqrWc5Xw33d9d1Rmysfji8B3NY5Wszho+Wm9QNDzb2EQQADsFTaho6K 1tQB3K1TeOeLJ+s8H4+bMPYyymAduJ6IuAH2kLPIZtsmsnyhb/PUJpnXKmg/Zw== Received: from ipfire-server.local (i59F4D196.versanet.de [89.244.209.150]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mail01.ipfire.org (Postfix) with ESMTPSA id 44Bx4B1Rllz57Hb9; Sun, 3 Mar 2019 08:23:06 +0000 (GMT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=201801; t=1551601386; h=from:from:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=L7e13+qbBlGbUsimdqIKYEWLrYq8c9Bva7s46sUN57g=; b=gGJoHaKDl0kmQPC6698Vv2qcCyl25zN0knPaN8urhwSriprFw6IK7VXSBFkyHkysLO/eIL RjreI1LCMWaAB8xpmj/Rw+lU8HtGOO2T1alnOTAdnqkTDaAq5NOv+gFjDzX8M+K0AZJXMT 1YiiMtgIhXLLQXzaJxGgcOiMgWFjAUJMljrd60VYngA8j/21APZ95akXMT+R0/L7yeC76M aT8EIKZ0gST/cZcBuIKZ412BBS7bzOCgDkPZ4iJtDFgaBCanry4iS1jNF1kMUqNfB3TD8B XVzFlelltQee5XZ8fHaSFBXd9VmpKIZBr4DGD9NFII97Xf24GZB578ACnkXjTA== From: Erik Kapfer To: development@lists.ipfire.org Subject: [PATCH] ipset: Update to version 7.1 Date: Sun, 3 Mar 2019 09:22:50 +0100 Message-Id: <20190303082250.8165-1-ummeegge@ipfire.org> X-Mailer: git-send-email 2.12.2 Authentication-Results: mail01.ipfire.org; auth=pass smtp.auth=ummeegge smtp.mailfrom=ummeegge@ipfire.org X-Spamd-Result: default: False [-5.05 / 11.00]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; DKIM_SIGNED(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; MID_CONTAINS_FROM(1.00)[]; NEURAL_HAM(-2.95)[-0.984,0]; RCVD_COUNT_ZERO(0.00)[0]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:8881, ipnet:89.244.208.0/20, country:DE]; RCVD_TLS_ALL(0.00)[]; BAYES_HAM(-3.00)[100.00%] X-Spam-Status: No, score=-5.05 X-Rspamd-Server: mail01.i.ipfire.org X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" Signed-off-by: Erik Kapfer --- config/rootfiles/common/ipset | 7 ++++--- lfs/ipset | 6 +++--- 2 files changed, 7 insertions(+), 6 deletions(-) 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 @@ include Config -VER = 6.38 +VER = 7.1 THISAPP = ipset-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 0e5d9c85f6b78e7dff0c996e2900574b +$(DL_FILE)_MD5 = 72b477d1ce076d681b0799f88280f2f3 install : $(TARGET)