summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonatas Abraitis <donatas@opensourcerouting.org>2024-09-11 11:29:29 +0300
committerDonatas Abraitis <donatas@opensourcerouting.org>2024-09-11 11:29:29 +0300
commit216cc2a3f0313c8611b68bfe471508dd89e6fd4d (patch)
tree72d0b82930032910edc1a2d6fa8783e02208444c
parentc70952802837e9d3e8a30d4638d21c51e047d90b (diff)
FRR Release 9.1.2rc/9.1.2
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
-rw-r--r--redhat/frr.spec.in31
3 files changed, 37 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 82a1fceca6..3e2aa02983 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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"
diff --git a/debian/changelog b/debian/changelog
index f8033324ca..7441ee8a3c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+frr (9.1.2-0) unstable; urgency=medium
+
+ * New upstream release FRR 9.1.2
+
+ -- Donatas Abraitis <donatas@opensourcerouting.org> Wed, 11 Sep 2024 10:40:00 +0300
+
frr (9.1.1-0) unstable; urgency=medium
* New upstream release FRR 9.1.1
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index 051716b253..28529fccfe 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -799,7 +799,36 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons
%changelog
-* Thu Jun 06 2024 Jafar Al-Gharaibeh <jafar@atcorp.com> - %{version}
+* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - %{version}
+
+* Wed Sep 11 2024 Martin Winter <mwinter@opensourcerouting.org> - 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 <jafar@atcorp.com> - 9.1.1
- bgpd