From patchwork Tue Jun 17 19:43:44 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 360793 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 6E863140087 for ; Wed, 18 Jun 2014 05:44:00 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B94918B14C; Tue, 17 Jun 2014 19:43:59 +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 jSAgOtVDnKDW; Tue, 17 Jun 2014 19:43:58 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1FF7A8B125; Tue, 17 Jun 2014 19:43:58 +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 9E7D71BF85A for ; Tue, 17 Jun 2014 19:43:57 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 98B4E8B333 for ; Tue, 17 Jun 2014 19:43:57 +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 Zfo8JGx53Uxl for ; Tue, 17 Jun 2014 19:43:57 +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 EF9068B3BC for ; Tue, 17 Jun 2014 19:43:56 +0000 (UTC) Received: from asgard (host213.190-31-126.telecom.net.ar [190.31.126.213]) (authenticated bits=0) by loknar.toptech.com.ar (8.14.9/8.14.9) with ESMTP id s5HJho2f014858 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 17 Jun 2014 19:43:52 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1403034234; bh=asaRuLVpD+x1jvpjY14xjD3S7T8+j0qiez/VQtgN4xE=; h=From:To:Cc:Subject:Date; b=L6b6qFUwce//5PcxRLtsFPm+cMAERUFhkg/aGPzDxNZ8BBRmLPrYpJqLTF3nYtd1k 4cJ+yXCXS7H3yrd45XLdrwGA1dkLnqvCrsu18ScxklkHng1E4IcFD8jo5t7FEgdXrB 93Eetnxqx9QPKszSqkAVfQ4l8NnrA6rFNM16yZSk= Received: by asgard (sSMTP sendmail emulation); Tue, 17 Jun 2014 16:43:44 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 17 Jun 2014 16:43:44 -0300 Message-Id: <1403034224-17627-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 X-Virus-Scanned: clamav-milter 0.98.1 at loknar X-Virus-Status: Clean Subject: [Buildroot] [PATCH] pax-utils: bump to version 0.8.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/pax-utils/pax-utils.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/pax-utils/pax-utils.mk b/package/pax-utils/pax-utils.mk index 6dbb3bb..fc0589f 100644 --- a/package/pax-utils/pax-utils.mk +++ b/package/pax-utils/pax-utils.mk @@ -4,7 +4,7 @@ # ################################################################################ -PAX_UTILS_VERSION = 0.7 +PAX_UTILS_VERSION = 0.8.1 PAX_UTILS_SITE = http://distfiles.gentoo.org/distfiles PAX_UTILS_SOURCE = pax-utils-$(PAX_UTILS_VERSION).tar.xz PAX_UTILS_LICENSE = GPLv2