Re: libubox: How to terminate uloop orderly?

2022-05-19 Thread Andre Heider
On 17/05/2022 11:04, Koch, Alexander via openwrt-devel wrote: So I'm wondering: what is the correct way to terminate the uloop? It's been a while and details are vague, but this works for me: https://github.com/openwrt/openwrt/blob/master/package/network/config/ltq-vdsl-app/src/src/dsl_cpe_ubus

Re: libubox: How to terminate uloop orderly?

2022-05-19 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 Peter, Hi Aledandru, thank yo

[PATCH] kernel: add kmod-leds-turris-omnia

2022-05-19 Thread Stefan Kalscheuer 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 --- Add support for LEDs of the CZ.NIC

[PATCH 5/8] policycoreutils: update to version 3.4

2022-05-19 Thread Dominick Grift
0a8c177d Update VERSIONs to 3.4 for release. 9df28c24 Update VERSIONs to 3.4-rc3 for release. 2b6f7e96 setfiles: introduce the -C option for distinguishing file tree walk errors b98626f1 setfiles: remove useless "iamrestorecon" checks in option parsing fd9a851d setfiles: remove useless assignment

[PATCH 6/8] secilc: update to version 3.4

2022-05-19 Thread Dominick Grift
0a8c177d Update VERSIONs to 3.4 for release. 539b0660 libsepol/cil: add support for self keyword in type transitions 9df28c24 Update VERSIONs to 3.4-rc3 for release. 2a167d11 Update VERSIONs to 3.4-rc2 for release. 73562de8 Update VERSIONs to 3.4-rc1 for release. 8243b3e8 secilc: kernel policy lang

[PATCH 1/8] libsepol: update to version 3.4

2022-05-19 Thread Dominick Grift
0a8c177d Update VERSIONs to 3.4 for release. 9e096e6e libsepol,checkpolicy: add support for self keyword in type transitions 539b0660 libsepol/cil: add support for self keyword in type transitions 9df28c24 Update VERSIONs to 3.4-rc3 for release. 2a167d11 Update VERSIONs to 3.4-rc2 for release. 8c11

[PATCH 3/8] libsemanage: update to version 3.4

2022-05-19 Thread Dominick Grift
0a8c177d Update VERSIONs to 3.4 for release. 9df28c24 Update VERSIONs to 3.4-rc3 for release. 2a167d11 Update VERSIONs to 3.4-rc2 for release. 0ba7e231 libsemanage: ignore missing prototypes in swig generated code e1b7b290 libsemanage/tests: Remove unused functions 031c0330 libsemanage/tests: Decla

[PATCH 2/8] libselinux: update to version 3.4

2022-05-19 Thread Dominick Grift
libselinux depends on pcre2 instead of pcre as of version 3.4 0a8c177d Update VERSIONs to 3.4 for release. 822ad96c libselinux: update man page of setfilecon(3) family about context parameter 0c407c3f libselinux/utils: print errno on failure 88d43a8d libselinux: preserve errno in selinux_log() 82

[PATCH 4/8] checkpolicy: update to version 3.4

2022-05-19 Thread Dominick Grift
0a8c177d Update VERSIONs to 3.4 for release. 9e096e6e libsepol,checkpolicy: add support for self keyword in type transitions 9df28c24 Update VERSIONs to 3.4-rc3 for release. 5645f803 checkpolicy: mention class name on invalid permission 2a167d11 Update VERSIONs to 3.4-rc2 for release. 73562de8 Upda

SELinux 3-4

2022-05-19 Thread Dominick Grift
libselinux-3.4 requires pcre2. I submitted a patch set for that. This should wait until that is in. ___ openwrt-devel mailing list openwrt-devel@lists.openwrt.org https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Re: libubox: How to terminate uloop orderly?

2022-05-19 Thread Peter Seiderer
Hello Alexander, On Tue, 17 May 2022 12:37:00 +0300, Alexandru Ardelean wrote: > 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

Re: [PATCH 1/4] pcre2: adds pcre2 to base

2022-05-19 Thread Dominick Grift
Daniel Golle writes: > On Thu, May 19, 2022 at 06:37:28PM +0200, Dominick Grift wrote: >> libselinux-3.4 requires pcre2 >> >> Signed-off-by: Dominick Grift >> --- >> package/libs/pcre2/Config.in | 30 >> package/libs/pcre2/Makefile | 92 >> 2

Re: [PATCH 1/4] pcre2: adds pcre2 to base

2022-05-19 Thread Daniel Golle
On Thu, May 19, 2022 at 06:37:28PM +0200, Dominick Grift wrote: > libselinux-3.4 requires pcre2 > > Signed-off-by: Dominick Grift > --- > package/libs/pcre2/Config.in | 30 > package/libs/pcre2/Makefile | 92 > 2 files changed, 122 insertions(+)

[PATCH] selinux-policy: update to version 1.2.3

