From patchwork Sat Dec 4 12:52:21 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4898 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4J5qND6p7sz3wtP for ; Sat, 4 Dec 2021 12:52:28 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4J5qNC3zdlz1LQ; Sat, 4 Dec 2021 12:52:27 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4J5qNC3G1vz2yTw; Sat, 4 Dec 2021 12:52:27 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4J5qNB2zTsz2xdf for ; Sat, 4 Dec 2021 12:52:26 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4J5qN95CVcz25; Sat, 4 Dec 2021 12:52:25 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1638622345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jzvbuYJLthhHoisViV1GhhhPtUZsHX6So/QWzPy42oU=; b=werYm4t7nnvRmEpJZIlhbrmAnBEPG44nqTOFZS6d0sMe0Z9o69j1AQfCP+Qf6rr8wvA/M7 dfK+85OfAN549uBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1638622345; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=jzvbuYJLthhHoisViV1GhhhPtUZsHX6So/QWzPy42oU=; b=MeEUn5ytbD4daBCmV/4xcpwu7w3XyY8EqukUhyCQczw90XrrIalnjsgKhE/6WRqG1p3Kkt eq5A+tE8aPNTAL7rF1BPmPDkhoHUb7/3a9VTXfVAjGeq/wxvA5cqVP1S01xMHulachX4Tw 9KUf4YEJMWCAbddQET+YlaIz8H9fh2G0z1Rl8Ic1cICtTq/L7D5Hlo6QKm+DMsLGZNfRF1 TPQu7X+DxDLJTfBRnflGXGRhvZ7NdaBAieY4pa3wDb/dY7I7hLlBI3316AIFB3BrItd3O6 slAzfkQRmQqnyMYR3eiZgG52JNNGWPJI6CInxSRlri7oo6otje4U25AtEkbEMA== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] keepalived: Update to 2.2.4 Date: Sat, 4 Dec 2021 12:52:21 +0000 Message-Id: <20211204125221.1749931-1-michael.tremer@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Michael Tremer Errors-To: development-bounces@lists.ipfire.org Sender: "Development" This patch re-enables this package for build and it builds against next with Linux 5.15. Signed-off-by: Michael Tremer --- lfs/keepalived | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/lfs/keepalived b/lfs/keepalived index 37c4d22a6..9916b5e42 100644 --- a/lfs/keepalived +++ b/lfs/keepalived @@ -24,7 +24,7 @@ include Config -VER = 2.1.5 +VER = 2.2.4 THISAPP = keepalived-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,9 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = keepalived -PAK_VER = 9 - -SUP_ARCH = none +PAK_VER = 10 DEPS = @@ -46,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 27e1cfff5b8dd95062ad415957e663e5 +$(DL_FILE)_MD5 = 7097ba70a7c6c46c9e478d16af390a19 install : $(TARGET)