All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/keepalived: bump to version 2.0.15
@ 2019-04-21 17:43 Fabrice Fontaine
  2019-04-22 20:26 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2019-04-21 17:43 UTC (permalink / raw)
  To: buildroot

Remove patch (already in version)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 ...l_parser.c-fix-build-with-kernel-4.1.patch | 37 -------------------
 package/keepalived/keepalived.hash            |  2 +-
 package/keepalived/keepalived.mk              |  2 +-
 3 files changed, 2 insertions(+), 39 deletions(-)
 delete mode 100644 package/keepalived/0001-global_parser.c-fix-build-with-kernel-4.1.patch

diff --git a/package/keepalived/0001-global_parser.c-fix-build-with-kernel-4.1.patch b/package/keepalived/0001-global_parser.c-fix-build-with-kernel-4.1.patch
deleted file mode 100644
index 0c395b5101..0000000000
--- a/package/keepalived/0001-global_parser.c-fix-build-with-kernel-4.1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From 50e7b848feb7976c58c70edc64bf1056050aa1a3 Mon Sep 17 00:00:00 2001
-From: Fabrice Fontaine <fontaine.fabrice@gmail.com>
-Date: Fri, 22 Mar 2019 09:18:44 +0100
-Subject: [PATCH] global_parser.c: fix build with kernel < 4.1
-
-NFT_TABLE_MAXNAMELEN has been added only in kernel 4.1 with
-https://github.com/torvalds/linux/commit/1cae565e8b746f484f1ff1b71d2a1c89d7cf0668
-
-So define it to 32 if it is not defined
-
-Fixes:
- - http://autobuild.buildroot.org/results/a33433abeb122cfb15f7f21ab777e84040bdcb8b
-
-Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
----
- keepalived/core/global_parser.c | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/keepalived/core/global_parser.c b/keepalived/core/global_parser.c
-index 65442408..eec82e8a 100644
---- a/keepalived/core/global_parser.c
-+++ b/keepalived/core/global_parser.c
-@@ -60,6 +60,11 @@
- 
- #define LVS_MAX_TIMEOUT		(86400*31)	/* 31 days */
- 
-+/* For kernels < 4.1 */
-+#ifndef NFT_TABLE_MAXNAMELEN
-+#define NFT_TABLE_MAXNAMELEN 32
-+#endif
-+
- /* data handlers */
- /* Global def handlers */
- #ifdef _WITH_LINKBEAT_
--- 
-2.20.1
-
diff --git a/package/keepalived/keepalived.hash b/package/keepalived/keepalived.hash
index 5f9f569ca7..091821467b 100644
--- a/package/keepalived/keepalived.hash
+++ b/package/keepalived/keepalived.hash
@@ -1,3 +1,3 @@
 # Locally calculated
-sha256	c7fb38e8a322fb898fb9f6d5d566827a30aa5a4cd1774f474bb4041c85bcbc46  keepalived-2.0.13.tar.gz
+sha256	933ee01bc6346aa573453b998f87510d3cce4aba4537c9642b24e6dbfba5c6f4  keepalived-2.0.15.tar.gz
 sha256	8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/keepalived/keepalived.mk b/package/keepalived/keepalived.mk
index 15a1b0e9f4..30d857ba25 100644
--- a/package/keepalived/keepalived.mk
+++ b/package/keepalived/keepalived.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-KEEPALIVED_VERSION = 2.0.13
+KEEPALIVED_VERSION = 2.0.15
 KEEPALIVED_SITE = http://www.keepalived.org/software
 KEEPALIVED_DEPENDENCIES = host-pkgconf openssl
 KEEPALIVED_LICENSE = GPL-2.0+
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH 1/1] package/keepalived: bump to version 2.0.15
  2019-04-21 17:43 [Buildroot] [PATCH 1/1] package/keepalived: bump to version 2.0.15 Fabrice Fontaine
@ 2019-04-22 20:26 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2019-04-22 20:26 UTC (permalink / raw)
  To: buildroot

On Sun, 21 Apr 2019 19:43:45 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Remove patch (already in version)
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  ...l_parser.c-fix-build-with-kernel-4.1.patch | 37 -------------------
>  package/keepalived/keepalived.hash            |  2 +-
>  package/keepalived/keepalived.mk              |  2 +-
>  3 files changed, 2 insertions(+), 39 deletions(-)
>  delete mode 100644 package/keepalived/0001-global_parser.c-fix-build-with-kernel-4.1.patch

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-04-22 20:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-21 17:43 [Buildroot] [PATCH 1/1] package/keepalived: bump to version 2.0.15 Fabrice Fontaine
2019-04-22 20:26 ` Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.