From eb89d1b463e86dce2281e347533dd8d494b4a1e8 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Fri, 13 Sep 2024 22:21:40 +0300 Subject: [PATCH] FRR Release 8.4.6 - bgpd - Fix for CVE-2024-44070 - Fix crash at no rpki - isisd - Fix update link params after circuit is up - tools - Ignore errors for frr reload stuff Signed-off-by: Donatas Abraitis --- configure.ac | 2 +- debian/changelog | 6 ++++++ redhat/frr.spec.in | 11 ++++++++++- 3 files changed, 17 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 77df510d0a..64f976251f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.4.5], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.4.6], [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST([PACKAGE_URL]) PACKAGE_FULLNAME="FRRouting" diff --git a/debian/changelog b/debian/changelog index f73b69d110..831d77d902 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.4.6-0) unstable; urgency=medium + + * New upstream release FRR 8.4.6 + + -- Donatas Abraitis Wed, 11 Sep 2024 10:40:00 +0300 + frr (8.4.5-0) unstable; urgency=medium * New upstream release FRR 8.4.5 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 822115f5d3..5b348bcedc 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -793,7 +793,16 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Thu Jun 06 2024 Martin Winter - %{version} +* Wed Sep 11 2024 Martin Winter - %{version} + +* Wed Sep 11 2024 Donatas Abraitis - 8.4.6 +- bgpd +- Fix for CVE-2024-44070 +- Fix crash at no rpki +- isisd +- Fix update link params after circuit is up +- tools +- Ignore errors for frr reload stuff * Thu Jun 06 2024 Jafar Al-Gharaibeh - 8.4.5 - babeld -- 2.39.5