Skip to content

Commit 6d323ee

Browse files
committed
FRR Release 9.0.4
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
1 parent b28f754 commit 6d323ee

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-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], [9.0.3], [https://github.com/frrouting/frr/issues])
10+
AC_INIT([frr], [9.0.4], [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 (9.0.4-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 9.0.4
4+
5+
-- Donatas Abraitis <donatas@opensourcerouting.org> Wed, 11 Sep 2024 10:40:00 +0300
6+
17
frr (9.0.3-0) unstable; urgency=medium
28

39
* New upstream release FRR 9.0.3

redhat/frr.spec.in

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -799,7 +799,32 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
799799

800800
%changelog
801801

802-
* Thu Jun 06 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
802+
* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
803+
804+
* Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 9.0.4
805+
- bgpd
806+
- Fix crash at no rpki
807+
- Fix, do not access peer->notify.data when it is null
808+
- Fix for CVE-2024-44070
809+
- Ignore RFC8212 for BGP Confederations
810+
- Set last reset reason to admin shutdown if it was manually
811+
- isisd
812+
- Fix crash when reading ASLA
813+
- Fix update link params after circuit is up
814+
- Fix crash when calculating the neighbor spanning tree based on the fragmented LSP
815+
- ripd
816+
- Change the start value of sequence 1 to 0
817+
- tools
818+
- Ignore errors for frr reload stuff
819+
- ospfd
820+
- Fix internal ldp-sync state flags when feature is disabled
821+
- pimd
822+
- Fix crash on non-existent interface
823+
- zebra
824+
- Fix missing static routes
825+
- Ensure non-equal id's are not same nhg's
826+
- ldpd
827+
- Fix wrong gtsm count
803828

804829
* Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0.3
805830
- bgpd

0 commit comments

Comments
 (0)