summaryrefslogtreecommitdiff
path: root/scripts/package-build/frr/package.toml
AgeCommit message (Collapse)Author
2026-05-07T8612: Upgrade FRR to 10.6.1Kyrylo Yatsenko
Rework BGP-LS megapatch to include all latest work on BGP-LS Rebase patches: * 0021-pathd-add-optional-protocol-to-no-mpls-te-import.patch * 0022-pathd-add-optional-parameters-to-no-index-cmd.patch Delete patches already merged into 10.6.1: * 0008-isis-fix-advertise-passive-only-routes-install.patch * 0009-T7909-eigrp-malformed-update-fix.patch * 0010-bgp-Support-multiple-labels-in-BGP-LU.patch * 0011-zebra-add-CLI-no-versions-for-max-bw-and-others.patch * 0014-Simplify-and-cleanup-mgmtd.patch
2026-03-03T8336: frr: pin version to discrete commit and not the Git HEAD for stable/10.5Christian Breunig
Updated commit_id for frr package to a specific commit.
2026-01-05T7664: Upgrade FRR to 10.5Kyrylo Yatsenko
Need several patches: 0012-Revert-tools-Allow-deleting-of-interfaces.patch: Reverts change in frr-reload.py that runs 'no interface' command when all configuration of interface is deleted. When interface is still active this leads to lots of errors. 0013-Revert-bgpd-Ensure-incorrect-GR-config-isn-t-display.patch: Reverts change that FRR doesn't show graceful-reastart configuration for peer groups.
2025-07-28frr: T7663: add missing build dependencies libnl-3-dev & libpcre3-devChristian Breunig
2025-07-28frr: T7663: remove custom rtrlib build - package included in Debian BookwormChristian Breunig
2025-05-28T7494: FRR add build dependency flex libelf-devViacheslav Hletenko
2025-05-28T7494: FRR add missing build bison and liblua dependenciesViacheslav Hletenko
2025-01-19frr: T6746: add libc-ares-dev build dependencyChristian Breunig
Fix error: dpkg-checkbuilddeps: error: Unmet build dependencies: libc-ares-dev
2024-12-12frr: T6746: upgrade package to 10.2Christian Breunig
2024-11-25T6912: Build FRR use global dependenciesViacheslav Hletenko
2024-08-29T6674: Add build-scrips for packages without JenkinsViacheslav Hletenko
Add build scripts for .deb packages without Jenkins. To exclude Jenkins we need some place where we can put new builds-scripts to run in parallel (old/new) during meantime We will deprecate old Jenkins package builds in the future.