Hello community,

here is the log from the commit of package frr for openSUSE:Factory checked in 
at 2020-02-05 19:41:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frr (Old)
 and      /work/SRC/openSUSE:Factory/.frr.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frr"

Wed Feb  5 19:41:51 2020 rev:2 rq:770084 version:7.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/frr/frr.changes  2020-02-04 19:52:03.281276156 
+0100
+++ /work/SRC/openSUSE:Factory/.frr.new.26092/frr.changes       2020-02-05 
19:41:54.331273510 +0100
@@ -1,0 +2,44 @@
+Sat Jan 18 20:25:42 UTC 2020 - Martin Hauke <[email protected]>
+
+- Update to version 7.2.1:
+  BGPd
+  * Fix Addpath issue
+  * Do not apply eBGP policy for iBGP peers
+  * Show ip and fqdn in json output for show [ip] bgp <route> json
+  * Fix large route-distinguisher's format
+  * Fix no bgp listen range ... configuration command
+  * Autocomplete neighbor for clear bgp
+  * Reflect the distance in RIB when it is changed for an
+    arbitrary afi/safi
+  * Notify "Peer De-configured" after entering 'no neighbor cmd
+  * Fix per afi/safi addpath peer counting
+  * Rework BGP dampening to be per AFI/SAFI
+  * Do not send next-hop as :: in MP_REACH_NLRI if no link-local
+    exists
+  * Override peer's TTL only if peer-group is configured with TTL
+  * Remove error message for unkown afi/safi combination
+  * Keep the session down if maximum-prefix is reached
+  OSPFd
+  * Fix BFD down not tearing down OSPF adjacency for
+    point-to-point net
+  BFDd
+  * Fix multiple VRF handling
+  * VRF security improvement
+  PIMd
+  * Fix rp crash
+  NHRPd
+  * Make sure no ip nhrp map <something> works as expected
+  LDPd
+  * Add missing sanity check in the parsing of label messages
+  Zebra
+  * Use correct state when installing evpn macs
+  * Capture dplane plugin flags
+  lib
+  * Fix interface config when vrf changes
+  * Fix Interface Infinite Loop Walk (for special interfaces such
+    as bond)
+  Others
+  * Rename man pages (to avoid conflicts with other packages)
+  * Various other fixes for code cleanup and memory leaks
+
+-------------------------------------------------------------------

Old:
----
  frr-frr7.2.tar.xz

New:
----
  frr-7.2.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ frr.spec ++++++
--- /var/tmp/diff_new_pack.pEq8vs/_old  2020-02-05 19:41:55.783274202 +0100
+++ /var/tmp/diff_new_pack.pEq8vs/_new  2020-02-05 19:41:55.803274211 +0100
@@ -29,14 +29,14 @@
 %define frr_daemondir %{_prefix}/lib/frr
 
 Name:           frr
-Version:        7.2
+Version:        7.2.1
 Release:        0
 Summary:        FRRouting Routing daemon
 License:        GPL-2.0-or-later and LGPL-2.1-or-later
 Group:          Productivity/Networking/System
 URL:            https://www.frrouting.org
 #Git-Clone:     https://github.com/FRRouting/frr.git
-Source:         %{name}-%{name}%{version}.tar.xz
+Source:         
https://github.com/FRRouting/frr/archive/%{name}-%{version}.tar.gz
 Source1:        %{name}-tmpfiles.d
 Patch0:         fix_tests.patch
 BuildRequires:  %{python_module Sphinx}
@@ -149,7 +149,7 @@
 developing OSPF-API and frr applications.
 
 %prep
-%setup -q -n %{name}-%{name}%{version}
+%setup -q -n %{name}-%{name}-%{version}
 %patch0
 
 %build


Reply via email to