Re: [OpenWrt-Devel] [PATCH] [package] OpenSSL: Added source/old to PKG_SOURCE_URL

2015-12-11 Thread Kevin Kirsch
Hi, Am 11.12.2015 um 11:01 schrieb John Crispin: > On 11/12/2015 10:59, Kevin Kirsch wrote: >> Am 11.12.2015 um 10:53 schrieb John Crispin: >>> technically correct but you make 2 changes int he patch. >>> >>> 1) add a new url >>> 2) split the variable

Re: [OpenWrt-Devel] [PATCH] [package] OpenSSL: Added source/old to PKG_SOURCE_URL

2015-12-11 Thread Kevin Kirsch
Hi, Am 11.12.2015 um 10:53 schrieb John Crispin: > technically correct but you make 2 changes int he patch. > > 1) add a new url > 2) split the variable into 2 variables for no apparent reason. I do the split to avoid hardcoding the PKG_BASE in the URI. Should I split the patch in 2 patches (firs

Re: [OpenWrt-Devel] [PATCH] [package] OpenSSL: Added source/old to PKG_SOURCE_URL

2015-12-07 Thread Kevin Kirsch
PKG_SOURCE_URL of OpenSSL to avoid breaking the build whenever OpenSSL releases a new version. Signed-off-by: Kevin Kirsch --- @Alexander: Great idea, I updated my patch for master. @OpenWRT-Maintainers: Should I somehow mention Alexanders work in the commit-message? package/libs/openssl

[OpenWrt-Devel] [PATCH] [package] OpenSSL: Added source/old to PKG_SOURCE_URL

2015-12-05 Thread Kevin Kirsch
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