Skip to content

Commit

Permalink
FRR Release 8.5.7
Browse files Browse the repository at this point in the history
- 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 <donatas@opensourcerouting.org>
  • Loading branch information
ton31337 committed Dec 29, 2024
1 parent f4d813f commit 418db47
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])

AC_INIT([frr], [8.5.6], [https://github.com/frrouting/frr/issues])
AC_INIT([frr], [8.5.7], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
frr (8.5.7-0) unstable; urgency=medium

* New upstream release FRR 8.5.7

-- Donatas Abraitis <donatas@opensourcerouting.org> Mon, 23 Dec 2024 22:35:00 +0300

frr (8.5.6-0) unstable; urgency=medium

* New upstream release FRR 8.5.6
Expand Down
23 changes: 22 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -793,7 +793,28 @@ 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.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

* Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 8.5.6
- isisd
Expand Down

0 comments on commit 418db47

Please sign in to comment.