forked from FRRouting/frr
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Donatas Abraitis <[email protected]>
- Loading branch information
Showing
3 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
frr (9.0.4-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 9.0.4 | ||
|
||
-- Donatas Abraitis <[email protected]> Wed, 11 Sep 2024 10:40:00 +0300 | ||
|
||
frr (9.0.3-0) unstable; urgency=medium | ||
|
||
* New upstream release FRR 9.0.3 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -799,7 +799,32 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons | |
|
||
%changelog | ||
|
||
* Thu Jun 06 2024 Martin Winter <[email protected]> - %{version} | ||
* Wed Sep 11 2024 Martin Winter <[email protected]> - %{version} | ||
|
||
* Wed Sep 11 2024 Donatas Abraitis <[email protected]> - 9.0.4 | ||
- 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 | ||
- Set last reset reason to admin shutdown if it was manually | ||
- isisd | ||
- Fix crash when reading ASLA | ||
- Fix update link params after circuit is up | ||
- Fix crash when calculating the neighbor spanning tree based on the fragmented LSP | ||
- ripd | ||
- Change the start value of sequence 1 to 0 | ||
- tools | ||
- Ignore errors for frr reload stuff | ||
- ospfd | ||
- Fix internal ldp-sync state flags when feature is disabled | ||
- pimd | ||
- Fix crash on non-existent interface | ||
- zebra | ||
- Fix missing static routes | ||
- Ensure non-equal id's are not same nhg's | ||
- ldpd | ||
- Fix wrong gtsm count | ||
|
||
* Thu Jun 06 2024 Jafar Al-Gharaibeh <[email protected]> - 9.0.3 | ||
- bgpd | ||
|