Skip to content

Commit ffbac03

Browse files
committed
FRR Release 9.1.2
Signed-off-by: Donatas Abraitis <[email protected]>
1 parent c709528 commit ffbac03

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-2
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_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])
1111
PACKAGE_URL="https://frrouting.org/"
1212
AC_SUBST([PACKAGE_URL])
1313
PACKAGE_FULLNAME="FRRouting"

debian/changelog

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
frr (9.1.2-0) unstable; urgency=medium
2+
3+
* New upstream release FRR 9.1.2
4+
5+
-- Donatas Abraitis <[email protected]> Wed, 11 Sep 2024 10:40:00 +0300
6+
17
frr (9.1.1-0) unstable; urgency=medium
28

39
* New upstream release FRR 9.1.1

redhat/frr.spec.in

+30-1
Original file line numberDiff line numberDiff 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 <[email protected]> - %{version}
802+
* Wed Sep 11 2024 Martin Winter <[email protected]> - %{version}
803+
804+
* Wed Sep 11 2024 Donatas Abraitis <[email protected]> - 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 <[email protected]> - 9.1.1
805834
- bgpd

0 commit comments

Comments
 (0)