From patchwork Sat Apr 24 11:24:13 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4215 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 4FS82B4fytz44Qk for ; Sat, 24 Apr 2021 11:24:34 +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 4FS82B1yqYz1Nr; Sat, 24 Apr 2021 11:24:34 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FS82B1h1Sz2yTr; Sat, 24 Apr 2021 11:24:34 +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 4FS8286Jtkz2xNg for ; Sat, 24 Apr 2021 11:24:32 +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 4FS8282nwPz1LR; Sat, 24 Apr 2021 11:24:32 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619263472; 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: in-reply-to:in-reply-to:references:references; bh=UcJw6cR0aXGbTPc0owosTlTJR8BJ1IEFnGv+gkh7wxs=; b=L44WHYVJW8P21Mam/UZIUqtSmFfT/G3A2GogUTBBL1Y8Q2KPEW/xwvFKs1KlUl5GnLP4mR mCowxe+TKNSoQxDg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619263472; 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: in-reply-to:in-reply-to:references:references; bh=UcJw6cR0aXGbTPc0owosTlTJR8BJ1IEFnGv+gkh7wxs=; b=ZFx+8nnWVX14FsgnyButMX3RH+dSkA1gV0vKZm6i6k12E/8gOpFt9UuY25Q/cXdduCvYUK Yu7mdEj2VIKIPlT0zVAqntUynWMINL/aQD8n3bNvImjRR9w23Pl6AWUQSCoI3LexhnT5PG EfeLrHlvZL9eLdlLYRxAJbonjaR3pK2Ew/vPYiEefQ+DYLezWDxl/8+IKeMR8vTIyeJjMD hb5Sh9nyM3uz5YtQpAiWV+DUWiKgh+bYeOXYUkVC2x7pF98GMQrXLJsFZyE95L2a2ALJVl 9ILeBgmyQA4rekZ8R/sVsuL5fo/RuahlPma8f6plH8/BDwzgr90v0UgCxZpr/w== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 3/3] haproxy: Change to PAK_VER to ensure lua library link updated Date: Sat, 24 Apr 2021 13:24:13 +0200 Message-Id: <20210424112413.2705-3-adolf.belka@ipfire.org> In-Reply-To: <20210424112413.2705-1-adolf.belka@ipfire.org> References: <20210424112413.2705-1-adolf.belka@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: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - lua library update had a sobump and therefore linked packages require to have that updated Signed-off-by: Adolf Belka --- lfs/haproxy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/haproxy b/lfs/haproxy index 5c522be70..dade53802 100644 --- a/lfs/haproxy +++ b/lfs/haproxy @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = haproxy -PAK_VER = 18 +PAK_VER = 19 DEPS =