From patchwork Thu Apr 17 13:12:43 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 339917 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 10E981400B8 for ; Thu, 17 Apr 2014 23:13:03 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id F24E68BF52; Thu, 17 Apr 2014 13:13:02 +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 yiAVs6BcjnZI; Thu, 17 Apr 2014 13:13:01 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B1F068BF41; Thu, 17 Apr 2014 13:13:01 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id D60301C1042 for ; Thu, 17 Apr 2014 13:12:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id D1F888C22F for ; Thu, 17 Apr 2014 13:12:59 +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 OV4XQPQWqGTl for ; Thu, 17 Apr 2014 13:12:58 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [78.46.79.162]) by whitealder.osuosl.org (Postfix) with ESMTPS id 62C788C21A for ; Thu, 17 Apr 2014 13:12:58 +0000 (UTC) Received: from asgard (host107.181-14-143.telecom.net.ar [181.14.143.107]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.8/8.14.8) with ESMTP id s3HDCpxF013166 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Thu, 17 Apr 2014 13:12:53 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1397740375; bh=6iD1NwdamOfcnScqN3dOT820KOMs+0Z0DrGShdDs0C8=; h=From:To:Cc:Subject:Date; b=Iyvqocvk8/F0YNRbmz5Thc77XT/qVpN5QG1XawopO7kLiIdRn+vHykD4j5kUdZt3L GoV6OLDPsqQOe9DHTgrPaF6i0cadybdS0QjH2vXvYmeuBreKkzzrgItmN3bWsfiWLf n99txw63z4tS1dRLCO3d+vGyaxx1of5178lxBdJ0= Received: by asgard (sSMTP sendmail emulation); Thu, 17 Apr 2014 10:12:44 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Thu, 17 Apr 2014 10:12:43 -0300 Message-Id: <1397740364-8312-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.3.2 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] libnftnl: bump to version 1.0.1 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Gustavo Zacarias --- package/libnftnl/libnftnl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/libnftnl/libnftnl.mk b/package/libnftnl/libnftnl.mk index 0aecf12..1e054b5 100644 --- a/package/libnftnl/libnftnl.mk +++ b/package/libnftnl/libnftnl.mk @@ -4,8 +4,8 @@ # ################################################################################ -LIBNFTNL_VERSION = 1.0.0 -LIBNFTNL_SITE = http://netfilter.org/projects/libnftnl/files/ +LIBNFTNL_VERSION = 1.0.1 +LIBNFTNL_SITE = http://netfilter.org/projects/libnftnl/files LIBNFTNL_SOURCE = libnftnl-$(LIBNFTNL_VERSION).tar.bz2 LIBNFTNL_LICENSE = GPLv2+ LIBNFTNL_LICENSE_FILES = COPYING