Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package frr for openSUSE:Factory checked in 
at 2026-02-26 18:59:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/frr (Old)
 and      /work/SRC/openSUSE:Factory/.frr.new.29461 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "frr"

Thu Feb 26 18:59:45 2026 rev:42 rq:1335260 version:10.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/frr/frr.changes  2026-02-16 13:19:40.483951272 
+0100
+++ /work/SRC/openSUSE:Factory/.frr.new.29461/frr.changes       2026-02-26 
18:59:53.293642906 +0100
@@ -1,0 +2,38 @@
+Sat Feb 14 18:35:06 UTC 2026 - Erico Mendonca <[email protected]>
+
+- Bumping version to 10.5.1.
+- new module: PIM MLAG Active-Active support (mlab_pb0)
+- removed module: zebra_irdp (replaced by dpdk)
+- bgpd
+ - Allow proper shutdown of bgp dynamic peers in rare case
+ - Check length for dynamic capability (software version new encoding)
+ - Correction in json output structure for no data case
+ - Fix labeled unicast inbound policy lookup
+ - Fix labeled-unicast output
+ - Fix maximum-prefix session recovery for peers and peer-groups
+ - Fix memory leak in bgp nhc tlv processing
+ - Fix route node lock leak in nht resolved prefix marking
+ - Fix srv6-only command defaulted when 'no segment-routing ipv6'
+ - Send route-refresh and/or trigger soft reconfig on enforce-first-as
+ - Try to handle software version capability with the new encoding format
+- isisd
+ - Use ipv6 mtid for srv6 locator tlvs when ipv6 mt is enabled
+
+- pimd
+ - Add pim_debug_pim_reg protection for pim register stop debug message
+ - Crash while trying mroute_read when fd=-1
+ - Df election on zebra peer down synced to the mlag peer
+ - Fix for mc frame loss in a sequential traffic test
+ - Fix pim mlag update peer zebra status upon local mlag connection restoration
+ - Fix warnings for pimd
+ - Crash when pimreg interface not present
+ - Crashed because of indexing invalid index in an array
+ - Prevent crash on interface removal
+
+- vrrpd
+ - vrrp interface delete fails to free connected route
+
+- zebrad
+ - Fix crash due to lack of control of received number of srv6 sid from netlink
+
+-------------------------------------------------------------------

Old:
----
  frr-10.2.1.tar.gz

New:
----
  frr-10.5.1.tar.gz

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

Other differences:
------------------
++++++ frr.spec ++++++
--- /var/tmp/diff_new_pack.F3Zpfj/_old  2026-02-26 18:59:54.209681128 +0100
+++ /var/tmp/diff_new_pack.F3Zpfj/_new  2026-02-26 18:59:54.213681295 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package frr
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 SUSE LLC and contributors
 # Copyright (c) 2019-2021, Martin Hauke <[email protected]>
 #
 # All modifications and additions to the file contributed by third parties
@@ -33,7 +33,7 @@
 %define frr_daemondir %{_prefix}/lib/frr
 
 Name:           frr
-Version:        10.2.1
+Version:        10.5.1
 Release:        0
 Summary:        The FRRouting Protocol Suite
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -89,7 +89,8 @@
 Requires(preun): %{install_info_prereq}
 # /usr/lib/frr/*.sh aka service macros need:
 %{?systemd_ordering}
-Requires:         grep util-linux
+Requires:       grep
+Requires:       util-linux
 Requires(pre):    grep util-linux
 Requires(post):   grep util-linux
 Requires(preun):  grep util-linux
@@ -189,9 +190,16 @@
 Summary:        FRRouting utility library
 Group:          System/Libraries
 
+%package -n libmlag_pb0
+Summary:        FRRouting utility library
+Group:          System/Libraries
+
 %description -n libmgmt_be_nb0
 This library contains part of the mgmt_be implementation of FRRouting.
 
+%description -n libmlag_pb0
+This library contains part of the mlag_pb implementation of FRRouting.
+
 %package devel
 Summary:        Header and object files for frr development
 Group:          Development/Libraries/C and C++
@@ -417,6 +425,9 @@
 %post   -n libmgmt_be_nb0 -p /sbin/ldconfig
 %postun -n libmgmt_be_nb0 -p /sbin/ldconfig
 
+%post   -n libmlag_pb0 -p /sbin/ldconfig
+%postun -n libmlag_pb0 -p /sbin/ldconfig
+
 %files
 %license COPYING
 %doc README.md
@@ -484,7 +495,6 @@
 %dir %{_libdir}/frr/modules
 %{_libdir}/frr/modules/zebra_cumulus_mlag.so
 %{_libdir}/frr/modules/zebra_fpm.so
-%{_libdir}/frr/modules/zebra_irdp.so
 %{_libdir}/frr/modules/pathd_pcep.so
 %{_libdir}/frr/modules/bgpd_rpki.so
 %if %{with grpc}
@@ -524,9 +534,12 @@
 %files -n libmgmt_be_nb0
 %{_libdir}/libmgmt_be_nb.so.0*
 
+%files -n libmlag_pb0
+%{_libdir}/libmlag_pb.so.0*
+
 %files devel
 %dir %{_includedir}/%{name}
-%{_includedir}/%{name}/*.h
+%{_includedir}/%{name}/
 %dir %{_includedir}/%{name}/ospfd
 %{_includedir}/%{name}/ospfd/*.h
 %dir %{_includedir}/%{name}/ospfapi
@@ -536,4 +549,5 @@
 %dir %{_includedir}/%{name}/bfdd
 %{_includedir}/%{name}/bfdd/*.h
 %{_libdir}/lib*.so
+%{_libdir}/pkgconfig/*pc
 

++++++ frr-10.2.1.tar.gz -> frr-10.5.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/frr/frr-10.2.1.tar.gz 
/work/SRC/openSUSE:Factory/.frr.new.29461/frr-10.5.1.tar.gz differ: char 13, 
line 1

Reply via email to