From patchwork Tue Sep 16 13:23:32 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 390061 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 4C97C140142 for ; Tue, 16 Sep 2014 23:24:02 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 775B1A1EAB; Tue, 16 Sep 2014 13:24:01 +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 nexoW66ph5P5; Tue, 16 Sep 2014 13:23:59 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9E81CA1855; Tue, 16 Sep 2014 13:23:59 +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 06CEC1C2214 for ; Tue, 16 Sep 2014 13:23:58 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 00A5391EB5 for ; Tue, 16 Sep 2014 13:23:58 +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 PnlBIekP1ono for ; Tue, 16 Sep 2014 13:23:55 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from zacarias.com.ar (www.zacarias.com.ar [62.210.192.172]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6100191EAD for ; Tue, 16 Sep 2014 13:23:55 +0000 (UTC) Received: from asgard (cpe-186-18-128-65.telecentro-reversos.com.ar [186.18.128.65] (may be forged)) (authenticated bits=0) by zacarias.com.ar (8.14.9/8.14.9) with ESMTP id s8GDNmuL005284 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 16 Sep 2014 13:23:51 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1410873833; bh=WoQiRx9bZCOBeze8mclIodgR43AHe88dELqHqjJUuJQ=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=aoot/SG/hyg1xBeI84oTIhviocZx2Y87MbTNaeo5iyiENn6wXePysyFIjGmx2jBvY JRDj9OtsJ+It4Z+NEEOOgEhUJgYxNSLIPby72VGVymbb7/OHE77Y/Mo35rovSMIiZV UVcgwpakf48zo3YQXFap8dPFjQMd+QS7yp9PvoJM= Received: by asgard (sSMTP sendmail emulation); Tue, 16 Sep 2014 10:23:43 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 16 Sep 2014 10:23:32 -0300 Message-Id: <1410873812-5695-2-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1410873812-5695-1-git-send-email-gustavo@zacarias.com.ar> References: <1410873812-5695-1-git-send-email-gustavo@zacarias.com.ar> X-Virus-Scanned: clamav-milter 0.98.4 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 2/2] p11-kit: bump to version 0.20.6 X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 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" Signed-off-by: Gustavo Zacarias --- package/p11-kit/p11-kit.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/p11-kit/p11-kit.mk b/package/p11-kit/p11-kit.mk index 9e210bb..5724a1c 100644 --- a/package/p11-kit/p11-kit.mk +++ b/package/p11-kit/p11-kit.mk @@ -4,7 +4,7 @@ # ################################################################################ -P11_KIT_VERSION = 0.20.2 +P11_KIT_VERSION = 0.20.6 P11_KIT_SITE = http://p11-glue.freedesktop.org/releases P11_KIT_DEPENDENCIES = host-pkgconf libffi libtasn1 P11_KIT_INSTALL_STAGING = YES