Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / libseccomp
Commits: eb4a9293 by loqs at 2026-01-01T17:04:55+00:00 Fix test failures with gcc 15 and LTO Upstream commit https://github.com/seccomp/libseccomp/commit/614530bc8b3c9f49aa59d7eaef4863b746504c23. - - - - - 1 changed file: - PKGBUILD Changes: ===================================== PKGBUILD ===================================== @@ -31,6 +31,9 @@ validpgpkeys=( prepare() { cd ${pkgbase} + # Fix test failures with gcc 15 and LTO + # hash: fix strict aliasing UB in MurMur hash implementation + git cherry-pick -n 614530bc8b3c9f49aa59d7eaef4863b746504c23 autoreconf -fiv } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libseccomp/-/commit/eb4a9293b36ece283ec3801c549fba710ba0ffcc -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/libseccomp/-/commit/eb4a9293b36ece283ec3801c549fba710ba0ffcc You're receiving this email because of your account on gitlab.archlinux.org.
