[PATCH] dnsmasq: add fix related to DNSSEC verification from upstream

2025-01-27 Thread Uwe Kleine-König
To find the DS record for a given zone the parent zone's nameserver must be queried and not the nameserver for the zone. Otherwise DNSSEC verification for unsigned delegations breaks. Signed-off-by: Uwe Kleine-König --- Hello, this patch fixes DNSSEC verification when dnsmasq serv

[PATCH] dnsmasq: Update to upstream version 2.91test8

2025-01-21 Thread Uwe Kleine-König
The motivating change for me included upstream is commit 8ce27433f8b2 ("Handle DS queries to auth zones.") which fixes using a subzone of a DNSSEC'd zone. Two patches are dropped as these are included in the new upstream release, the other two are rebased. Signed-off-by: U

Re: [PATCH 22.03] mvebu: cortexa9: disable devices using broken mv88e6176 switch

2022-12-01 Thread Uwe Kleine-König
On 12/1/22 10:52, Petr Štetiar wrote: Several users have reported, that devices using mv88e6176 switch are seriously broken, basically turning that switch into a hub. Until fixed those devices should be disabled. I've used TOH with "Switch 88E6176" filter, which provided me with the following li

nslookup failures with coarse CLOCK_MONOTONIC

2022-10-07 Thread Uwe Kleine-König
Hello, on a TP-Link RE200 v1 (platform = ramips/mt7620) I experience often: root@ares:~# nslookup www.openwrt.org Server:127.0.0.1 Address: 127.0.0.1:53 Non-authoritative answer: www.openwrt.orgcanonical name = wiki-01.infra.openwrt.org Name: wiki-01.infra.o

[no subject]

2020-06-26 Thread Uwe Kleine-König via openwrt-devel
the router. And it also improves routing between two downstream networks. Unresolved issues: - valid life time needs to be determined - some doubts about the right procedures - only lightly tested Signed-off-by: Uwe Kleine-König --- Hello, this is a first draft to address an old item on my

Re: [OpenWrt-Devel] The meaning of Signed-off-by for netifd [Was: Re: [PATCH netifd] interface: warn if ip6hint is truncated]

2019-12-03 Thread Uwe Kleine-König
On 12/3/19 4:28 PM, Hans Dedecker wrote: > On Tue, Dec 3, 2019 at 3:59 PM Uwe Kleine-König > wrote: >> >> Hello Hans, >> >> On 12/3/19 8:50 AM, Hans Dedecker wrote: >>> On Fri, Nov 29, 2019 at 9:29 PM Uwe Kleine-König >>> wrote: >>>>

[OpenWrt-Devel] The meaning of Signed-off-by for netifd [Was: Re: [PATCH netifd] interface: warn if ip6hint is truncated]

2019-12-03 Thread Uwe Kleine-König
Hello Hans, On 12/3/19 8:50 AM, Hans Dedecker wrote: > On Fri, Nov 29, 2019 at 9:29 PM Uwe Kleine-König > wrote: >> >> On 11/29/19 8:50 PM, Hans Dedecker wrote: >>> On Wed, Nov 20, 2019 at 7:11 PM Uwe Kleine-König >>> wrote: >>>> >>>>

Re: [OpenWrt-Devel] [PATCH netifd] interface: warn if ip6hint is truncated

2019-11-29 Thread Uwe Kleine-König
On 11/29/19 8:50 PM, Hans Dedecker wrote: > On Wed, Nov 20, 2019 at 7:11 PM Uwe Kleine-König > wrote: >> >> When for example a /60 is assigned to a network the last 4 bits of the >> ip6hint are unused. Emit a warning if any of these unused bits is set as >> it

[OpenWrt-Devel] [PATCH netifd] interface: warn if ip6hint is truncated

2019-11-20 Thread Uwe Kleine-König
When for example a /60 is assigned to a network the last 4 bits of the ip6hint are unused. Emit a warning if any of these unused bits is set as it indicates that someone didn't understand how the hint is used. (As I did earlier today resulting in spending some time understanding the code.) --- int

[OpenWrt-Devel] [PATCH] [packages] ddns-scripts: also quote +

