From 933b8347fb4aadf53bd23aaae6bee6edc6ce72b8 Mon Sep 17 00:00:00 2001 From: Jafar Al-Gharaibeh Date: Wed, 15 Mar 2023 16:42:09 -0500 Subject: [PATCH] FRR Release 8.4.3 This a convenience release/tag for house keeping. We currently don't plan to publish binary packages with this release. Changelog: babeld Fix filtering against all interfaces bgpd Avoid double aspath_dup() for confederation when remote-as != as_specified Convert evpn output to not pretty print json Evpn route detail json display non prett Fix deterministic-med check for stale paths Fix use-after-free crash for evpn Flowspec overflow issue Free rfapi callback object always Increment version number even when no data is sent Intern default-originate attributes to avoid use-after-free Pass global asn for confederation peers if not as_specified Prevent multipathing among evpn and non-evpn paths lib, bgpd Add ability to specify that some json output should not be pretty lib Fix non-use of option Free dnode before returning if yang translator model is already loaded Release memory of yang translation module on error ospfclient Bugfix and no implicit register Remove register "ready" requirement ospfd Compare prefix values in host order Inc. opaque data in `show opaque info detail json` output Small bugfix for miscounting a[s]brs pbrd Fix large tableids displayed as negative pceplib Add include for time_t pimd In_multicast needs host order Make logs useful for input drops Try to reinstall mfc when we get nocache V6 intentionally turned off route-maps. turn it on. tests Check if bgp confederation works with as_external (!as_specified) Improve the ospfapi test (move to square topology) tools Fix missing pbrd in rsyslog.d 45-frr.conf file Frr-reload fix list value not present vrrpd Give null when using null ifp to lookup vr zebrad Add debug for bridge capability Fix other table inactive when ip import-table is on Signed-off-by: Jafar Al-Gharaibeh --- configure.ac | 2 +- debian/changelog | 6 ++++++ redhat/frr.spec.in | 3 +++ 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 66b5e5350e..aaa98632a4 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.4.2], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.4.3], [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 94994575b9..4b84bca4f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.4.3-0) unstable; urgency=medium + + * New upstream release FRR 8.4.3 + + -- Jafar Al-Gharaibeh Wed, 15 Mar 2023 10:00:00 -0600 + frr (8.4.2-0) unstable; urgency=medium * New upstream release FRR 8.4.2 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index cca62444e3..f33abdd0a0 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -795,6 +795,9 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons * Mon Jan 09 2023 Martin Winter - %{version} +* Wed Mar 15 2023 Jafar Al-Gharaibeh - 8.4.3 +- This a convenience release/tag for house keeping + * Mon Jan 09 2023 Jafar Al-Gharaibeh - 8.4.2 - bfdd: fix ipv4 socket source selection - bgpd : fix crash for `set ipv4/ipv6 vpn next-hop` command -- 2.39.5