From patchwork Sat Dec 5 21:41:07 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Kevin Kirsch X-Patchwork-Id: 553052 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from arrakis.dune.hu (arrakis.dune.hu [78.24.191.176]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 3E5C4140320 for ; Sun, 6 Dec 2015 08:41:25 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=no-dkim.starletp9.de header.i=@no-dkim.starletp9.de header.b=ucfPOXx5; dkim-atps=neutral Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id C1B4C28B403; Sat, 5 Dec 2015 22:41:08 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on arrakis.dune.hu X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD, T_DKIM_INVALID autolearn=unavailable version=3.3.2 Received: from arrakis.dune.hu (localhost [127.0.0.1]) by arrakis.dune.hu (Postfix) with ESMTP id 70FA62871A0 for ; Sat, 5 Dec 2015 22:41:02 +0100 (CET) X-policyd-weight: using cached result; rate: -7.6 Received: from thyristor.starletp9.de (thyristor.starletp9.de [78.46.60.30]) by arrakis.dune.hu (Postfix) with ESMTPS for ; Sat, 5 Dec 2015 22:41:02 +0100 (CET) Received: from [192.168.178.90] (alcatraz373.wohnheim.uni-kl.de [131.246.233.117]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: keine-ahnung) by thyristor.starletp9.de (Postfix) with ESMTPSA id C275A3032A7 for ; Sat, 5 Dec 2015 22:41:08 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=no-dkim.starletp9.de; s=thyristor; t=1449351668; bh=sfLjAvQg7udMnqT7Xepcc0+Mx+N6oSBlCiJAdgVT7Uk=; h=From:Subject:To:Date:From; b=ucfPOXx5mUwRpl4S67a/cVZE4OL9vuv35Ue+RQ6C+0K8cXQ1v72lUPf+Vy/bJFJmg hT6LCooxUn6Qe9dhxkHKxJgbMbZBGiMH3Oo/FozYQhwpWERM6Wr/O7ELdl1+4whESw hXI/ar/DT12uQPACnkwgH/p/cMMk2AEKdtK1Swo8= From: Kevin Kirsch X-Enigmail-Draft-Status: N1110 To: openwrt-devel@lists.openwrt.org Message-ID: <566359F3.60304@no-dkim.starletp9.de> Date: Sat, 5 Dec 2015 22:41:07 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 Subject: [OpenWrt-Devel] [PATCH] [package] OpenSSL: Added source/old to PKG_SOURCE_URL X-BeenThere: openwrt-devel@lists.openwrt.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: OpenWrt Development List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: openwrt-devel-bounces@lists.openwrt.org Sender: "openwrt-devel" From: Kevin Kirsch OpenSSL moves old versions of the library from http://www.openssl.org/source/ to http://www.openssl.org/source/old/1.0.2/ breaking the old links. That behavior breaks the OpenWRT-build every time OpenSSL releases a new version. This patch adds http://www.openssl.org/source/old/1.0.2/ to the PKG_SOURCE_URL of OpenSSL to avoid breaking the build whenever OpenSSL releases a new version. Signed-off-by: Kevin Kirsch --- package/libs/openssl/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index faf6816..c635e13 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -17,6 +17,7 @@ PKG_BUILD_PARALLEL:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.openssl.org/source/ \ ftp://ftp.openssl.org/source/ \ + http://www.openssl.org/source/old/1.0.2/ \ ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \ ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/ PKG_MD5SUM:=5262bfa25b60ed9de9f28d5d52d77fc5