Skip to content

Commit

Permalink
FRR Release 9.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
  • Loading branch information
ton31337 committed Sep 11, 2024
1 parent c709528 commit ffbac03
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])

AC_INIT([frr], [9.1.1], [https://github.com/frrouting/frr/issues])
AC_INIT([frr], [9.1.2], [https://github.com/frrouting/frr/issues])
PACKAGE_URL="https://frrouting.org/"
AC_SUBST([PACKAGE_URL])
PACKAGE_FULLNAME="FRRouting"
Expand Down
6 changes: 6 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
frr (9.1.2-0) unstable; urgency=medium

* New upstream release FRR 9.1.2

-- Donatas Abraitis <[email protected]> Wed, 11 Sep 2024 10:40:00 +0300

frr (9.1.1-0) unstable; urgency=medium

* New upstream release FRR 9.1.1
Expand Down
31 changes: 30 additions & 1 deletion redhat/frr.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,36 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons

%changelog

* Thu Jun 06 2024 Jafar Al-Gharaibeh <[email protected]> - %{version}
* Wed Sep 11 2024 Martin Winter <[email protected]> - %{version}

* Wed Sep 11 2024 Donatas Abraitis <[email protected]> - 9.1.2
- bgpd
- Fix crash at no rpki
- Fix, do not access peer->notify.data when it is null
- Fix for CVE-2024-44070
- Ignore RFC8212 for BGP Confederations
- Check if we have really enough data before doing memcpy for software version
- Set last reset reason to admin shutdown if it was manually
- isisd
- Fix crash when reading asla
- Add missing `exit` statement
- Fix update link params after circuit is up
- Fix crash when calculating the neighbor spanning tree based on the fragmented LSP
- zebra
- Ensure non-equal id's are not same nhg's
- pimd
- Fix msdp setting of sa->rp
- Fix crash on non-existent interface
- ospfd
- Fix internal ldp-sync state flags when feature is disabled
- zebra
- Fix missing static routes
- Fix to avoid two Vrfs with same table ids
- Fix evpn mh bond member proto reinstall
- ldpd
- Fix wrong gtsm count
- ripd
- Change the start value of sequence 1 to 0

* Thu Jun 06 2024 Jafar Al-Gharaibeh <[email protected]> - 9.1.1
- bgpd
Expand Down

0 comments on commit ffbac03

Please sign in to comment.