Re: [OpenWrt-Devel] Not sure what is preventing snort3 build

2019-04-17 Thread Rosen Penev
On Wed, Apr 17, 2019 at 9:49 PM Rosen Penev wrote: > > On Wed, Apr 17, 2019 at 6:56 PM W. Michael Petullo wrote: > > > > The OpenWrt build server seems to be unable to build my snort3 package. See > > https://downloads.openwrt.org/snapshots/faillogs/x86_64/packages/snort3/compile.txt: > > > > [..

Re: [OpenWrt-Devel] Not sure what is preventing snort3 build

2019-04-17 Thread Rosen Penev
On Wed, Apr 17, 2019 at 6:56 PM W. Michael Petullo wrote: > > The OpenWrt build server seems to be unable to build my snort3 package. See > https://downloads.openwrt.org/snapshots/faillogs/x86_64/packages/snort3/compile.txt: > > [...] > make[4]: Leaving directory > '/data/bowl-builder/x86_64/buil

[OpenWrt-Devel] Not sure what is preventing snort3 build

2019-04-17 Thread W. Michael Petullo
The OpenWrt build server seems to be unable to build my snort3 package. See https://downloads.openwrt.org/snapshots/faillogs/x86_64/packages/snort3/compile.txt: [...] make[4]: Leaving directory '/data/bowl-builder/x86_64/build/sdk/build_dir/target-x86_64_musl/snort3/snort-3.0.0' Package snort3 is

[OpenWrt-Devel] [PATCH][opkg-lede] libopkg: Fix segfault on trailing comma in deps

2019-04-17 Thread Patrick McDermott
A "Depends" or other package relationship field with a trailing comma (followed by zero or more whitespace characters) in any package feed list will cause opkg after commit 98ce8c2 ("pkg: convert most other struct members into dynamic blob buffer fields") to segfault. In the case of a trailing com

[OpenWrt-Devel] [PATCH][opkg-lede] libopkg: Detect gzipped pkg lists by magic number

2019-04-17 Thread Patrick McDermott
Signed-off-by: Patrick McDermott --- libbb/gzip.h | 2 ++ libopkg/pkg_hash.c | 27 --- 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/libbb/gzip.h b/libbb/gzip.h index 3a61a1d..28e3a50 100644 --- a/libbb/gzip.h +++ b/libbb/gzip.h @@ -22,6 +22,8 @@

[OpenWrt-Devel] [PATCH][opkg-lede] build: Allow overriding opkg state dir prefix

2019-04-17 Thread Patrick McDermott
Signed-off-by: Patrick McDermott --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 26230b3..f57fe10 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,6 +7,7 @@ INCLUDE(TestBigEndian) SET(HOST_CPU "" CACHE STRING "O

[OpenWrt-Devel] SDK enhancement proposal - add external toolchains via feeds

2019-04-17 Thread Mirko Lindner
Hi OpenWrt developers, The prpl Foundation and its members would like to open a new chapter in the collaboration between the two projects. One of the most important aspects is to ensure that any development prpl does is in-line with OpenWrt expectations, guidelines, and architectural standa

[OpenWrt-Devel] [PATCH] ath79: Add SUPPORTED_DEVICES for Archer C7 v1/v2

2019-04-17 Thread Adrian Schmutzler
The identifier for both devices is "archer-c7" on ar71xx, set here: https://github.com/openwrt/openwrt/blob/master/target/linux/ar71xx/base-files/lib/ar71xx.sh#L348 https://github.com/openwrt/openwrt/blob/master/target/linux/ar71xx/base-files/lib/ar71xx.sh#L511 Signed-off-by: Adrian Schmutzler --

Re: [OpenWrt-Devel] recursive dependency - libmicrohttpd

2019-04-17 Thread equeiroz--- via openwrt-devel
The sender domain has a DMARC Reject/Quarantine policy which disallows sending mailing list messages using the original "From" header. To mitigate this problem, the original message has been wrapped automatically by the mailing list software.--- Begin Message --- On Wed, 17 Apr 2019, Koen Vandepu

[OpenWrt-Devel] [PATCH] procd: copy the respawn property of new instance

2019-04-17 Thread Yashavanth Chowrikoppalu
On updating an existing instance, the respawn property is reset in instance_stop(). Subsequent instance_update() call does not copy the respawn property from new instance in instance_config_move(). As a result, the respawning does not happen, if the process is killed externally. Signed-off-by: Yas

[OpenWrt-Devel] recursive dependency - libmicrohttpd

2019-04-17 Thread Koen Vandeputte
Hi All, It seems the latest state (or packages) seems to contain a recursive dependency: subsection "Kconfig recursive dependency limitations" tmp/.config-package.in:63605:    symbol PACKAGE_libmicrohttpd-ssl depends on PACKAGE_libmicrohttpd-no-ssl For a resolution refer to Documentation/kb

Re: [OpenWrt-Devel] [PATCH v2] openssl: change defaults: ENGINE:on, NPN:off, misc

2019-04-17 Thread Hans Dedecker
On Tue, Apr 16, 2019 at 10:12 PM Eneas U de Queiroz via openwrt-devel wrote: > > The sender domain has a DMARC Reject/Quarantine policy which disallows > sending mailing list messages using the original "From" header. > > To mitigate this problem, the original message has been wrapped > automatica

Re: [OpenWrt-Devel] [PATCH] openssl: Fix longer booting times by unblocking getrandom

2019-04-17 Thread Petr Štetiar
Petr Štetiar [2019-03-15 13:28:39]: > I've found out, that it's all happening because of uclient-fetch being > blocked in getrandom syscall, leading for example to following: > > root@OpenWrt:~# time uclient-fetch > ^CCommand terminated by signal 2 > real 8m 31.08s Hi, one month has already