From patchwork Sat Apr 24 11:24:12 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4214 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 4FS8254HgGz44Qk for ; Sat, 24 Apr 2021 11:24:29 +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 4FS8251HRBzxv; Sat, 24 Apr 2021 11:24:29 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4FS8250vRPz2xbr; Sat, 24 Apr 2021 11:24:29 +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 4FS8243zWxz2xJj for ; Sat, 24 Apr 2021 11:24:28 +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 4FS8240pbwzBV; Sat, 24 Apr 2021 11:24:28 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1619263468; 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=0uoyVVnFfqyrb/Qymv25uxqw7RpI9C/vFrUvq8VhWX4=; b=zzJnXHLcGteOoRm17xnwh/krK0OFq6p7QRMLmCQSbeC5cTgxnoTLlxZrZrzCOUGTiMO9ia AARvN3um5L+CGdAg== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1619263468; 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=0uoyVVnFfqyrb/Qymv25uxqw7RpI9C/vFrUvq8VhWX4=; b=ukJKb4IP4FCafYXWbPoyHBVB2d7I+p5PzbKyLTcbRkhqZ2n0E6gGrVcAsjjRB/GH9qng/K xHEUd8qU1A1XZCnypsrCyeP9JAaivrMpUEcKJjyZ09AnES6yvj7v21X208/o82vejunD2B RZsYZuf9oTgbbjrjEqSMXlrUV+Gsj45poPh98W9Hd/+GbvBq+iugc4SSV/ClxEOnMcsifF Hp6Hp3CxC3Sz0i1VUE4XnbP1TYOvUnvQXwa3qMsirr1E1LSG3AFnUcp7fFO8DQw+2m0Q3d kdlKTKMxO6rjiG2D8U+bzybmdD3nJ9L8dH1WMiqC/LMBSsRhdmSXBClnDBoFoA== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH v2 2/3] dnsdist: Change to PAK_VER to ensure lua library link updated Date: Sat, 24 Apr 2021 13:24:12 +0200 Message-Id: <20210424112413.2705-2-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/dnsdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 85dd77833..19261d680 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -33,7 +33,7 @@ DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) SUP_ARCH = x86_64 i586 PROG = dnsdist -PAK_VER = 6 +PAK_VER = 7 DEPS =