File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change 77# #
88AC_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] )
1111PACKAGE_URL="https://frrouting.org/"
1212AC_SUBST ( [ PACKAGE_URL] )
1313PACKAGE_FULLNAME="FRRouting"
Original file line number Diff line number Diff line change 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+
17frr (9.0.3-0) unstable; urgency=medium
28
39 * New upstream release FRR 9.0.3
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments