[oe] [meta-networking][PATCH] frr: update 9.1 to 10.0

2024-06-05 Thread Jonas Gorski
Update FRR from version 9.1 to newest 10.0. Signed-off-by: Jonas Gorski --- .../recipes-protocols/frr/{frr_9.1.bb => frr_10.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-protocols/frr/{frr_9.1.bb => frr_10.0.bb} (98%) diff --git

[oe] [meta-networking][PATCH] frr: fix CVEs CVE-2023-4675{2,3} and CVE-2023-4723{4,5}

2023-11-22 Thread Jonas Gorski
/detail/CVE-2023-46753 https://nvd.nist.gov/vuln/detail/CVE-2023-47234 https://nvd.nist.gov/vuln/detail/CVE-2023-47235 Signed-off-by: Jonas Gorski --- .../frr/frr/CVE-2023-46752.patch | 125 ++ .../frr/frr/CVE-2023-46753.patch | 117 .../frr

[oe] [meta-networking][kirkstone,mickledore][PATCH] keepalived: fix CVE-2021-44225

2023-09-22 Thread Jonas Gorski
. References: https://nvd.nist.gov/vuln/detail/CVE-2021-44225 https://github.com/acassen/keepalived/pull/2063 Signed-off-by: Jonas Gorski --- Since both kirkstone and mickledore use 2.2.2, and their recipes are identical, the patch applies to both. Only build and runtested on kirkstone though

[oe] [meta-networking][PATCH v3] frr: upgrade 8.4.4 -> 9.0.1

2023-09-22 Thread Jonas Gorski
/frr-9.0.1 https://github.com/FRRouting/frr/commit/31ed3dd753d62b5d8916998bc32814007e91364b https://github.com/FRRouting/frr/releases/tag/frr-9.0 https://github.com/FRRouting/frr/commit/2863e7efbcd0cbfbd41d3be04c660d77df65d0ea Signed-off-by: Jonas Gorski --- v2 -> v3: * disable -fcanon-prefix-

Re: [oe] [meta-networking][PATCH v2] frr: upgrade 8.4.4 -> 9.0.1

2023-09-22 Thread Jonas Gorski
Am Fr., 22. Sept. 2023 um 11:47 Uhr schrieb Jonas Gorski : > > Am Fr., 22. Sept. 2023 um 10:25 Uhr schrieb Jonas Gorski > : > > > > Hi, > > > > Am Do., 21. Sept. 2023 um 23:34 Uhr schrieb Khem Raj : > > > > > > seeing a build error on AB >

Re: [oe] [meta-networking][PATCH v2] frr: upgrade 8.4.4 -> 9.0.1

2023-09-22 Thread Jonas Gorski
Am Fr., 22. Sept. 2023 um 10:25 Uhr schrieb Jonas Gorski : > > Hi, > > Am Do., 21. Sept. 2023 um 23:34 Uhr schrieb Khem Raj : > > > > seeing a build error on AB > > > > | vtysh/vtysh_cmd.c:9:8: error: 'VTYSH_LIB' undeclared here (not in a > >

Re: [oe] [meta-networking][PATCH v2] frr: upgrade 8.4.4 -> 9.0.1

2023-09-22 Thread Jonas Gorski
Hi, Am Do., 21. Sept. 2023 um 23:34 Uhr schrieb Khem Raj : > > seeing a build error on AB > > | vtysh/vtysh_cmd.c:9:8: error: 'VTYSH_LIB' undeclared here (not in a > function); did you mean 'VTYSH_RIPD'? > | 9 | DEFSH (VTYSH_LIB, accept_lifetime_day_month_day_month_cmd_vtysh, > | |

[oe] [meta-networking][PATCH v2] frr: upgrade 8.4.4 -> 9.0.1

2023-09-21 Thread Jonas Gorski
/frr-9.0.1 https://github.com/FRRouting/frr/commit/31ed3dd753d62b5d8916998bc32814007e91364b https://github.com/FRRouting/frr/releases/tag/frr-9.0 https://github.com/FRRouting/frr/commit/2863e7efbcd0cbfbd41d3be04c660d77df65d0ea Signed-off-by: Jonas Gorski --- v1 -> v2: * actually include the

Re: [oe] [meta-networking][PATCH] frr: upgrade 8.4.4 -> 9.0.1

2023-09-21 Thread Jonas Gorski
Am Do., 21. Sept. 2023 um 09:05 Uhr schrieb Jonas Gorski : > > Upgrade FRR to 9.0.1: > > * drop all existing patches since they are included in 9.0.1 > * add a patch fixing (harmless) error messages in log > * license files moved to doc/licenses > * protobuf-c-native (for p

[oe] [meta-networking][PATCH] frr: upgrade 8.4.4 -> 9.0.1

2023-09-21 Thread Jonas Gorski
/frr-9.0.1 https://github.com/FRRouting/frr/commit/31ed3dd753d62b5d8916998bc32814007e91364b https://github.com/FRRouting/frr/releases/tag/frr-9.0 https://github.com/FRRouting/frr/commit/2863e7efbcd0cbfbd41d3be04c660d77df65d0ea Signed-off-by: Jonas Gorski --- Build tested and slightly runtested on

[oe] [meta-oe][PATCH] abseil-cpp: do not enforce -mfpu=neon on arm

2022-06-16 Thread Jonas Gorski
grpc due to use of illegal instructions. Signed-off-by: Jonas Gorski --- Patch is based on master. This at least also affects kirkstone, but doesn't dunfell. Have not checked any of the releases in between. .../0001-absl-always-use-asm-sgidefs.h.patch | 8 ++-- ...e-maes-option-from-