Skip to content

Commit 1ac3045

Browse files
committed
FRR Release 8.5.7
- bgpd - Fix memory leak when creating BMP connection with a source interface - Include structure when installing End.DT4/6 SID - Include structure when installing End.DT46 SID - Include structure when removing End.DT4/6 SID - Include structure when removing End.DT46 SID - lib - Include SID structure in seg6local nexthop - Take ge/le into consideration when checking the prefix with the prefix-list - ospfd - Fix heap corruption vulnerability when parsing SR-Algorithm TLV - pimd - Fix access-list memory leak in pimd - zebra - Add missing proto translations - Correctly report metrics - Fix crash during reconnect - Fix snmp walk of zebra rib - Let's use memset instead of walking bytes and setting to 0 Signed-off-by: Donatas Abraitis <[email protected]>
1 parent 2c3d4a5 commit 1ac3045

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.69])
99

10-
AC_INIT([frr], [8.5.6], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [8.5.7], [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (8.5.7-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 8.5.7
4+
5+
-- Donatas Abraitis <[email protected]> Mon, 23 Dec 2024 22:35:00 +0300
6+
17
frr (8.5.6-0) unstable; urgency=medium
28

39
* New upstream release FRR 8.5.6

redhat/frr.spec.in

+22-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,28 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
793793

794794
%changelog
795795

796-
* Wed Sep 11 2024 Martin Winter <[email protected]> - %{version}
796+
* Mon Dec 23 2024 Martin Winter <[email protected]> - %{version}
797+
798+
* Mon Dec 23 2024 Donatas Abraitis <[email protected]> - 8.5.7
799+
- bgpd
800+
- Fix memory leak when creating BMP connection with a source interface
801+
- Include structure when installing End.DT4/6 SID
802+
- Include structure when installing End.DT46 SID
803+
- Include structure when removing End.DT4/6 SID
804+
- Include structure when removing End.DT46 SID
805+
- lib
806+
- Include SID structure in seg6local nexthop
807+
- Take ge/le into consideration when checking the prefix with the prefix-list
808+
- ospfd
809+
- Fix heap corruption vulnerability when parsing SR-Algorithm TLV
810+
- pimd
811+
- Fix access-list memory leak in pimd
812+
- zebra
813+
- Add missing proto translations
814+
- Correctly report metrics
815+
- Fix crash during reconnect
816+
- Fix snmp walk of zebra rib
817+
- Let's use memset instead of walking bytes and setting to 0
797818

798819
* Wed Sep 11 2024 Donatas Abraitis <[email protected]> - 8.5.6
799820
- isisd

0 commit comments

Comments
 (0)