From 64d2196e59a7a304266e8a1b80c822d0d62fdc20 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Wed, 11 Sep 2024 10:52:19 +0300 Subject: [PATCH] FRR Release 8.5.6 Signed-off-by: Donatas Abraitis --- configure.ac | 2 +- debian/changelog | 6 ++++++ redhat/frr.spec.in | 12 +++++++++++- 3 files changed, 18 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 9b1815fc08..4d6798ca92 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.5.5], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.5.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 abbd033722..f14a40ea66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.5.6-0) unstable; urgency=medium + + * New upstream release FRR 8.5.6 + + -- Donatas Abraitis Wed, 11 Sep 2024 10:40:00 +0300 + frr (8.5.5-0) unstable; urgency=medium * New upstream release FRR 8.5.5 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index d1e0288a5b..31c5551216 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -793,7 +793,17 @@ 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.5.6 +- isisd +- Fix update link params after circuit is up +- bgpd +- Fix crash at no rpki +- Fix for CVE-2024-44070 +- Ignore RFC8212 for BGP Confederations +- tools +- Ignore errors for frr reload stuff * Thu Jun 06 2024 Jafar Al-Gharaibeh - 8.5.5 - bgpd -- 2.39.5