Re: [LEDE-DEV] [PATCH] curl: Switch all TLS libraries to use ca-bundle.

2018-01-24 Thread Rosen Penev
On Wed, Jan 24, 2018 at 1:56 PM, Hauke Mehrtens wrote: > On 01/24/2018 05:28 AM, Rosen Penev wrote: >> At least one application (transmission) depends on CURL_CA_BUNDLE being >> set in order to operate properly (Could not connect to tracker errors). >> As far as I can tell, there's no real drawbac

[LEDE-DEV] [PATCH] build: disable BUILD_PATENTED by default

2018-01-24 Thread Yousong Zhou
Signed-off-by: Yousong Zhou --- config/Config-build.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/Config-build.in b/config/Config-build.in index f9987fc..7ec7653 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -41,7 +41,7 @@ menu "Global build s

[LEDE-DEV] Openwrt front page hacked

2018-01-24 Thread Aaron Z
Can someone de-spam the front page of https://openwrt.org/ ? There has been a spam link there since the 17th... Thanks Aaron Z ___ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev

Re: [LEDE-DEV] [PATCH] curl: Switch all TLS libraries to use ca-bundle.

2018-01-24 Thread Hauke Mehrtens
On 01/24/2018 05:28 AM, Rosen Penev wrote: > At least one application (transmission) depends on CURL_CA_BUNDLE being > set in order to operate properly (Could not connect to tracker errors). > As far as I can tell, there's no real drawback to doing this for all > TLS libraries supported by curl. D

Re: [LEDE-DEV] [PATCH 2/2] toolchain/arc: update to the most recent release arc-2017.09

2018-01-24 Thread Alexey Brodkin
Hi Hauke, On Wed, 2018-01-24 at 21:43 +0100, Hauke Mehrtens wrote: > On 01/24/2018 06:26 PM, Evgeniy Didin wrote: > > This commit finally bumps ARC tools to the most recent arc-2017.09 release > > version. > > > > ARC GNU tools of version arc-2017.09 bring some quite significant changes > > lik

Re: [LEDE-DEV] [PATCH 2/2] toolchain/arc: update to the most recent release arc-2017.09

2018-01-24 Thread Hauke Mehrtens
On 01/24/2018 06:26 PM, Evgeniy Didin wrote: > This commit finally bumps ARC tools to the most recent arc-2017.09 release > version. > > ARC GNU tools of version arc-2017.09 bring some quite significant changes > like: > * Binutils v2.29 with additional ARC patches > * GCC 7.1.1 with additiona

Re: [LEDE-DEV] [PATCH 2/4] ipq: Don't force selection of the IPQ4019 firmware.

2018-01-24 Thread Ben Greear
On 01/20/2018 02:56 AM, Hauke Mehrtens wrote: On 01/20/2018 11:15 AM, Christian Lamparter wrote: On Friday, January 19, 2018 10:06:50 PM CET Ben Greear wrote: On 01/19/2018 01:03 PM, Christian Lamparter wrote: On Friday, January 19, 2018 9:12:04 PM CET gree...@candelatech.com wrote: From: Ben

[LEDE-DEV] [PATCH 2/2] toolchain/arc: update to the most recent release arc-2017.09

2018-01-24 Thread Evgeniy Didin
This commit finally bumps ARC tools to the most recent arc-2017.09 release version. ARC GNU tools of version arc-2017.09 bring some quite significant changes like: * Binutils v2.29 with additional ARC patches * GCC 7.1.1 with additional ARC patches More information on this release could be fou

[LEDE-DEV] [PATCH 0/2] toolchain/arc: update to release arc-2017.09

2018-01-24 Thread Evgeniy Didin
ARC GNU tools of version arc-2017.09 now includes GCC 7.1.1 which is not building with uClibc-ng ver 1.0.22. So first of all we need to update uClibc-ng to 1.0.28 and then update arc tools. Signed-off-by: Evgeniy Didin CC: Alexey Brodkin CC: John Crispin Evgeniy Didin (2): uClibc-ng: update

[LEDE-DEV] [PATCH 1/2] uClibc-ng: update to 1.0.28

2018-01-24 Thread Evgeniy Didin
Lets update uClibc-ng to 1.0.28 version for compatibility with gcc 7.x. Since 1.0.22 there were significant patches for compatibility with gcc 7.x: https://cgit.uclibc-ng.org/cgi/cgit/uclibc-ng.git/commit/?id=5b0f49037e8ea8500b05c8f31ee88529ccac4cee https://cgit.uclibc-ng.org/cgi/cgit/uclibc-n

Re: [LEDE-DEV] [PATCH] ar71xx: initial board support for tl-hs110

2018-01-24 Thread Mathias Kresin
2018-01-24 17:45 GMT+01:00 Arvid E. Picciani : > Signed-off-by: Arvid E. Picciani > --- I marked the patch as "superseded". The review of the very same patch send as Pull Request has already started. Please stick to one way of sending patches. Mathias __

[LEDE-DEV] [PATCH] ar71xx: initial board support for tl-hs110

2018-01-24 Thread Arvid E. Picciani
Signed-off-by: Arvid E. Picciani --- .../ar71xx/files/arch/mips/ath79/Kconfig.openwrt | 10 target/linux/ar71xx/files/arch/mips/ath79/Makefile | 1 + .../ar71xx/files/arch/mips/ath79/mach-tl-hs110.c | 56 ++ .../linux/ar71xx/files/arch/mips/ath79/machtypes.h | 1 +

[LEDE-DEV] uhttpd embedded lua read() always returns entirety of STDIN

2018-01-24 Thread Bryan Mayland
I use uhttpd with the embedded lua engine and uploading files with standard POST / multipart/form-data / type=file has never been speedy. However, I've reached a point that the file upload completes but uhttpd times out (in 60 seconds) before it can transfer the file to the lua script that is using

Re: [LEDE-DEV] [PATCH] curl: Switch all TLS libraries to use ca-bundle.

2018-01-24 Thread Karl Palsson
How will this play with people with ca-certificates installed rather than ca-bundle? Rosen Penev wrote: > At least one application (transmission) depends on > CURL_CA_BUNDLE being set in order to operate properly (Could > not connect to tracker errors). As far as I can tell, there's > no real