From patchwork Wed Sep 17 14:20:06 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gustavo Zacarias X-Patchwork-Id: 390411 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 5DC6F14009E for ; Thu, 18 Sep 2014 00:21:40 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4F282A1D88; Wed, 17 Sep 2014 14:21:39 +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 E6KGWgV6wuDC; Wed, 17 Sep 2014 14:21:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 751AAA1BFE; Wed, 17 Sep 2014 14:21:36 +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 6E54E1C2440 for ; Wed, 17 Sep 2014 14:21:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 68E9D91D64 for ; Wed, 17 Sep 2014 14:21:35 +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 k0mIeR2xxaqc for ; Wed, 17 Sep 2014 14:21:34 +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 C899091C13 for ; Wed, 17 Sep 2014 14:21:33 +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 s8HELRB9002025 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Wed, 17 Sep 2014 14:21:30 GMT DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=zacarias.com.ar; s=dkey; t=1410963691; bh=KH+K8FII3MOGmCfAQxYIYybhFLjAS/5v1J7ObCV3dfo=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=xDuR8tzdB3o3c6Ckk3dpMcUMYUgX2fuNP39jkaH3lLMhoW2MxP7peXSHQ2AMPJAIW +h6d+xs5YAnfeoYjZuDvd69l2VDpvPYT3f41bKvOXp0BuDtF9vciYCx15oPWACRjCB qMLfcfiX6Kga8DqIhy0FKEc1WX40OlpbE8fnimkg= Received: by asgard (sSMTP sendmail emulation); Wed, 17 Sep 2014 11:21:21 -0300 From: Gustavo Zacarias To: buildroot@busybox.net Date: Wed, 17 Sep 2014 11:20:06 -0300 Message-Id: <1410963609-18128-8-git-send-email-gustavo@zacarias.com.ar> X-Mailer: git-send-email 1.8.5.5 In-Reply-To: <1410963609-18128-1-git-send-email-gustavo@zacarias.com.ar> References: <1410963609-18128-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 08/11] openssl: add hash 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 Acked-by: "Yann E. MORIN" --- package/openssl/openssl.hash | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 package/openssl/openssl.hash diff --git a/package/openssl/openssl.hash b/package/openssl/openssl.hash new file mode 100644 index 0000000..aa45a76 --- /dev/null +++ b/package/openssl/openssl.hash @@ -0,0 +1,4 @@ +# From https://www.openssl.org/source/openssl-1.0.1i.tar.gz.md5 +# From https://www.openssl.org/source/openssl-1.0.1i.tar.gz.sha1 +md5 c8dc151a671b9b92ff3e4c118b174972 openssl-1.0.1i.tar.gz +sha1 74eed314fa2c93006df8d26cd9fc630a101abd76 openssl-1.0.1i.tar.gz