Skip to content

Commit 6a18454

Browse files
committed
FRRouting Release 3.0.4
Changes since 3.0.3: - Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling - ospfd: allow multiple options in the redistribute command Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
1 parent 2c85480 commit 6a18454

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
##
88
AC_PREREQ(2.60)
99

10-
AC_INIT(frr, 3.0.3, [https://github.com/frrouting/frr/issues])
10+
AC_INIT(frr, 3.0.4, [https://github.com/frrouting/frr/issues])
1111
PACKAGE_URL="https://frrouting.org/"
1212
PACKAGE_FULLNAME="FRRouting"
1313
AC_SUBST(PACKAGE_FULLNAME)

debianpkg/changelog.in

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
frr (@VERSION@) RELEASED; urgency=medium
22

3+
* Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC) handling
4+
* ospfd: allow multiple options in the redistribute command
5+
6+
-- FRRouting-Dev <dev@lists.frrouting.org> Tue, 8 Jan 2019 09:48:00 +0100
7+
8+
frr (3.0.3-0) RELEASED; urgency=medium
9+
310
* Added Ubuntu 17.10 Backport
411
* Fixes for GCC 7.0
512
* Always enable watchfrr on new installation (req for systemd operation)

redhat/frr.spec.in

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -578,7 +578,14 @@ rm -rf %{buildroot}
578578
%endif
579579

580580
%changelog
581-
* Tue Jan 9 2018 Martin Winter <mwinter@opensourcerouting.org> - %{version}
581+
%changelog
582+
* Tue Jan 8 2019 Martin Winter <mwinter@opensourcerouting.org> - %{version}
583+
- Security Issue (Denial of Service): Fix BGP Attribute 255 (experimental VNC)
584+
handling
585+
- redhat: Fix missing lib_fpm in rpm packaging
586+
- ospfd: allow multiple options in the redistribute command
587+
588+
* Tue Jan 9 2018 Martin Winter <mwinter@opensourcerouting.org> - 3.0.3
582589
- Fixes for GCC 7.0
583590
- Always enable watchfrr on new installation (req for systemd operation)
584591
- Add 'no password' command (with warning)

0 commit comments

Comments
 (0)