]> git.puffer.fish Git - mirror/frr.git/commitdiff
FRR Release 8.4.7 rc/8.4.7 docker/8.4.7 frr-8.4.7
authorDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 29 Dec 2024 16:37:41 +0000 (18:37 +0200)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Sun, 29 Dec 2024 16:37:41 +0000 (18:37 +0200)
- 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 <donatas@opensourcerouting.org>
configure.ac
debian/changelog
redhat/frr.spec.in

index 64f976251f54d423d61671ea9722efe570b73b5c..1d31731a9a559ef336dc91813f31767e5217374a 100644 (file)
@@ -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"
index 831d77d902bf2b1a03dddc463b2099a27c73d85f..b67669d6c7915733f08d328b7fe24da13916d28e 100644 (file)
@@ -1,3 +1,9 @@
+frr (8.4.7-0) unstable; urgency=medium
+
+  * New upstream release FRR 8.4.7
+
+ -- Donatas Abraitis <donatas@opensourcerouting.org>  Mon, 23 Dec 2024 22:35:00 +0300
+
 frr (8.4.6-0) unstable; urgency=medium
 
   * New upstream release FRR 8.4.6
index 5b348bcedcb1f8d886740d03cb314dcf15c90ab0..4efe27bc51a2d80e7652979a1be06f2756e8fd5e 100644 (file)
@@ -793,7 +793,23 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
 
 %changelog
 
-* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+* Mon Dec 23 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Mon Dec 23 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 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 <donatas@opensourcerouting.org> - 8.4.6
 - bgpd