diff options
| author | Martin Winter <mwinter@opensourcerouting.org> | 2019-01-08 01:30:08 -0800 |
|---|---|---|
| committer | Martin Winter <mwinter@opensourcerouting.org> | 2019-01-08 01:30:08 -0800 |
| commit | b29e32253f51f392b77a461cd509453e967c7ccd (patch) | |
| tree | 5690c3137eed84d6327a7e0b83d4fcb51bf03dd7 | |
| parent | 96efdcb9e5700ac9e93ae0d760206cda94426f5e (diff) | |
FRRouting Release 4.0.1frr-4.0.1stable/4.0
Changes since 4.0:
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental
VNC) handling
- Fix for large AS paths
- Add json support to "show ip route" command
- bgpd: fix rpki segfault
- bgpd: fix rpki validation for ipv6
- Fix for crash with p2p interfaces on *BSD
- Fix for crash with some IPv6 tunnels
- Run WatchFRR by default on systems with systemd
- isisd: Fixed the way isis reads from bpf
- Add backport to build FRR on Sonic Debian
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
| -rwxr-xr-x | configure.ac | 2 | ||||
| -rw-r--r-- | debianpkg/changelog.in | 15 | ||||
| -rw-r--r-- | redhat/frr.spec.in | 14 |
3 files changed, 29 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 196830a032..688b903b02 100755 --- a/configure.ac +++ b/configure.ac @@ -7,7 +7,7 @@ ## AC_PREREQ(2.60) -AC_INIT(frr, 4.0, [https://github.com/frrouting/frr/issues]) +AC_INIT(frr, 4.0.1, [https://github.com/frrouting/frr/issues]) PACKAGE_URL="https://frrouting.org/" AC_SUBST(PACKAGE_URL) PACKAGE_FULLNAME="FRRouting" diff --git a/debianpkg/changelog.in b/debianpkg/changelog.in index fdea8ca2f1..9c45edb9e9 100644 --- a/debianpkg/changelog.in +++ b/debianpkg/changelog.in @@ -1,5 +1,20 @@ frr (@VERSION@) RELEASED; urgency=medium + * Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling + * Fix for large AS paths + * Add json support to "show ip route" command + * bgpd: fix rpki segfault + * bgpd: fix rpki validation for ipv6 + * Fix for crash with p2p interfaces on *BSD + * Fix for crash with some IPv6 tunnels + * Run WatchFRR by default on systems with systemd + * isisd: Fixed the way isis reads from bpf + * Add backport to build FRR on Sonic Debian + + -- FRRouting-Dev <dev@lists.frrouting.org> Tue, 8 Jan 2019 09:48:00 +0100 + +frr (4.0-1) RELEASED; urgency=medium + * ISIS-MT - https://tools.ietf.org/html/rfc5120 * BGP - RPKI (RFC 6810) * BGP - v4 labeled unicast as per RFC 3107 diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in index ecf5f63dff..2a613229a9 100644 --- a/redhat/frr.spec.in +++ b/redhat/frr.spec.in @@ -621,7 +621,19 @@ rm -rf %{buildroot} %endif %changelog -* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version} +* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version} +- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) + handling +- Fix for large AS paths +- Add json support to "show ip route" command +- bgpd: fix rpki segfault +- bgpd: fix rpki validation for ipv6 +- Fix for crash with p2p interfaces on *BSD +- Fix for crash with some IPv6 tunnels +- Run WatchFRR by default on systems with systemd +- isisd: Fixed the way isis reads from bpf + +* Sun May 20 2018 Martin Winter <mwinter@opensourcerouting.org> - 4.0 - Fixed RPKI RPM build * Sun Mar 11 2018 Martin Winter <mwinter@opensourcerouting.org> |
