From patchwork Thu Mar 22 00:36:50 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sagaert Johan X-Patchwork-Id: 148123 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 489E1B6EF4 for ; Thu, 22 Mar 2012 11:37:27 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id CAD1D8D38D; Thu, 22 Mar 2012 00:37:21 +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 QTftCEPDCece; Thu, 22 Mar 2012 00:37:20 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 5B4D98D372; Thu, 22 Mar 2012 00:37:19 +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 C3C538F75B for ; Thu, 22 Mar 2012 00:37:17 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BBE968D372 for ; Thu, 22 Mar 2012 00:37:17 +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 K-bHN4gpUiP8 for ; Thu, 22 Mar 2012 00:37:14 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailrelay009.isp.belgacom.be (mailrelay009.isp.belgacom.be [195.238.6.176]) by whitealder.osuosl.org (Postfix) with ESMTP id 90A328D371 for ; Thu, 22 Mar 2012 00:37:14 +0000 (UTC) X-Belgacom-Dynamic: yes X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AvwEAFZzak9R8RGR/2dsb2JhbABEtxCBCIJmI09LNwmIBbgoilKCboMiBJVfizGEdoJogVM Received: from 145.17-241-81.adsl-dyn.isp.belgacom.be (HELO debian.APEX) ([81.241.17.145]) by relay.skynet.be with ESMTP; 22 Mar 2012 01:37:12 +0100 From: Sagaert Johan To: buildroot@busybox.net Date: Thu, 22 Mar 2012 01:36:50 +0100 Message-Id: <1332376610-4598-1-git-send-email-sagaert.johan@skynet.be> X-Mailer: git-send-email 1.7.9.3 Cc: Sagaert Johan Subject: [Buildroot] [PATCH v1 1/1] openssl : bump to version 1.0.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: Sagaert Johan --- package/openssl/openssl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/openssl/openssl.mk b/package/openssl/openssl.mk index a304747..7ee7aa5 100644 --- a/package/openssl/openssl.mk +++ b/package/openssl/openssl.mk @@ -4,7 +4,7 @@ # ############################################################# -OPENSSL_VERSION = 1.0.0h +OPENSSL_VERSION = 1.0.1 OPENSSL_SITE = http://www.openssl.org/source OPENSSL_INSTALL_STAGING = YES OPENSSL_DEPENDENCIES = zlib