diff mbox series

[meta-networking,096/109] keepalived: upgrade 2.3.4 -> 2.4.3

Message ID 20260814224539.1523174-96-khem.raj@oss.qualcomm.com
State New
Headers show
Series [meta-oe,001/109] xorg-docs: upgrade 1.7.2 -> 1.7.3 | expand

Commit Message

Khem Raj Aug. 14, 2026, 10:45 p.m. UTC
0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch still
applies cleanly and is still needed: upstream 2.4.3's configure.ac
still adds -grecord-gcc-switches unconditionally under
enable_hardening, which embeds absolute sysroot paths into object
files and breaks reproducibility.

AI-Generated: Uses Claude Code
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
---
 .../keepalived/{keepalived_2.3.4.bb => keepalived_2.4.3.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-daemons/keepalived/{keepalived_2.3.4.bb => keepalived_2.4.3.bb} (96%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.3.4.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb
similarity index 96%
rename from meta-networking/recipes-daemons/keepalived/keepalived_2.3.4.bb
rename to meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb
index be0f915b47..2d9802eba6 100644
--- a/meta-networking/recipes-daemons/keepalived/keepalived_2.3.4.bb
+++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.4.3.bb
@@ -13,7 +13,7 @@  LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
 SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz \
            file://0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch \
            "
-SRC_URI[sha256sum] = "6afd95ddb7d3e0d3b8b8e5b3a489144131b61a01b06d29e883d0c44acc8a36bf"
+SRC_URI[sha256sum] = "a0faef8e401c143487b131b526df7541c1e33d9b8814642fa9dfe8bb250a9632"
 UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases"
 
 DEPENDS = "libnfnetlink openssl"