From patchwork Wed Nov 8 21:58:08 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 7318 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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4SQf9Q1QnNz3x26 for ; Wed, 8 Nov 2023 21:58: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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4SQf9C3whPz2x8; Wed, 8 Nov 2023 21:58:23 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4SQf9C3KXgz33g1; Wed, 8 Nov 2023 21:58:23 +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 (secp384r1) client-signature ECDSA (secp384r1)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4SQf985r4Kz33g1 for ; Wed, 8 Nov 2023 21:58:20 +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 (secp384r1) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4SQf966RnPz1Yj; Wed, 8 Nov 2023 21:58:18 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1699480699; 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=GA8EsWqqOKyTHzjCJWtIMjYunGz+icqlLSAKdA0a9rA=; b=kEi7v259pbwd1ZpKOau3wP2Ocgz/56LoTjHVMT2Hdyh2LqIILVumqk14eegnKJ8+7Gv7p9 1igcr+jsI7/uzPBA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1699480699; 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=GA8EsWqqOKyTHzjCJWtIMjYunGz+icqlLSAKdA0a9rA=; b=EueZrJ/5muuWGZgxeZEE+OAZ8dukoXZ7LOFIZR6niwUfUPWAXZ+5L4vnnCViyzSWcSwjCQ VWbNKqTEGTFtSzeSa7aqk41gDIPphNiRLHluR5tkTgTqXnJliBhGC0qKShxFuA8bdxGFsU WxB0VXIWk1PjjNAFi8D2sRbRW3U4C4i19sOtCmCFZqNsr8kpkUSuBn+AOeEU4VIYWnMSxw LQsZ8RUzmNChzfGV+trvA/wKaJdoEtpI2sOdBNx8SIILmSXTfIhvQXq4EaFHdKBb6h9MdF ZN1D9ary3z0YkNeLDjF0mAtE8F+hrDbDw0nxKODjZzQIqT/70bZsbLgTJc4/jg== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH 2/3] dnsdist: ship dnsdist due to libsodium sobump Date: Wed, 8 Nov 2023 22:58:08 +0100 Message-ID: <20231108215809.2617157-12-adolf.belka@ipfire.org> In-Reply-To: <20231108215809.2617157-1-adolf.belka@ipfire.org> References: <20231108215809.2617157-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Message-ID-Hash: QYBYNJIYPZLEGXFWOIH6RHLK74FZZPI4 X-Message-ID-Hash: QYBYNJIYPZLEGXFWOIH6RHLK74FZZPI4 X-MailFrom: adolf.belka@ipfire.org X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header X-Mailman-Version: 3.3.8 Precedence: list List-Id: IPFire development talk Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: Signed-off-by: Adolf Belka --- lfs/dnsdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 1608d5673..ac5c602b4 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -34,7 +34,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist -PAK_VER = 16 +PAK_VER = 17 SUP_ARCH = x86_64 aarch64