On 24/02/2023 03:41, Rosen Penev wrote:
On Fri, Feb 17, 2023 at 2:13 AM Andre Heider wrote:
On 17/02/2023 10:18, Koen Vandeputte wrote:
Drop upstreamed patch.
Tested by compiling the complete gstreamer package which heavily
depends on this one.
Signed-off-by: Koen Vandeputte
Not
On 16/09/2023 05:55, Chukun Pan wrote:
When compiling with glibc it will result in error:
1. #warning _FORTIFY_SOURCE requires compiling with optimization (-O)
[-Werror=cpp]
Fix this by compiling with optimization (-O2) by default.
2. jitterentropy-base.c:(.text+0x39f8): undefined reference to
On 03/04/2024 2:11 am, Daniel Golle wrote:
... and that crazy m4 script had to be noticed. As a diff one would ask:
Why was that change necessary?
While I agree with most of your points, I couldn't disagree more with
the "had to be noticed" part :P
I occasionally skim over treewide diffs. Wh
Hi,
On 29/07/2024 4:31 pm, Nishant Sharma wrote:
Hello,
How can I apply a patch to a package from the feed, only when the
architecture is say, ramips but not when it is x86_64 or mips.
This should work:
PATCH_DIR:=./patches-$(ARCH)
and then throw it in ./patches-ramips
But generally speakin
setting the latter option to '1' without fullfilling 1) will break
all queries!
- `dig +dnssec +multi +tcp posteo.de` should resolve with 'ad' in flags
- `dig +dnssec +multi +tcp dnssec-failed.org` should not resolve
Thanks,
Andre
Andre Heider (4):
Append local flags, don't overwrite.
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/network/services/dnsmasq/Makefile
b/package/network/services/dnsmasq/Makefile
index c0d3dc4..84
As documented in config.h.
Doing otherwise will break dnsmasq's pkg-wrapper script to find its
libs to link to.
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/Makefile | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/network/services/dn
Enabling this compile time option adds a dependency on libnettle.
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/Config.in | 25 +
package/network/services/dnsmasq/Makefile | 10 +-
2 files changed, 34 insertions(+), 1 deletion(-)
create mode
Ship keys for the root zone and add two uci options to enable
DNSSEC checks:
Option 'dnssec': Activate DNSSEC validation
Option 'dnsseccheckunsigned': Ensure answers without DNSSEC are in
unsigned zones
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/Ma
On Sat, Jun 14, 2014 at 6:56 PM, Nikos Mavrogiannopoulos
wrote:
> On Sat, 2014-06-14 at 17:34 +0200, Andre Heider wrote:
>> Hi,
>>
>> this set adds DNSSEC validation to dnsmasq, tested on ar71xx.
>>
>> The set is pretty small and should be self explanatory.
&
Hi,
On Sun, Jun 15, 2014 at 12:26 AM, Yousong Zhou wrote:
> It will be more complete if dnsmasq-dhcpv6 is also covered by this
> config option. Even better is letting this option depend on the
> actual dnsmasq build variant selected.
As mentioned in the cover letter: while the config option sho
Hi,
On Sun, Jun 15, 2014 at 11:13 AM, Steven Barth wrote:
> could you please add nettle-mini support and make this a build variant
> instead of a config option, please?
> Build variant has the advantage that we can precompile it as ipks because we
> cannot enable dnssec by default.
I posted a pa
On Mon, Jun 16, 2014 at 10:15 AM, Nikos Mavrogiannopoulos
wrote:
> On Mon, Jun 16, 2014 at 10:12 AM, Andre Heider wrote:
>>> could you please add nettle-mini support and make this a build variant
>>> instead of a config option, please?
>>> Build variant has the ad
On Mon, Jun 16, 2014 at 10:16 AM, Steven Barth wrote:
> my intention was more to add one build-variant dnsmasq-full with standard +
> dhcpv6 + authoritative + dnssec. As dnssec adds hundreds of KB of
> dependencies anyway I don't think the 10 or 20 KB of the other features make
> it particularly w
On Mon, Jun 16, 2014 at 10:52 AM, Steven Barth wrote:
>
>> That sounds better, but on the other side users wanting only dhcpv6
>> then get quite a lot of DNSSEC bloat.
>> I don't have numbers at hand, but we could explore static
>> libnettle-mini linking?
>
> No, I wasn't thinking about dropping t
Hi,
fresh set of patches. Changes against v1:
- building against libnettle-mini is supported now, patch 3 adds an upstream
fix for this combination.
- switched from a compile time configuration menu to a 3rd variant "full".
Thanks,
Andre
Andre Heider (5):
dnsmasq: use COPTS f
As documented in config.h.
Doing otherwise will break dnsmasq's pkg-wrapper script to find its
libs to link to.
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/Makefile | 9 +
1 file changed, 5 insertions(+), 4 deletions(-)
diff --git a/package/network/services/dn
This variant includes support for DHCPv6 and DNSSEC.
DNSSEC adds a dependency on libnettle.
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/Makefile | 26 ++
1 file changed, 26 insertions(+)
diff --git a/package/network/services/dnsmasq/Makefile
b
Append local flags, don't overwrite.
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/Makefile | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/package/network/services/dnsmasq/Makefile
b/package/network/services/dnsmasq/Makefile
index c0d3dc4..84
Ship keys for the root zone and add two uci options to enable
DNSSEC checks:
Option 'dnssec': Activate DNSSEC validation
Option 'dnsseccheckunsigned': Ensure answers without DNSSEC are in
unsigned zones.
Signed-off-by: Andre Heider
---
package/network/services/dnsmasq/fi
Signed-off-by: Andre Heider
---
...g-add-DNO_GMP-for-use-with-nettle-mini-gm.patch | 88 ++
1 file changed, 88 insertions(+)
create mode 100644
package/network/services/dnsmasq/patches/0001-Build-config-add-DNO_GMP-for-use-with-nettle-mini-gm.patch
diff --git
a/package
Hi,
On 12/01/2025 2:02 am, Sergey Ryazanov wrote:
atm_qos struct should be the same both for user and kernel spaces. Via
the __SO_ENCODE() macro it is used to define the SO_ATMQOS socket IOC.
During the VRX518 support introduction, the atm_trafprm sturct nested
into the atm_qos stucture was upd
This set is still working fine without hiccups,.
I think we can merge this, I'd even backport it as I think adsl is still
a thing in some countries.
Cheers,
Andre
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.o
On 13/01/2025 9:17 am, Martin Schiller wrote:
On 2025-01-12 15:09, Sergey Ryazanov wrote:
atm_qos struct should be the same both for user and kernel spaces. Via
the __SO_ENCODE() macro it is used to define the SO_ATMQOS socket IOC.
During the VRX518 support introduction, the atm_trafprm sturct
On 13/01/2025 11:27 pm, Sergey Ryazanov wrote:
Hi Andre, Martin,
On 13.01.2025 14:17, Andre Heider wrote:
In any case, this set still works on my ipq40xx device and vdsl seems
to work just fine!
Have you gave a change to this series, Andre?
Yes, I used this V3. No build errors and at
Nice, runtime tests look fine!
I found two small mei patches in my tree too. As there's no feedback
here yet I took the liberty and threw all in a PR:
https://github.com/openwrt/openwrt/pull/18056
Let me know if that's not how you want to handle it.
Cheers,
Andre
201 - 226 of 226 matches
Mail list logo