summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-09-11 11:15:57 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-09-11 11:15:57 +0300
commit6d323ee0e3319cd73afd5e0c62be3a8ee8e8f6fe (patch)
tree522c6f64dd248159cf84441076903e7b3e1f7eba
parentb28f754dcc10739011e03f98fbe5c935aebeafd1 (diff)
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--redhat/frr.spec.in27
3 files changed, 33 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 1b60f96e23..e332073de0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@
##
AC_PREREQ([2.69])
-AC_INIT([frr], [9.0.3], [https://github.com/frrouting/frr/issues])
+AC_INIT([frr], [9.0.4], [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 81e3b5c05a..cd78297a49 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frr (9.0.4-0) unstable; urgency=medium
+
+ * New upstream release FRR 9.0.4
+
+ -- Donatas Abraitis <donatas@opensourcerouting.org> Wed, 11 Sep 2024 10:40:00 +0300
+
frr (9.0.3-0) unstable; urgency=medium
* New upstream release FRR 9.0.3
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index ba08679d58..dd16cf38fe 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -799,7 +799,32 @@ 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> - 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 <jafar@atcorp.com> - 9.0.3
- bgpd