diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 12 | 
3 files changed, 18 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 9b1815fc08..4d6798ca92 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ([2.69]) -AC_INIT([frr], [8.5.5], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.5.6], [https://github.com/frrouting/frr/issues])  PACKAGE_URL="https://frrouting.org/"  AC_SUBST([PACKAGE_URL])  PACKAGE_FULLNAME="FRRouting" diff --git a/debian/changelog b/debian/changelog index abbd033722..f14a40ea66 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.5.6-0) unstable; urgency=medium + +  * New upstream release FRR 8.5.6 + + -- Donatas Abraitis <donatas@opensourcerouting.org>  Wed, 11 Sep 2024 10:40:00 +0300 +  frr (8.5.5-0) unstable; urgency=medium    * New upstream release FRR 8.5.5 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index d1e0288a5b..31c5551216 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -793,7 +793,17 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons  %changelog -* Thu Jun 06 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Wed Sep 11 2024 Donatas Abraitis <donatas@opensourcerouting.org> - 8.5.6 +- isisd +-    Fix update link params after circuit is up +- bgpd +-    Fix crash at no rpki +-    Fix for CVE-2024-44070 +-    Ignore RFC8212 for BGP Confederations +- tools +-    Ignore errors for frr reload stuff  * Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.5.5  - bgpd  | 
