diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-11-19 23:56:39 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 23:57:59 -0800 |
| commit | b90d48a1c1355b58e40b17e2e94a3ce627888670 (patch) | |
| tree | 1b86de5cb457f708ad23745521192c44926fcea8 | |
| parent | cae61406bbc7b36818ab8526467d0dc576c7330b (diff) | |
| download | meta-openembedded-b90d48a1c1355b58e40b17e2e94a3ce627888670.tar.gz | |
keepalived: Upgrade to 2.3.2
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>
| -rw-r--r-- | meta-networking/recipes-daemons/keepalived/keepalived/0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch | 6 | ||||
| -rw-r--r-- | meta-networking/recipes-daemons/keepalived/keepalived_2.3.2.bb (renamed from meta-networking/recipes-daemons/keepalived/keepalived_2.2.8.bb) | 2 |
2 files changed, 3 insertions, 5 deletions
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> | |||
| 13 | configure.ac | 3 +-- | 13 | configure.ac | 3 +-- |
| 14 | 1 file changed, 1 insertion(+), 2 deletions(-) | 14 | 1 file changed, 1 insertion(+), 2 deletions(-) |
| 15 | 15 | ||
| 16 | diff --git a/configure.ac b/configure.ac | ||
| 17 | index fae16f1..677b94a 100644 | ||
| 18 | --- a/configure.ac | 16 | --- a/configure.ac |
| 19 | +++ b/configure.ac | 17 | +++ b/configure.ac |
| 20 | @@ -904,8 +904,7 @@ if test "$enable_hardening" != no; then | 18 | @@ -1013,8 +1013,7 @@ if test "$enable_hardening" != no; then |
| 21 | "-Wp,-D_FORTIFY_SOURCE=2" \ | 19 | "-Wp,-D_FORTIFY_SOURCE=$FORTIFY_SOURCE" \ |
| 22 | "-fexceptions" \ | 20 | "-fexceptions" \ |
| 23 | "-fstack-protector-strong" \ | 21 | "-fstack-protector-strong" \ |
| 24 | - "--param=ssp-buffer-size=4" \ | 22 | - "--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 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" | |||
| 13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz \ | 13 | SRC_URI = "http://www.keepalived.org/software/${BP}.tar.gz \ |
| 14 | file://0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch \ | 14 | file://0001-configure.ac-Do-not-emit-compiler-flags-into-object-.patch \ |
| 15 | " | 15 | " |
| 16 | SRC_URI[sha256sum] = "85882eb62974f395d4c631be990a41a839594a7e62fbfebcb5649a937a7a1bb6" | 16 | SRC_URI[sha256sum] = "77f4a22e5a23fa8e49b8916acdfb584c864e72905a2f1de2a7f62ed40a896160" |
| 17 | UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases" | 17 | UPSTREAM_CHECK_URI = "https://github.com/acassen/keepalived/releases" |
| 18 | 18 | ||
| 19 | DEPENDS = "libnfnetlink openssl" | 19 | DEPENDS = "libnfnetlink openssl" |
