Upstream PR's to build Asterisk w/o Openssl deprecated API

2022-05-17 Thread Philip Prindeville
Hi all, I've got a series of reviews upstream in Asterisk to build against Openssl 1.1.x and 3.x without OPENSSL_SUPPRESS_DEPRECATED being required, if anyone is curious or wants to track that: https://gerrit.asterisk.org/c/asterisk/+/18533 https://gerrit.asterisk.org/c/asterisk/+/18525 https:/

[PATCH] ramips: use hotplug script for EAP615-Wall MACs

2022-05-17 Thread Stijn Tintel
Using nvmem-cells to set the MAC address for a DBDC device results in both PHY devices using the same MAC address. This in turn will result in multiple BSSes using the same BSSID, which can cause various problems. Use the hotplug script for the EAP615-Wall instead to avoid this. Fixes: a1b8a4d7b3

Re: [PATCH] usteer: Fix better candidate not being set in policy

2022-05-17 Thread David Bauer
Hi, On 5/17/22 14:12, Wojciech Dubowik wrote: The candidate is never set in this loop. Fix it by setting it to the first valid entry. Applied to master. Thanks! Best David Signed-off-by: Wojciech Dubowik --- policy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p

[RFC PATCH] hostapd: document ubus methods

2022-05-17 Thread Stijn Tintel
Signed-off-by: Stijn Tintel --- An attempt at documenting the ubus methods OpenWrt patches into hostapd. Adding the people who added those methods in CC, please review all methods you added and ack or nack with suggested corrections or improvements. package/network/services/hostapd/README.md | 4

[PATCH] usteer: Fix better candidate not being set in policy

2022-05-17 Thread Wojciech Dubowik 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 --- The candidate is never set in this

Re: libubox: How to terminate uloop orderly?

2022-05-17 Thread Alexandru Ardelean
On Tue, May 17, 2022 at 12:06 PM Koch, Alexander 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 > automatically

libubox: How to terminate uloop orderly?

2022-05-17 Thread Koch, Alexander 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 --- Hi openwrt-devel, I'm writing a s