| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: libfrrfpm_pb0 | Distribution: openSUSE Tumbleweed |
| Version: 10.5.1 | Vendor: openSUSE |
| Release: 2.2 | Build date: Thu Mar 5 14:17:24 2026 |
| Group: System/Libraries | Build host: reproducible |
| Size: 67741 | Source RPM: frr-10.5.1-2.2.src.rpm |
| Packager: http://bugs.opensuse.org | |
| Url: https://www.frrouting.org | |
| Summary: FRRouting fpm protobuf library | |
This library contains forwarding plane manager protobuf definitions for FRRouting.
GPL-2.0-or-later AND LGPL-2.1-or-later
* Thu Mar 05 2026 Marius Tomaschewski <mt@suse.com>
- Add a factorydir build conditional to install the /etc/frr files in
the /usr/share/factory and copy/link this initial/default config via
tmpfiles.conf, enabled for suse versions > 16.0 (jsc#PED-14796).
- Create the tmpfiles.conf in the spec file instead to sed rpm source.
- Move creation of config files from rpm install to the build section.
- Improve to use 0751 permissions for the /etc/frr directory to avoid
permission denied warning for vtysh.conf in vtysh started as user.
- Change to frr.conf to use log syslog (journal) by default
- Do not install obsolete/unused system-v script and manual page
- Fix (include) file listed twice rpm warning in frr-devel package.
* Sat Feb 14 2026 Erico Mendonca <erico.mendonca@suse.com>
- 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
* Fri Feb 13 2026 Marius Tomaschewski <mt@suse.com>
- Switch to logrotate config correcting log file empty issue
(gh#FRRouting/frr/issues/15818) depending if syslog or file
logging is used in the frr.conf.
- Fix /var/run leftovers in logrotate config and service file,
create /var/log and /var/lib via tmpfiles.d (jsc#PED-14796).
- Adjust rpm requires for service macros and log rotation (lsof).
* Thu Feb 12 2026 Marius Tomaschewski <mt@suse.com>
- Apply upstream ospfd NULL Pointer Dereference fixes.
The vulnerability allowed attackers to cause a Denial of Service
(DoS) via crafted OSPF packets
(bsc#1252838,bsc#1252829,bsc#1252833,bsc#1252835,bsc#1252810,
bsc#1252811,bsc#1252761,bsc#1252812,bsc#1252813,CVE-2025-61099,
CVE-2025-61100,CVE-2025-61101,CVE-2025-61102,CVE-2025-61103,
CVE-2025-61104,CVE-2025-61105,CVE-2025-61106,CVE-2025-61107,
https://github.com/FRRouting/frr/pull/19983)
[+ 0003-ospfd-NULL-Pointer-Dereference-fixes.patch]
- Add -Wno-error=declaration-after-statement to avoid C90 errors;
frr requires C11 compiler with atomic support and sets -std=gnu11
* Fri Oct 03 2025 Erico Mendonca <erico.mendonca@suse.com>
- Adding updated copyright notice
- 0002-frr-logrotate.patch: rotating logfiles under the frr user
* Tue Sep 30 2025 Marius Tomaschewski <mt@suse.com>
- Drop rcfrr service symlink (jsc#PED-266)
- Change to sysuser-tools and macros to create user+groups
- rpmlint: add su option to logrotate file definitions
- rpmlint: use python3_fix_shebang_path to adjust interpreter
* Fri Mar 21 2025 Andreas Stieger <andreas.stieger@gmx.de>
- build with pcre2
* Thu Jan 09 2025 Marius Tomaschewski <mt@suse.com>
- Update to frr 10.2.1 release providing fix for a Denial of Service
scenario due to RIB revalidation (CVE-2024-55553,bsc#1235237) and
other fixes, see https://frrouting.org/release/10.2.1/
The 10.2 version provides new features and many enhancements, see
https://frrouting.org/release/10.2/
- Add new fpm_listener daemon binary to rpm file lists.
- Remove --localstatedir configure parameter causing to use /run/lib
instead of /var/lib prefix for the northbound databases and added
the /var/lib/frr directory to the rpm file list.
- Adjust to set permissions in rpm attr macros (rpmlint suggestion)
and use frr_group instead of frr_user in group parameter.
* Mon Sep 30 2024 Marius Tomaschewski <mt@suse.com>
- Update to frr 10.0.2 release providing fix for CVE-2024-44070
and other issues, see https://frrouting.org/release/10.0.2/
- Removed patch included in the sources:
[- 0002-bgpd-Check-the-actual-remaining-stream-length-before.patch]
* Mon Sep 16 2024 Marius Tomaschewski <mt@suse.com>
- add release notes url to 10.0.1 update
* Mon Sep 16 2024 Marius Tomaschewski <mt@suse.com>
- fixed bug/pull request references in frr.changes file
* Thu Aug 22 2024 Marius Tomaschewski <mt@suse.com>
- Apply upstream fix for crash in bgp_attr_encap that were missing
a check of the actual remaining stream length before taking the
TLV value (CVE-2024-44070,bsc#1229438,gh#FRRouting/frr#16502):
+ 0002-bgpd-Check-the-actual-remaining-stream-length-before.patch
- Re-added 0001-disable-zmq-test.patch to avoid (sporadic or arch
specific, e.g. aarch64) "make check" test failures (bsc#1180217).
+ 0001-disable-zmq-test.patch
- Re-added hardening patch for systemd service(s) (bsc#1181400):
+ harden_frr.service.patch
- Cleanup unknown --enable-systemd and correct the --sysconfdir
and --localstatedir configure options to not end in …/frr.
* Fri Aug 09 2024 Erico Mendonca <erico.mendonca@suse.com>
- Fixing Source URL/archive name.
* Sun Jul 28 2024 Erico Mendonca <erico.mendonca@suse.com>
- Update to version 10.0.1 from official sources.
See https://frrouting.org/release/10.0.1/
- Clean slate: removing all previous patches.
- The following patches were obsoleted:
- 0001-disable-zmq-test.patch
- harden_frr.service.patch
- 0003-tools-Run-as-FRR_USER-install-chown-commands-to-avoi.patch
- 0004-tools-remove-backslash-from-declare-check-regex.patch
- 0005-root-ok-in-account-frr.pam.patch
- 0006-bgpd-Check-7-bytes-for-Long-lived-Graceful-Restart-c.patch
- 0007-bgpd-Ensure-stream-received-has-enough-data.patch
- 0008-bgpd-Don-t-read-the-first-byte-of-ORF-header-if-we-a.patch
- 0009-bgpd-Do-not-process-NLRIs-if-the-attribute-length-is.patch
- 0010-bgpd-Use-treat-as-withdraw-for-tunnel-encapsulation-.patch
- 0011-babeld-fix-11808-to-avoid-infinite-loops.patch
- 0012-bgpd-Limit-flowspec-to-no-attribute-means-a-implicit.patch
- 0013-bgpd-Check-mandatory-attributes-more-carefully-for-U.patch
- 0014-bgpd-Handle-MP_REACH_NLRI-malformed-packets-with-ses.patch
- 0015-bgpd-Treat-EOR-as-withdrawn-to-avoid-unwanted-handli.patch
- 0016-bgpd-Ignore-handling-NLRIs-if-we-received-MP_UNREACH.patch
- 0017-bgpd-Fix-use-beyond-end-of-stream-of-labeled-unicast.patch
- 0018-bgpd-Flowspec-overflow-issue.patch
- 0019-bgpd-fix-error-handling-when-receiving-BGP-Prefix-SID-attribute.patch
- 0020-ospfd-Solved-crash-in-OSPF-TE-parsing.patch
- 0021-ospfd-Solved-crash-in-RI-parsing-with-OSPF-TE.patch
- 0022-ospfd-Correct-Opaque-LSA-Extended-parser.patch
- 0023-ospfd-protect-call-to-get_edge-in-ospf_te.c.patch
* Tue Jun 04 2024 Marius Tomaschewski <mt@suse.com>
- Apply upstream fix solving ospfd denial of service via get_edge()
function returning a NULL pointer (CVE-2024-34088,bsc#1223786,
gh#FRRouting/frr#16088).
[+ 0023-ospfd-protect-call-to-get_edge-in-ospf_te.c.patch]
- Apply upstream fix solving ospfd buffer overflow and daemon crash
in ospf_te_parse_ext_link for OSPF LSA packets during an attempt
to read Segment Routing Adjacency SID subTLVs (CVE-2024-31951,
bsc#1222528,gh#FRRouting/frr#16088).
[+ 0022-ospfd-Correct-Opaque-LSA-Extended-parser.patch]
- Apply upstream fix solving ospfd buffer overflow and daemon crash
in RI parsing with OSPF TE (CVE-2024-31950,bsc#1222526,
gh#FRRouting/frr#16088).
[+ 0021-ospfd-Solved-crash-in-RI-parsing-with-OSPF-TE.patch]
* Wed Apr 24 2024 Marius Tomaschewski <mt@suse.com>
- Apply upstream fix solving crash in OSPF TE parsing (bsc#1220548,
CVE-2024-27913, gh#FRRouting/frr#15431)
[+ 0020-ospfd-Solved-crash-in-OSPF-TE-parsing.patch]
* Wed Apr 10 2024 Clemens Famulla-Conrad <cfamullaconrad@suse.com>
- add
0019-bgpd-fix-error-handling-when-receiving-BGP-Prefix-SID-attribute.patch:
* Apply upstream fix on error handling when receiving BGP Prefix
SID attribute (bsc#1222518,CVE-2024-31948,gh#FRRouting/frr#15628)
* Thu Feb 08 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Provide user/group symbol for user created during pre.
* Fri Feb 02 2024 Dominique Leuenberger <dimstar@opensuse.org>
- Fix build with RPM 4.19: a stray %-escape sequence was found in
the files section.
* Mon Dec 04 2023 Marius Tomaschewski <mt@suse.com>
- Apply upstream fix for a crash on malformed BGP UPDATE message
with an EOR, because the presence of EOR does not lead to a
treat-as-withdraw outcome (CVE-2023-47235,bsc#1216896,https://github.com/FRRouting/frr/pull/14716/commits/6814f2e0138a6ea5e1f83bdd9085d9a77999900b)
[+ 0015-bgpd-Treat-EOR-as-withdrawn-to-avoid-unwanted-handli.patch]
- Apply upstream fix for a crash on crafted BGP UPDATE message with
a MP_UNREACH_NLRI attribute and additional NLRI data (CVE-2023-47234,
bsc#1216897,https://github.com/FRRouting/frr/pull/14716/commits/c37119df45bbf4ef713bc10475af2ee06e12f3bf)
[+ 0016-bgpd-Ignore-handling-NLRIs-if-we-received-MP_UNREACH.patch]
- Apply upstream fix for attempts to read beyond the end of the
stream during labeled unicast parsing (CVE-2023-38407,bsc#1216899,https://github.com/FRRouting/frr/pull/12956/commits/ab362eae68edec12c175d9bc488bcc3f8b73d36f)
[+ 0017-bgpd-Fix-use-beyond-end-of-stream-of-labeled-unicast.patch]
- Apply upstream fix for an nlri length of zero mishandling, aka
"flowspec overflow" (CVE-2023-38406,bsc#1216900,https://github.com/FRRouting/frr/pull/12884/commits/0b999c886e241c52bd1f7ef0066700e4b618ebb3)
[+ 0018-bgpd-Flowspec-overflow-issue.patch]
* Mon Oct 30 2023 Marius Tomaschewski <mt@suse.com>
- Apply upstream fix for a crash due to a crafted BGP UPDATE message
(CVE-2023-46753,bsc#1216626,https://github.com/FRRouting/frr/pull/14655/commits/21418d64af11553c402f932b0311c812d98ac3e4).
[+ 0013-bgpd-Check-mandatory-attributes-more-carefully-for-U.patch]
- Apply upstream fix for a crash due to mishandled malformed
MP_REACH_NLRI data (CVE-2023-46752,bsc#1216627,https://github.com/FRRouting/frr/pull/14645/commits/b08afc81c60607a4f736f418f2e3eb06087f1a35).
[+ 0014-bgpd-Handle-MP_REACH_NLRI-malformed-packets-with-ses.patch]
* Tue Sep 12 2023 Marius Tomaschewski <mt@suse.com>
- Apply upstream fix for NULL pointer dereference due to processing
of malformed requests with no attributes in bgp_nlri_parse_flowspec
(CVE-2023-41909,bsc#1215065,https://github.com/FRRouting/frr/pull/13222/commits/cfd04dcb3e689754a72507d086ba3b9709fc5ed8).
[+ 0012-bgpd-Limit-flowspec-to-no-attribute-means-a-implicit.patch]
* Wed Aug 30 2023 Marius Tomaschewski <mt@suse.com>
- Removed protobuf-c BuildRequires (source package name) breaking
build-system setup with libprotobuf-c-devel 1.3.2 updates.
- Apply upstream fix for bgpd: Don't read initial byte of the ORF
header in an ahead-of-stream situation (CVE-2023-41360,
bsc#1214739,https://github.com/FRRouting/frr/pull/14245)
[+ 0008-bgpd-Don-t-read-the-first-byte-of-ORF-header-if-we-a.patch]
- Apply upstream fix for bgpd: Do not process NLRIs if the attribute
length is zero (CVE-2023-41358,bsc#1214735,
https://github.com/FRRouting/frr/pull/14260)
[+ 0009-bgpd-Do-not-process-NLRIs-if-the-attribute-length-is.patch]
- Apply upstream fix bgpd: Use treat-as-withdraw for tunnel encapsulation
attribute instead of session reset (CVE-2023-38802,bsc#1213284,
https://github.com/FRRouting/frr/pull/14290)
[+ 0010-bgpd-Use-treat-as-withdraw-for-tunnel-encapsulation-.patch]
- Apply upstream fix babeld: avoid infinite loops (CVE-2023-3748,bsc#1213434,
gh#FRRouting/frr#11808,https://github.com/FRRouting/frr/pull/12952)
[+ 0011-babeld-fix-11808-to-avoid-infinite-loops.patch]
* Mon May 15 2023 Marius Tomaschewski <mt@suse.com>
- Apply upstream fix for denial of service via the bgp_capability_llgr()
function (bsc#1211248,CVE-2023-31489,gh#FRRouting/frr#13098).
[+ 0006-bgpd-Check-7-bytes-for-Long-lived-Graceful-Restart-c.patch]
- Apply upstream fix for denial of service via the bgp_attr_psid_sub()
function (bsc#1211249,CVE-2023-31490,gh#FRRouting/frr#13099).
[+ 0007-bgpd-Ensure-stream-received-has-enough-data.patch]
* Mon Apr 03 2023 Marius Tomaschewski <mt@suse.com>
- Enable pim6d providing PIMv6 support (bsc#1206234)
* Fri Jan 13 2023 Stefan Schubert <schubi@suse.com>
- Migration of PAM settings to /usr/lib/pam.d.
/usr/lib64/libfrrfpm_pb.so.0 /usr/lib64/libfrrfpm_pb.so.0.0.0
Generated by rpm2html 1.8.1
Fabrice Bellet, Wed Apr 22 23:11:19 2026