2013-06-22 Thread Uwe Kleine-König
--- net/ddns-scripts/files/usr/lib/ddns/url_escape.sed | 1 + 1 file changed, 1 insertion(+) diff --git a/net/ddns-scripts/files/usr/lib/ddns/url_escape.sed b/net/ddns-scripts/files/usr/lib/ddns/url_escape.sed index eac4002..9b8ebbc 100644 --- a/net/ddns-scripts/files/usr/lib/ddns/url_escape.sed

[OpenWrt-Devel] freeswitch broken in openwrt trunk

2013-03-01 Thread Uwe Kleine-König
Hello, Apart from my patch that fixes endian detection not being applied yet (as of 35836), freeswitch is still broken. I just tried installing it on my router, and it fails as follows: # opkg install freeswitch-collection-upstream-defaults Installing freeswitch-collection-upstre

Re: [OpenWrt-Devel] [PATCH trunk 2/2] net/freeswitch: depend on libjpeg-turbo instead of libjpeg

2013-02-28 Thread Uwe Kleine-König
(added a few people to Cc that were involved with libjpeg-turbo up to now) On Tue, Feb 26, 2013 at 11:43:47AM +0100, Uwe Kleine-König wrote: > Without this I get: > > Package freeswitch is missing dependencies for the following libraries: > libjpeg.so.8 > > becaus

Re: [OpenWrt-Devel] [PATCH trunk 1/2] net/freeswitch: fix endianess detection on (at least) mips

2013-02-28 Thread Uwe Kleine-König
Hello, On Tue, Feb 26, 2013 at 11:43:46AM +0100, Uwe Kleine-König wrote: > Instead of hardcoding the endianess of more platforms, just get the > configuration from the system headers. I see commit 35829 that claims to fix endianess detection, but I think you forgot to svn add my patch?

Re: [OpenWrt-Devel] Maintainer address not reachable [Was: [PATCH] net/freeswitch: Make upstream-defaults package installable]

2013-02-27 Thread Uwe Kleine-König
On Wed, Feb 27, 2013 at 03:33:35PM +0100, Florian Fainelli wrote: > Hello, > > On 01/31/2013 09:11 PM, Uwe Kleine-König wrote: > >Hello, > > > >I just got a mailer daemon notice that open...@slickdeals.endjunk.com > >didn't get this mail because the

[OpenWrt-Devel] [PATCH trunk 1/2] net/freeswitch: fix endianess detection on (at least) mips

2013-02-26 Thread Uwe Kleine-König
Instead of hardcoding the endianess of more platforms, just get the configuration from the system headers. Signed-off-by: Uwe Kleine-König --- .../patches/107-improve-endianess-detection.patch | 29 1 file changed, 29 insertions(+) create mode 100644 net/freeswitch

[OpenWrt-Devel] [PATCH trunk 0/2] net/freeswitch: fix compile time issues on ar71xx

2013-02-26 Thread Uwe Kleine-König
Hello, this series is build tested for ar71xx only, but as http://downloads.openwrt.org/snapshots/ does have freeswitch packages only below uml/ (dating 2013-01-21) it might help on other archs, too. Best regards Uwe Uwe Kleine-König (2): net/freeswitch: fix endianess detection on (at least

[OpenWrt-Devel] [PATCH trunk 2/2] net/freeswitch: depend on libjpeg-turbo instead of libjpeg

2013-02-26 Thread Uwe Kleine-König
Without this I get: Package freeswitch is missing dependencies for the following libraries: libjpeg.so.8 because libjpeg provides libjpeg.so.62. Signed-off-by: Uwe Kleine-König --- net/freeswitch/Makefile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[OpenWrt-Devel] Maintainer address not reachable [Was: [PATCH] net/freeswitch: Make upstream-defaults package installable]

2013-01-31 Thread Uwe Kleine-König
Hello, I just got a mailer daemon notice that open...@slickdeals.endjunk.com didn't get this mail because the mail server for its domain couldn't be connected by mine. Who cares for the patch then? Best regards Uwe On Sun, Jan 27, 2013 at 12:41:25AM +0100, Uwe Kleine-König wro

[OpenWrt-Devel] [PATCH] net/freeswitch: Make upstream-defaults package installable

2013-01-27 Thread Uwe Kleine-König
dropping /etc/freeswitch/autoload_configs/syslog.conf.xml from freeswitch-mod-syslog. This fixes https://dev.openwrt.org/ticket/12895. Signed-off-by: Uwe Kleine-König --- The alternative is to drop the file from the freeswitch-config-upstream-defaults package. This way users of the freeswitch