summaryrefslogtreecommitdiff
path: root/redhat/frr.spec.in
diff options
context:
space:
mode:
authorMartin Winter <mwinter@opensourcerouting.org>2019-01-08 00:29:22 -0800
committerMartin Winter <mwinter@opensourcerouting.org>2019-01-08 00:29:22 -0800
commit1bdbe6ef03e18f99fb31e3d959d2c42eabcf1574 (patch)
tree03008dbcb497e4f30a29a3d27a46bd4928fb0b56 /redhat/frr.spec.in
parent036eac64e01575cd2657c37327cdbc7b994fff26 (diff)
FRRouting Release 6.0.2frr-6.0.2
This is a maintenance release for a security (Denial of Service) issue found with the expermimental BGP VNC Attribute (255). Other experiments using the same attribute may bring down BGP peers if they are malformed for the VNC parsing. (As required by RFC). The update disables the parsing of the VNC attribute by default to avoid this. Beside this change, this release is similar to 6.0.1 Major Changes since 6.0 (already in 6.0.1) - New Debian Package structure without backports - Fix Memory Leak on FreeBSD - Fix BGP unnumbered peer setup - Various fixes for label manager - Various other fixes Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
Diffstat (limited to 'redhat/frr.spec.in')
-rw-r--r--redhat/frr.spec.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/redhat/frr.spec.in b/redhat/frr.spec.in
index f533f9f4a9..4e68365362 100644
--- a/redhat/frr.spec.in
+++ b/redhat/frr.spec.in
@@ -663,7 +663,11 @@ fi
%changelog
-* Sat Dec 29 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
+
+* Sat Dec 29 2018 Martin Winter <mwinter@opensourcerouting.org> - 6.0.1
- Various fixes for label manager
- Fix BGP unnumbered peer setup
- Various other fixes