Skip to content

Commit cd39d02

Browse files
committed
FRR Release 10.5.3
bfdd Fix wrong memory free when using ttable code bgpd Add missing peer_flag_send_nhc_attribute for update group flags Check if the nhc length is enough to fill tlv value + tlv header Check more during nlri parsing Fix condition when evaluating paths Fix memory leak in cluster_intern() Fix off-by-one error in flowspec operator array bounds check Fix test for open message with remote-as auto eigrpd Handle the gr neighbor list safely in update_receive lib Fix vty_is_closed() falsely reporting vty_shell as closed Fix zclient crash when many peers reconnect after frr restart nhrpd Correct addrlen check in os_recvmsg() Fix packet and buffer handling errors ospfd Harden te/sr tlv iteration against malformed lengths Reject equal cryptographic sequence numbers Use 32-bit ls update lsa count pimd When address change ensure dr changes too Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent 8d1c670 commit cd39d02

File tree

3 files changed

+34
-2
lines changed

3 files changed

+34
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ([2.69])
99

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

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (10.5.3-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 10.5.3
4+
5+
-- Donatas Abraitis <donatas@opensourcerouting.org> Fri, 13 Mar 2026 02:00:00 -0600
6+
17
frr (10.5.2-0) unstable; urgency=medium
28

39
* New upstream release FRR 10.5.2

redhat/frr.spec.in

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -849,7 +849,33 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
849849

850850
%changelog
851851

852-
* Tue Feb 17 2026 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
852+
* Fri Mar 13 2026 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
853+
854+
* Fri Mar 13 2026 Donatas Abraitis <donatas@opensourcerouting.org> 10.5.3
855+
- bfdd
856+
- Fix wrong memory free when using ttable code
857+
- bgpd
858+
- Add missing peer_flag_send_nhc_attribute for update group flags
859+
- Check if the nhc length is enough to fill tlv value + tlv header
860+
- Check more during nlri parsing
861+
- Fix condition when evaluating paths
862+
- Fix memory leak in cluster_intern()
863+
- Fix off-by-one error in flowspec operator array bounds check
864+
- Fix test for open message with remote-as auto
865+
- eigrpd
866+
- Handle the gr neighbor list safely in update_receive
867+
- lib
868+
- Fix vty_is_closed() falsely reporting vty_shell as closed
869+
- Fix zclient crash when many peers reconnect after frr restart
870+
- nhrpd
871+
- Correct addrlen check in os_recvmsg()
872+
- Fix packet and buffer handling errors
873+
- ospfd
874+
- Harden te/sr tlv iteration against malformed lengths
875+
- Reject equal cryptographic sequence numbers
876+
- Use 32-bit ls update lsa count
877+
- pimd
878+
- When address change ensure dr changes too
853879

854880
* Tue Feb 17 2026 Jafar Al-Gharaibeh <jafar@atcorp.com> - 10.5.2
855881
- New upstream release FRR 10.5.2

0 commit comments

Comments
 (0)