diff options
| author | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-03-15 16:53:12 -0500 |
|---|---|---|
| committer | Jafar Al-Gharaibeh <jafar@atcorp.com> | 2023-03-15 16:53:12 -0500 |
| commit | e5bda76eb9d595e99f6c21ed0820a5eaf0ad584b (patch) | |
| tree | 081b9dbc911d29467bf434ce973e6a5ddfc5dce6 | |
| parent | 65810cc44dfe4ff548869ff51863b2eb50635351 (diff) | |
FRR Release 8.3.2frr-8.3.2
This a convenience release/tag for house keeping. We currently don't plan to publish
binary packages with this release.
Changelog:
bgpd
Allow `network xxx` to work with bgp suppress-fib-pending
Ensure frr has enough data to read 2 bytes in bgp_open_option_parse
Ensure frr has enough data to read 2 bytes in peek_for_as4_capability
Ensure that bgp open message stream has enough data to read
Fix "no match rpki" in route-map
Fix crash for `set ipv4/ipv6 vpn next-hop` command
Fix display bgp large-community exact-match
Flowspec overflow issue
Make sure hdr length is at a minimum of what is expected
Release rcu lock in bgp keepalive pthread
doc
Add `neighbor peer extended-optional-parameters` command
docker
Keep and copy .apk files after they are built
isisd
Ensure rcap is freed in error case
lib
Disable vrf before terminating interfaces
Free some memory in scripting subsystem at shutdown
ospfclient
Add 'wait,<seconds>' action to ospfclient.py - for testing
Ensure ospf_apiclient_lsa_originate cannot accidently write into stack
ospfd
Allow for zero length opaque lsas (which is permitted per rfc 5250)
Fix rfc conformance test cases 25.19 and 27.6
Fixing memleak.
revert "doc
Add `neighbor peer extended-optional-parameters` command"
ripd
Cleanup memory allocations on shutdown
ripngd
Cleanup memory allocations on shutdown
staticd
Clean up zclient on shutdown
tools
Apply black formatting for frr-reload.py
Handle sequence numbers for bgp community (large/ext) in frr-reload.py
topotests
Ospfapi - enahnce test to cover explicit delete and 0 len opaque lsas
zebrad
Cleanup memory leaks on shutdown
Zrouter.mh_info is leaked on shutdown
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 5 |
3 files changed, 11 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 0ce63282b8..a854a47f29 100644 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ([2.69]) -AC_INIT([frr], [8.3.1], [https://github.com/frrouting/frr/issues]) +AC_INIT([frr], [8.3.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 5be8bac211..a1ed4f33ce 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +frr (8.3-2) unstable; urgency=medium + + * New upstream release FRR 8.3.2 + + -- Jafar Al-Gharaibeh <jafar@atcorp.com> Wed, 15 Mar 2023 10:00:00 -0600 + frr (8.3.1-0) unstable; urgency=medium * bgpd: Do not announce routes that are conditionally withdrawn (a gap between conditional advertisement interval) diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index aa72e9605f..28fa333f2a 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -779,7 +779,10 @@ sed -i 's/ -M rpki//' %{_sysconfdir}/frr/daemons %changelog -* Wed Jul 13 2022 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Wed Mar 15 2023 Martin Winter <mwinter@opensourcerouting.org> - %{version} + +* Wed Mar 15 2023 Jafar Al-Gharaibeh <jafar@atcorp.com> - 8.3.2 +- This a convenience release/tag for house keeping * Tue Aug 30 2022 Donatas Abraitis <donatas@opensourcerouting.org> - 8.3.1 - bgpd |
