diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 11 | 
3 files changed, 17 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 77df510d0a..64f976251f 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@  ##  AC_PREREQ([2.69]) -AC_INIT([frr], [8.4.5], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.4.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 f73b69d110..831d77d902 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.4.6-0) unstable; urgency=medium + +  * New upstream release FRR 8.4.6 + + -- Donatas Abraitis <donatas@opensourcerouting.org>  Wed, 11 Sep 2024 10:40:00 +0300 +  frr (8.4.5-0) unstable; urgency=medium    * New upstream release FRR 8.4.5 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index 822115f5d3..5b348bcedc 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -793,7 +793,16 @@ 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.4.6 +- bgpd +-    Fix for CVE-2024-44070 +-    Fix crash at no rpki +- isisd +-    Fix update link params after circuit is up +- tools +-    Ignore errors for frr reload stuff  * Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.4.5  - babeld  | 
