From patchwork Tue Oct 10 15:49:24 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Baruch Siach X-Patchwork-Id: 823912 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3yBM4Q2dQDz9tXl for ; Wed, 11 Oct 2017 02:49:42 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 8ED3584789; Tue, 10 Oct 2017 15:49:39 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id MPrnWRp9lhIB; Tue, 10 Oct 2017 15:49:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 5469A84376; Tue, 10 Oct 2017 15:49:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 12BE11C0DFA for ; Tue, 10 Oct 2017 15:49:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 07EF688D66 for ; Tue, 10 Oct 2017 15:49:36 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id uh4L8R0Cc6hR for ; Tue, 10 Oct 2017 15:49:34 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mx.tkos.co.il (guitar.tcltek.co.il [192.115.133.116]) by whitealder.osuosl.org (Postfix) with ESMTPS id C149982731 for ; Tue, 10 Oct 2017 15:49:33 +0000 (UTC) Received: from tarshish.tkos.co.il (unknown [10.0.8.6]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mx.tkos.co.il (Postfix) with ESMTPSA id 8345C440159; Tue, 10 Oct 2017 18:49:30 +0300 (IDT) From: Baruch Siach To: buildroot@busybox.net Date: Tue, 10 Oct 2017 18:49:24 +0300 Message-Id: <045477894f7f541eec41055afb399a4264869335.1507650564.git.baruch@tkos.co.il> X-Mailer: git-send-email 2.14.2 Subject: [Buildroot] [PATCH] ipset: bump to version 6.34 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Add license hash. Cc: Gustavo Zacarias Signed-off-by: Baruch Siach --- package/ipset/ipset.hash | 8 +++++--- package/ipset/ipset.mk | 2 +- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package/ipset/ipset.hash b/package/ipset/ipset.hash index 9fa85f2aaebf..dcd709e8c11f 100644 --- a/package/ipset/ipset.hash +++ b/package/ipset/ipset.hash @@ -1,4 +1,6 @@ -# From http://ftp.netfilter.org/pub/ipset/ipset-6.32.tar.bz2.md5sum.txt -md5 857a5c6a6d645196865a82bf6fd7f567 ipset-6.32.tar.bz2 +# From http://ftp.netfilter.org/pub/ipset/ipset-6.34.tar.bz2.md5sum.txt +md5 51bd03f976a1501fd45e1d71a1e2e6bf ipset-6.34.tar.bz2 # Calculated based on the hash above -sha256 d9cbb49a4ae9e32d7808a604f1a37f359f9fc9064c210c4c5f35d629d49fb9fe ipset-6.32.tar.bz2 +sha256 d70e831b670b7aa25dde81fd994d3a7ce0c0e801559a557105576df66cd8d680 ipset-6.34.tar.bz2 +# Locally calculated +sha256 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c COPYING diff --git a/package/ipset/ipset.mk b/package/ipset/ipset.mk index 88415f6b124f..d7299568e591 100644 --- a/package/ipset/ipset.mk +++ b/package/ipset/ipset.mk @@ -4,7 +4,7 @@ # ################################################################################ -IPSET_VERSION = 6.32 +IPSET_VERSION = 6.34 IPSET_SOURCE = ipset-$(IPSET_VERSION).tar.bz2 IPSET_SITE = http://ipset.netfilter.org IPSET_DEPENDENCIES = libmnl host-pkgconf