From patchwork Tue Mar 10 20:29:40 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 448705 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 0FF1F1400B6 for ; Wed, 11 Mar 2015 07:32:38 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="verification failed; unprotected key" header.d=zacarias.com.ar header.i=@zacarias.com.ar header.b=EM7TfzAd; dkim-adsp=fail (unprotected policy); dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 6EAA532DCC; Tue, 10 Mar 2015 20:32:37 +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 J58WLMNwBHoo; Tue, 10 Mar 2015 20:32:35 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id D6CB33305D; Tue, 10 Mar 2015 20:32:34 +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 2AA121C2268 for ; Tue, 10 Mar 2015 20:32:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 25DBF91C79 for ; Tue, 10 Mar 2015 20:32:34 +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 bKBXpyHwnrNN for ; Tue, 10 Mar 2015 20:32:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from www.zacarias.com.ar (www.zacarias.com.ar [176.9.42.171]) by whitealder.osuosl.org (Postfix) with ESMTPS id 6A35991C5D for ; Tue, 10 Mar 2015 20:32:32 +0000 (UTC) Received: from asgard (cpe-181-46-99-160.telecentro-reversos.com.ar [181.46.99.160] (may be forged)) (authenticated bits=0) by www.zacarias.com.ar (8.15.1/8.15.1) with ESMTPSA id t2AKWNd7020286 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Tue, 10 Mar 2015 20:32:27 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1426019548; bh=SpsUd0Ai39N0CrXzoRVIW/v0pBGYlKejSo4rYqVx5wI=; h=From:To:Cc:Subject:Date; b=EM7TfzAdwDXNgCNAcLS8F3f4n1KTORPas/ZawfaHiRRtuXfndBbbUjrJrQXgSpnRH B9PuaVn5dwH1s51cdnbNrzo5mqCp2l6F29axPMbKo7JfQk97qV6GKy0EF/GtnS/TDE zNGaeGymXgN7qLTg1Mjln9KSRlXtTNKnfib0M5iY= Received: by asgard (sSMTP sendmail emulation); Tue, 10 Mar 2015 17:29:41 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Tue, 10 Mar 2015 17:29:40 -0300 Message-Id: <1426019381-16061-1-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 2.0.5 X-Virus-Scanned: clamav-milter 0.98.6 at www X-Virus-Status: Clean Subject: [Buildroot] [PATCH 1/2] libtasn1: bump to version 4.3 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" Also add hash file. Signed-off-by: Gustavo Zacarias --- package/libtasn1/libtasn1.hash | 2 ++ package/libtasn1/libtasn1.mk | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 package/libtasn1/libtasn1.hash diff --git a/package/libtasn1/libtasn1.hash b/package/libtasn1/libtasn1.hash new file mode 100644 index 0000000..704cb66 --- /dev/null +++ b/package/libtasn1/libtasn1.hash @@ -0,0 +1,2 @@ +# Locally calculated after checking pgp signature +sha256 733513e3ffb03bd4910f97ef2683e602b40501428e4eb7649e325c2f4b1756cc libtasn1-4.3.tar.gz diff --git a/package/libtasn1/libtasn1.mk b/package/libtasn1/libtasn1.mk index bccbdf3..2fac0f7 100644 --- a/package/libtasn1/libtasn1.mk +++ b/package/libtasn1/libtasn1.mk @@ -4,7 +4,7 @@ # ################################################################################ -LIBTASN1_VERSION = 4.2 +LIBTASN1_VERSION = 4.3 LIBTASN1_SITE = http://ftp.gnu.org/gnu/libtasn1 LIBTASN1_DEPENDENCIES = host-bison LIBTASN1_LICENSE = GPLv3+ LGPLv2.1+