diff mbox series

[meta-networking,2/2] keepalived: Upgrade to 2.3.2

Message ID 20241120173258.3321858-2-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/2] tk: Add recipe for TK 9.0.0 release | expand

Commit Message

Khem Raj Nov. 20, 2024, 5:32 p.m. UTC
Changes are
https://www.keepalived.org/release-notes/Release-2.3.0.html
https://www.keepalived.org/release-notes/Release-2.3.1.html
https://www.keepalived.org/release-notes/Release-2.3.2.html

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 ...nfigure.ac-Do-not-emit-compiler-flags-into-object-.patch | 6 ++----
 .../keepalived/{keepalived_2.2.8.bb => keepalived_2.3.2.bb} | 2 +-
 2 files changed, 3 insertions(+), 5 deletions(-)
 rename meta-networking/recipes-daemons/keepalived/{keepalived_2.2.8.bb => keepalived_2.3.2.bb} (95%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-daemons/keepalived/keepalived/0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch b/meta-networking/recipes-daemons/keepalived/keepalived/0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch
index 1f9f8b30b1..e44e2035c2 100644
--- a/meta-networking/recipes-daemons/keepalived/keepalived/0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch
+++ b/meta-networking/recipes-daemons/keepalived/keepalived/0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch
@@ -13,12 +13,10 @@  Signed-off-by: Khem Raj <raj.khem@gmail.com>
  configure.ac | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)
 
-diff --git a/configure.ac b/configure.ac
-index fae16f1..677b94a 100644
 --- a/configure.ac
 +++ b/configure.ac
-@@ -904,8 +904,7 @@ if test "$enable_hardening" != no; then
- 	  "-Wp,-D_FORTIFY_SOURCE=2" \
+@@ -1013,8 +1013,7 @@ if test "$enable_hardening" != no; then
+ 	  "-Wp,-D_FORTIFY_SOURCE=$FORTIFY_SOURCE" \
  	  "-fexceptions" \
  	  "-fstack-protector-strong" \
 -	  "--param=ssp-buffer-size=4" \
diff --git a/meta-networking/recipes-daemons/keepalived/keepalived_2.2.8.bb b/meta-networking/recipes-daemons/keepalived/keepalived_2.3.2.bb
similarity index 95%
rename from meta-networking/recipes-daemons/keepalived/keepalived_2.2.8.bb
rename to meta-networking/recipes-daemons/keepalived/keepalived_2.3.2.bb
index c4d59d3caa..2cb76e6d41 100644
--- a/meta-networking/recipes-daemons/keepalived/keepalived_2.2.8.bb
+++ b/meta-networking/recipes-daemons/keepalived/keepalived_2.3.2.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] = "85882eb62974f395d4c631be990a41a839594a7e62fbfebcb5649a937a7a1bb6"
+SRC_URI[sha256sum] = "77f4a22e5a23fa8e49b8916acdfb584c864e72905a2f1de2a7f62ed40a896160"
 UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases"
 
 DEPENDS = "libnfnetlink openssl"