From 9d8bfe0f5d9522e1bba92379f456f2ccbd471f0d Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 9 May 2012 17:31:18 +0200 Subject: [PATCH] keepalived: Updated (1.2.1 -> 1.2.2) --- .../keepalived-1.2.2-ip_vs.h-pathfix.patch | 29 +++++++++++++++++++ network/keepalived/keepalived.desc | 6 ++-- 2 files changed, 32 insertions(+), 3 deletions(-) create mode 100644 network/keepalived/keepalived-1.2.2-ip_vs.h-pathfix.patch diff --git a/network/keepalived/keepalived-1.2.2-ip_vs.h-pathfix.patch b/network/keepalived/keepalived-1.2.2-ip_vs.h-pathfix.patch new file mode 100644 index 000000000..f96786242 --- /dev/null +++ b/network/keepalived/keepalived-1.2.2-ip_vs.h-pathfix.patch @@ -0,0 +1,29 @@ +# --- SDE-COPYRIGHT-NOTE-BEGIN --- +# This copyright note is auto-generated by ./scripts/Create-CopyPatch. +# +# Filename: package/.../keepalived/keepalived-1.2.2-ip_vs.h-pathfix.patch +# Copyright (C) 2012 The OpenSDE Project +# +# More information can be found in the files COPYING and README. +# +# This patch file is dual-licensed. It is available under the license the +# patched project is licensed under, as long as it is an OpenSource license +# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms +# of the GNU General Public License as published by the Free Software +# Foundation; either version 2 of the License, or (at your option) any later +# version. +# --- SDE-COPYRIGHT-NOTE-END --- + +Fix the path where configure is searching for ip_vs.h + +--- keepalived-1.2.2/configure.in.orig 2012-05-09 16:44:25.195527122 +0200 ++++ keepalived-1.2.2/configure.in 2012-05-09 16:45:05.336310210 +0200 +@@ -124,7 +124,7 @@ + dnl ----[ Checks for LVS and VRRP support ]---- + IPVS_SUPPORT="_WITHOUT_LVS_" + if test "$enable_lvs" != "no"; then +- AC_CHECK_HEADER([net/ip_vs.h], ++ AC_CHECK_HEADER([linux/ip_vs.h], + [IPVS_SUPPORT="_WITH_LVS_"], + [ + IPVS_SUPPORT="_WITHOUT_LVS_" diff --git a/network/keepalived/keepalived.desc b/network/keepalived/keepalived.desc index 4459a3e04..e2643adb0 100644 --- a/network/keepalived/keepalived.desc +++ b/network/keepalived/keepalived.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../keepalived/keepalived.desc -[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2004 Clifford Wolf [COPY] @@ -37,10 +37,10 @@ [L] GPL [S] Stable -[V] 1.2.1 +[V] 1.2.2 [P] X -----5---9 190.400 [CV-URL] http://www.keepalived.org/download.html -[D] 3129077397 keepalived-1.2.1.tar.gz http://www.keepalived.org/software/ +[D] 3665053926 keepalived-1.2.2.tar.gz http://www.keepalived.org/software/