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 7
7
# #
8
8
AC_PREREQ ( [ 2.69] )
9
9
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] )
11
11
PACKAGE_URL="https://frrouting.org/"
12
12
AC_SUBST ( [ PACKAGE_URL] )
13
13
PACKAGE_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
+
1
7
frr (9.0.3-0) unstable; urgency=medium
2
8
3
9
* 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
799
799
800
800
%changelog
801
801
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
803
828
804
829
* Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.0.3
805
830
- bgpd
You can’t perform that action at this time.
0 commit comments