[Buildroot] [PATCH v2 1/1] package/frr: security bump to version 10.3
Julien Olivain
ju.o at free.fr
Tue Apr 8 17:21:01 UTC 2025
On 07/04/2025 21:03, Maxime Leroy wrote:
> Update FRR to the latest stable version (10.3, see [1]).
>
> A new package option `BR2_PACKAGE_FRR_BFD` to enable or disable the
> compilation of the BFD daemon. This one has now a dependencies with the
> kernel headers 4.10 (i.e. IPV6_SRCRT_TYPE_4 from linux/ipv6.h [2]).
>
> The configure options have been updated accordingly:
> - Versions of FRR before 9.2 used `sysconfdir` and `localstatedir`
> as-is,
> without appending `/frr`. The `/frr` suffix had to be passed
> explicitly
> to `./configure`, which did not align with standard conventions.
> This behavior has since been fixed upstream [3]. As `sysconfdir` and
> `localstatedir` are already set by `pkg-autotools.mk`, they can now
> be removed from `frr.mk`.
> - The `--enable-shell-access` option has been removed as of FRR 10 [4].
>
> [1] https://frrouting.org/release/10.3/
> [2]
> https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=1ababeba4a21f
> [3] https://github.com/FRRouting/frr/commit/ff62df2e4484
> [4] https://github.com/FRRouting/frr/commit/afb034b0bb42
> Fixes: https://www.cve.org/CVERecord?id=CVE-2024-55553
> Signed-off-by: Maxime Leroy <maxime at leroys.fr>
Applied to master, thanks.
More information about the buildroot
mailing list