Re: [oe] [meta-python][PATCH 1/1] python3-inotify: fix tests

2023-07-28 Thread Joe Slater via lists.openembedded.org
> -Original Message- > From: Khem Raj > Sent: Thursday, July 27, 2023 10:39 AM > To: Slater, Joseph > Cc: openembedded-devel@lists.openembedded.org; MacLeod, Randy > > Subject: Re: [oe] [meta-python][PATCH 1/1] python3-inotify: fix tests > > On Thu, Jul 27, 2023 at 10:34 AM Joe

[oe] [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 4.2.1 -> 4.2.3

2023-07-28 Thread Narpat Mali via lists.openembedded.org
From: Narpat Mali The delta between 4.2.1 and 4.2.3 contains the CVE-2023-36053 fix and other bugfixes. git log --oneline 4.2.1..4.2.3 shows: 1651351386 (tag: 4.2.3) [4.2.x] Bumped version for 4.2.3 release. b7c5feb35a [4.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in EmailValidator

[oe] [meta-gnome][PATCH] geary: update 43.0 -> 44.0

2023-07-28 Thread Markus Volk
- remove unneeded patches --- ...ng-type-arguments-for-interfaces-to-.patch | 59 --- ...t-Fix-non-null-build-with-newer-vala.patch | 156 -- .../geary/{geary_43.0.bb => geary_44.0.bb}| 4 +- 3 files changed, 1 insertion(+), 218 deletions(-) delete mode 100644

[oe] [meta-python][kirkstone][PATCH 1/1] python3-django: upgrade 3.2.19 -> 3.2.20

2023-07-28 Thread Narpat Mali via lists.openembedded.org
From: Narpat Mali The delta between 3.2.19 and 3.2.20 contains the CVE-2023-36053 fix and other bugfixes. git log --oneline 3.2.19..3.2.20 shows: 19bc11f636 (tag: 3.2.20) [3.2.x] Bumped version for 3.2.20 release. 454f2fb934 [3.2.x] Fixed CVE-2023-36053 -- Prevented potential ReDoS in

[oe] [PATCH] libadwaita: move recipe to oe-core

2023-07-28 Thread Alexander Kanavin
As required by latest epiphany. Signed-off-by: Alexander Kanavin --- .../libadwaita/libadwaita_1.3.3.bb| 24 --- 1 file changed, 24 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/libadwaita/libadwaita_1.3.3.bb diff --git

[oe] [meta-networking][PATCH 3/3] daq: enable nfq module build

2023-07-28 Thread Yi Zhao
NFQ is the new and improved way to process iptables packets. Snort IPS mode requires this module in some cases. Before the patch: $ snort --daq-list Available DAQ modules: pcap(v3): readback live multi unpriv ipfw(v3): live inline multi unpriv dump(v3): readback live inline multi unpriv

[oe] [meta-networking][PATCH 1/3] libnfnetlink: enable native build

2023-07-28 Thread Yi Zhao
Required by libnetfilter-queue native build. Signed-off-by: Yi Zhao --- .../recipes-filter/libnfnetlink/libnfnetlink_1.0.2.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-filter/libnfnetlink/libnfnetlink_1.0.2.bb

[oe] [meta-networking][PATCH 2/3] libnetfilter-queue: enable native build

2023-07-28 Thread Yi Zhao
Required by daq native build. Signed-off-by: Yi Zhao --- .../recipes-filter/libnetfilter/libnetfilter-queue_1.0.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-filter/libnetfilter/libnetfilter-queue_1.0.5.bb

[oe] [meta-python][kirkstone][PATCH v2 1/1] python3-django: fix CVE-2023-36053

2023-07-28 Thread Narpat Mali via lists.openembedded.org
From: Narpat Mali In Django 3.2 before 3.2.20, 4 before 4.1.10, and 4.2 before 4.2.3, EmailValidator and URLValidator are subject to a potential ReDoS (regular expression denial of service) attack via a very large number of domain name labels of emails and URLs. Since, there is no ptest

Re: [oe] [meta-python][kirkstone][PATCH 1/1] python3-django: fix CVE-2023-36053

2023-07-28 Thread Narpat Mali via lists.openembedded.org
On 28-07-2023 06:42, Mittal, Anuj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On Thu, 2023-07-27 at 16:21 +, Narpat Mali via lists.openembedded.org wrote: From: