[meta-networking][PATCH 096/109] keepalived: upgrade 2.3.4 -> 2.4.3
Khem Raj <[email protected]>
| Newsgroups | org.openembedded.lists.openembedded-devel |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- .../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 --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"