From patchwork Fri Jun 29 10:43:00 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 168036 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (silver.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id F027DB700B for ; Fri, 29 Jun 2012 20:43:16 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 45DC131D98; Fri, 29 Jun 2012 10:43:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FEwx6ovnqYrX; Fri, 29 Jun 2012 10:43:14 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 1F6A4253AE; Fri, 29 Jun 2012 10:43:14 +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 057278F753 for ; Fri, 29 Jun 2012 10:43:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id EF18C8CDF9 for ; Fri, 29 Jun 2012 10:43:12 +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 mEWadd1AWlYP for ; Fri, 29 Jun 2012 10:43:08 +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 0B5868CDB1 for ; Fri, 29 Jun 2012 10:43:07 +0000 (UTC) Received: from asgard (host107.190-139-151.telecom.net.ar [190.139.151.107]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.5/8.14.5) with ESMTP id q5TAh1QR029465 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Fri, 29 Jun 2012 07:43:03 -0300 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1340966585; bh=QKYf+YfI/NMjWRG/aomi4bXwAS2GWESXiDHSA6EyHnk=; h=From:To:Cc:Subject:Date:Message-Id; b=Ae1GaPsimcXm7Uu3pyK62lfYuahVdTt/vhscx1P+IGnKhZs64WuWMSHYsF8VJ4I8l 3p8Ev4H0hDdPtuXPKc8wyoGVZhQHz1EFugQytU8eeV+HW1XPZCtLwQQbRvki2tq8uk pbp4uDOuKEhUJ/znEXWzjkBfTFXf8bPtCMl1H5zY= Received: by asgard (sSMTP sendmail emulation); Fri, 29 Jun 2012 07:43:00 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Fri, 29 Jun 2012 07:43:00 -0300 Message-Id: <1340966580-21356-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.7.8.6 X-Virus-Scanned: clamav-milter 0.97.3 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] pciutils: bump to version 3.1.10 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/pciutils/pciutils.mk | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/package/pciutils/pciutils.mk b/package/pciutils/pciutils.mk index d1c8db5..a43fb95 100644 --- a/package/pciutils/pciutils.mk +++ b/package/pciutils/pciutils.mk @@ -4,7 +4,7 @@ # ############################################################# -PCIUTILS_VERSION = 3.1.9 +PCIUTILS_VERSION = 3.1.10 PCIUTILS_SITE = ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci PCIUTILS_INSTALL_STAGING = YES ifeq ($(BR2_PACKAGE_ZLIB),y)