File tree Expand file tree Collapse file tree 3 files changed +37
-2
lines changed
Expand file tree Collapse file tree 3 files changed +37
-2
lines changed Original file line number Diff line number Diff line change 77# #
88AC_PREREQ ( [ 2.69] )
99
10- AC_INIT ( [ frr] , [ 9.1.1 ] , [ https://github.com/frrouting/frr/issues] )
10+ AC_INIT ( [ frr] , [ 9.1.2 ] , [ 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.1.2-0) unstable; urgency=medium
2+
3+ * New upstream release FRR 9.1.2
4+
5+ -- Donatas Abraitis <donatas@opensourcerouting.org> Wed, 11 Sep 2024 10:40:00 +0300
6+
17frr (9.1.1-0) unstable; urgency=medium
28
39 * New upstream release FRR 9.1.1
Original file line number Diff line number Diff line change @@ -799,7 +799,36 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
799799
800800%changelog
801801
802- * Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
802+ * Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
803+
804+ * Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 9.1.2
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+ - Check if we have really enough data before doing memcpy for software version
811+ - Set last reset reason to admin shutdown if it was manually
812+ - isisd
813+ - Fix crash when reading asla
814+ - Add missing `exit` statement
815+ - Fix update link params after circuit is up
816+ - Fix crash when calculating the neighbor spanning tree based on the fragmented LSP
817+ - zebra
818+ - Ensure non-equal id's are not same nhg's
819+ - pimd
820+ - Fix msdp setting of sa->rp
821+ - Fix crash on non-existent interface
822+ - ospfd
823+ - Fix internal ldp-sync state flags when feature is disabled
824+ - zebra
825+ - Fix missing static routes
826+ - Fix to avoid two Vrfs with same table ids
827+ - Fix evpn mh bond member proto reinstall
828+ - ldpd
829+ - Fix wrong gtsm count
830+ - ripd
831+ - Change the start value of sequence 1 to 0
803832
804833* Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 9.1.1
805834- bgpd
You can’t perform that action at this time.
0 commit comments