From patchwork Tue Oct 30 12:29:44 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 195482 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 CF70A2C00A7 for ; Tue, 30 Oct 2012 23:30:33 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id AE94A1000A8; Tue, 30 Oct 2012 12:30:27 +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 y0tihjNJ8Kgu; Tue, 30 Oct 2012 12:30:21 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id F1A4810B92C; Tue, 30 Oct 2012 12:30:15 +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 697C58F74A for ; Tue, 30 Oct 2012 12:30:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id B4E648C78A for ; Tue, 30 Oct 2012 12:30:19 +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 rRQTTYCRVY6U for ; Tue, 30 Oct 2012 12:30:19 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [85.10.205.246]) by whitealder.osuosl.org (Postfix) with ESMTPS id 929658C625 for ; Tue, 30 Oct 2012 12:30:18 +0000 (UTC) Received: from asgard (host100.190-226-82.telecom.net.ar [190.226.82.100]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q9UCUCtt012765 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 30 Oct 2012 12:30:14 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1351600216; bh=vnC38+z/r/oUcuY8YrlY0N62Hz4Kt4/EDTlfA5gY/dc=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=slh+inRllMLWtlTiK76nDDN5AJeawUCsZnj/vXVeEpjOuwxoG7WvrZiPLDBn6vJPa jqbTqc4eecE25flUMLjztPs3c4z1foiVqZ3hyKRuhZ0bVESMjULwNHXoELRYsaoMmD wqblMvFOr11mVRbiUr7qG0oUq4pZtah+ppatEFHc= Received: by asgard (sSMTP sendmail emulation); Tue, 30 Oct 2012 09:30:11 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 30 Oct 2012 09:29:44 -0300 Message-Id: <1351600193-21511-4-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 In-Reply-To: <1351600193-21511-1-git-send-email-gustavo@zacarias.com.ar> References: <1351600193-21511-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.97.5 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCHv2 03/12] libnfnetlink: 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/libnfnetlink/libnfnetlink.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libnfnetlink/libnfnetlink.mk b/package/libnfnetlink/libnfnetlink.mk index 9af28d8..2d79cdb 100644 --- a/package/libnfnetlink/libnfnetlink.mk +++ b/package/libnfnetlink/libnfnetlink.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBNFNETLINK_VERSION = 1.0.0 +LIBNFNETLINK_VERSION = 1.0.1 LIBNFNETLINK_SOURCE = libnfnetlink-$(LIBNFNETLINK_VERSION).tar.bz2 LIBNFNETLINK_SITE = http://www.netfilter.org/projects/libnfnetlink/files LIBNFNETLINK_INSTALL_STAGING = YES