2022-05-19 Thread Dominick Grift
86ca9c6 devstatus: prints to terminal 95de949 deal with /rom/dev/console label inconsistencies ab6b6ee uci: hack to deal with potentially mislabeled char files acf9172 dnsmasq this can't be right 021db5b luci-app-tinyproxy cf3a9c4 support/secmark: removes duplicate loopback rules eeb2610 dhcp serve

Re: [PATCH] Adds pcre2 to base

2022-05-19 Thread Dominick Grift
Dominick Grift writes: > In preparation for libselinux-3.4 (libselinux-3.4 requires pcre2) Please ignore this patch. > > Changes pcre2 upstream from sourceforge to github because sf is a unofficial > mirror that is no longer maintained > Updates pcre2 to version 10.40 > > prce2 changes since v

[PATCH 4/4] pcre2: for libeselinux

2022-05-19 Thread Dominick Grift
libselinux-3.4 uses pcre2 Signed-off-by: Dominick Grift --- package/libs/pcre2/Makefile | 5 + 1 file changed, 5 insertions(+) diff --git a/package/libs/pcre2/Makefile b/package/libs/pcre2/Makefile index e9d43c3d24..923387b361 100644 --- a/package/libs/pcre2/Makefile +++ b/package/libs/pcre

[PATCH 1/4] pcre2: adds pcre2 to base

2022-05-19 Thread Dominick Grift
libselinux-3.4 requires pcre2 Signed-off-by: Dominick Grift --- package/libs/pcre2/Config.in | 30 package/libs/pcre2/Makefile | 92 2 files changed, 122 insertions(+) create mode 100644 package/libs/pcre2/Config.in create mode 100644 package/

pcre2: preparation for libselinux-3.4

2022-05-19 Thread Dominick Grift
libselinux-3.4 added a change to encourage using pcre2 instead of pcre. pcre has been unmaintained for quite some time but libselinux defaulted to using that. for compatibility. Now libselinux-3.4 defaults to pcre2. This set adds pcre2 to base, changes to official pcre2 upstream, updates pcre2

[PATCH 3/4] pcre2: update to version 10.40

2022-05-19 Thread Dominick Grift
3103b8f Final file tidies for 10.40 13be26a Adjust code for PR100 to put declarations before code ba6a5f1 Enable fuzzing of the JIT engine (#100) d07c967 Fix recursion issue in JIT 4279abb pcre2test: allow using readline headers for libedit (#99) 8ff3ab2 Update README to mention autogen.sh e612e06

[PATCH 2/4] pcre2: use official mirror

2022-05-19 Thread Dominick Grift
the mirror on sourceforge is not official and it is no longer maintained Signed-off-by: Dominick Grift --- package/libs/pcre2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/libs/pcre2/Makefile b/package/libs/pcre2/Makefile index 4e75a1cda9..98910bb3ef 100644

Re: [PATCH firewall4] ruleset: add missing pre_* chains

2022-05-19 Thread Florian Eckert
Hi, can't you do the same by dropping a snippet into /etc/nftables.d/ which simply registers chain with lower priority hooks? In fact there already is an example [1]. Specifically, it's about the firewall rules that the strongswan sets with the updown plugin on a connection SA up/down. Cu

Re: 5G wifi doesn't really work on my tp-link Archer C7 v2

2022-05-19 Thread e9hack
Am 19.05.2022 um 14:07 schrieb Hauke Mehrtens: On 5/16/22 15:54, e9hack wrote: Hi, I've trouble with the following commit: commit    3aa96efa24c13c6e0aafa5ad826f3f95a3bd74f9 mac80211: Update to version 5.15.33-1 After this commit the 5G wifi interface doesn't start properly. The interfaces ar

[PATCH] Adds pcre2 to base

2022-05-19 Thread Dominick Grift
In preparation for libselinux-3.4 (libselinux-3.4 requires pcre2) Changes pcre2 upstream from sourceforge to github because sf is a unofficial mirror that is no longer maintained Updates pcre2 to version 10.40 prce2 changes since version 10.37: 3103b8f Final file tidies for 10.40 13be26a Adjust

[rpcd PATCH] iwinfo: fix compilation error with GCC 12

2022-05-19 Thread Ansuel Smith
From: Christian 'Ansuel' Marangi Fix compilation error with GCC 12. In file included from /home/ansuel/openwrt/staging_dir/target-aarch64_cortex-a53_musl/usr/include/libubus.h:23, from iwinfo.c:21: In function 'blobmsg_close_array', inlined from 'rpc_iwinfo_assoclist' at iw

Re: 5G wifi doesn't really work on my tp-link Archer C7 v2

2022-05-19 Thread Hauke Mehrtens
On 5/16/22 15:54, e9hack wrote: Hi, I've trouble with the following commit: commit    3aa96efa24c13c6e0aafa5ad826f3f95a3bd74f9 mac80211: Update to version 5.15.33-1 After this commit the 5G wifi interface doesn't start properly. The interfaces are visible with ifconfig, but it isn't visible o