Skip to content
Snippets Groups Projects
Select Git revision
  • 43ceba8cb99dff243e21fb23ae2cda8e7e163956
  • v2018.2.x default protected
  • 0x4A6F-rpi4
  • 0x4A6F-master
  • master
  • v2018.2.2-ffs
  • v2016.2.4-batmanbug
  • radv-filterd
  • v2016.2.x
  • hoodselector
  • v2016.1.x
  • babel
  • v2015.1.x
  • 2014.4.x
  • 2014.3.x
  • v2018.2.2-ffs0.1
  • v2018.2.1-ffs0.1
  • v2018.2.1
  • v2018.2-ffs0.1
  • v2018.2
  • v2018.1.4
  • v2018.1.3
  • v2018.1.2
  • v2018.1.1
  • v2018.1
  • v2017.1.8
  • v2017.1.7
  • v2017.1.6
  • v2017.1.5
  • v2017.1.4
  • v2017.1.3
  • v2017.1.2
  • v2016.2.7
  • v2017.1.1
  • v2017.1
35 results

0037-OpenSSL-Added-source-old-to-PKG_SOURCE_URL.patch

Blame
  • Forked from firmware / FFS Gluon
    Source project has a limited visibility.
    0037-OpenSSL-Added-source-old-to-PKG_SOURCE_URL.patch 1.02 KiB
    From: Ranlvor <ranlvor@starletp9.de>
    Date: Sun, 6 Dec 2015 16:12:55 +0100
    Subject: OpenSSL: Added source/old to PKG_SOURCE_URL
    
    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.
    
    diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
    index ad93678..9a16599 100644
    --- a/package/libs/openssl/Makefile
    +++ b/package/libs/openssl/Makefile
    @@ -16,6 +16,7 @@ PKG_BUILD_PARALLEL:=1
     
     PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
     PKG_SOURCE_URL:=http://www.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:=b3bf73f507172be9292ea2a8c28b659d