From e6008aaeebd6852470d89c0bb6e82fb820e02dae Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sun, 29 Dec 2024 18:37:41 +0200 Subject: [PATCH] FRR Release 8.4.7 - bgpd - Add `bgp ipv6-auto-ra` command - Include structure when removing End.DT4/6 SID - Include structure when installing End.DT4/6 SID - lib - Include SID structure in seg6local nexthop - ospfd - Fix heap corruption vulnerability when parsing SR-Algorithm TLV - zebra - Fix crash during reconnect - Add missing proto translations - Correctly report metrics - Let's use memset instead of walking bytes and setting to 0 - Fix snmp walk of zebra rib Signed-off-by: Donatas Abraitis --- configure.ac | 2 +- debian/changelog | 6 ++++++ redhat/frr.spec.in | 18 +++++++++++++++++- 3 files changed, 24 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 64f976251f..1d31731a9a 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.4.6], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.4.7], [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 831d77d902..b67669d6c7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.4.7-0) unstable; urgency=medium + + * New upstream release FRR 8.4.7 + + -- Donatas Abraitis Mon, 23 Dec 2024 22:35:00 +0300 + frr (8.4.6-0) unstable; urgency=medium * New upstream release FRR 8.4.6 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 5b348bcedc..4efe27bc51 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -793,7 +793,23 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Wed Sep 11 2024 Martin Winter - %{version} +* Mon Dec 23 2024 Martin Winter - %{version} + +* Mon Dec 23 2024 Donatas Abraitis - 8.4.7 +- bgpd +- Add `bgp ipv6-auto-ra` command +- Include structure when removing End.DT4/6 SID +- Include structure when installing End.DT4/6 SID +- lib +- Include SID structure in seg6local nexthop +- ospfd +- Fix heap corruption vulnerability when parsing SR-Algorithm TLV +- zebra +- Fix crash during reconnect +- Add missing proto translations +- Correctly report metrics +- Let's use memset instead of walking bytes and setting to 0 +- Fix snmp walk of zebra rib * Wed Sep 11 2024 Donatas Abraitis - 8.4.6 - bgpd -- 2.39.5