From patchwork Wed May 23 13:29:33 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 160920 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 7E80DB6FB7 for ; Wed, 23 May 2012 23:29:52 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 85EAE101D97; Wed, 23 May 2012 13:29:51 +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 VwFBsQC2gWqu; Wed, 23 May 2012 13:29:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 58312101C27; Wed, 23 May 2012 13:29:49 +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 44C168F753 for ; Wed, 23 May 2012 13:29:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 33D2D8AA9E for ; Wed, 23 May 2012 13:29:48 +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 S6KpMfMABoUf for ; Wed, 23 May 2012 13:29:46 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from loknar.toptech.com.ar (loknar.toptech.com.ar [74.118.36.95]) by whitealder.osuosl.org (Postfix) with ESMTPS id 103DB87A94 for ; Wed, 23 May 2012 13:29:45 +0000 (UTC) Received: from asgard (host31.190-224-150.telecom.net.ar [190.224.150.31]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q4NDTef9019868 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 23 May 2012 10:29:42 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1337779784; bh=JmMCTX2+Wkb3Rihsdx5p8ibVSxB+MDvFpebNw4Fxkqo=; h=From:To:Cc:Subject:Date:Message-Id; b=eBg2DdbFHfgpkgeYA3BJmDVvNjLqouSV05wzQKNoulynHk3Ck69LunZ1iKlsPoFgr Bz5aF/OnLVClU5J6cI4tsuCJGZ5oPmeDwV98lcrb2k8xZrrW/zzA1v2rVtDW53Mfko Pdw/VhJ1iJmJGsbUUYQ3D3GW4T9XuzxMnfiCm1lc= Received: by asgard (sSMTP sendmail emulation); Wed, 23 May 2012 10:29:40 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 23 May 2012 10:29:33 -0300 Message-Id: <1337779779-1783-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.3.4 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/7] libnetfilter-conntrack: 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 --- .../libnetfilter-conntrack.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/libnetfilter_conntrack/libnetfilter-conntrack.mk b/package/libnetfilter_conntrack/libnetfilter-conntrack.mk index 66f0f69..3313e23 100644 --- a/package/libnetfilter_conntrack/libnetfilter-conntrack.mk +++ b/package/libnetfilter_conntrack/libnetfilter-conntrack.mk @@ -4,7 +4,7 @@ # ############################################################# -LIBNETFILTER_CONNTRACK_VERSION = 1.0.0 +LIBNETFILTER_CONNTRACK_VERSION = 1.0.1 LIBNETFILTER_CONNTRACK_SOURCE = libnetfilter_conntrack-$(LIBNETFILTER_CONNTRACK_VERSION).tar.bz2 LIBNETFILTER_CONNTRACK_SITE = http://www.netfilter.org/projects/libnetfilter_conntrack/files LIBNETFILTER_CONNTRACK_INSTALL_STAGING = YES