From patchwork Tue Jan 18 12:34:55 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Tremer X-Patchwork-Id: 4975 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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4JdSsQ363vz3wcx for ; Tue, 18 Jan 2022 12:35:06 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4JdSsN5Z4Yzhl; Tue, 18 Jan 2022 12:35:04 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4JdSsN44Fsz2yfp; Tue, 18 Jan 2022 12:35:04 +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) server-digest SHA384 client-signature ECDSA (P-384) client-digest SHA384) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4JdSsL6YNFz2xGC for ; Tue, 18 Jan 2022 12:35:02 +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 4JdSsL0s74zdN; Tue, 18 Jan 2022 12:35:02 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1642509302; 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=OBlxqrkn6BNt66pHU2MiLX5CsbvjNGJkPucD3H56VpQ=; b=VZNQ7R01PSArfCTk++webaoItcIEtWHbjK7yUkbAohNaSM0hwaQH+GBiA4uA1p+3GiAKi3 bwidgUHIBiE1jYDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1642509302; 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=OBlxqrkn6BNt66pHU2MiLX5CsbvjNGJkPucD3H56VpQ=; b=OAz6QpIVtB427tE4rUQGZSDi2gG+78/ZQu2o+4owBSSBjZantc+3MlHblXTrNNffiSaoy/ +51dN+Vsl+995ur3T80EjSASz4DK+Ipx3VSlcsR8rMVklGgfSSNJVaD0fpo1Daq/HuhxE2 wvptWzKZdBJoQ20MehOwZf6jiWZumZHOGqBx2cwuMG4eBt6Rj9A1UGu6WZCUaKV7pDveOF B+cstmB26rKy2NwOYQD3CCjgULPvKd3eWcRwv1HYmRyrPb4tQMeRuhBB+0xDPkz+A4YUTM zjo3Y7LRWXM2H2k9qTbGZQPCN2j8dXT7Ej1jAxGdEbn8dPzJ1Z6TL1vMAmuLEQ== From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH] dnsdist: Upgrade to 1.7.0 Date: Tue, 18 Jan 2022 12:34:55 +0000 Message-Id: <20220118123455.4088425-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" Signed-off-by: Michael Tremer Reviewed-by: Adolf Belka --- lfs/dnsdist | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lfs/dnsdist b/lfs/dnsdist index 8aaca9524..a0d8a20b1 100644 --- a/lfs/dnsdist +++ b/lfs/dnsdist @@ -24,7 +24,7 @@ include Config -VER = 1.6.1 +VER = 1.7.0 THISAPP = dnsdist-$(VER) DL_FILE = $(THISAPP).tar.bz2 @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = dnsdist -PAK_VER = 10 +PAK_VER = 11 SUP_ARCH = x86_64 aarch64 @@ -48,7 +48,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = fc314583a33d1256fecb41dac64a77e3 +$(DL_FILE)_MD5 = 51cca04895eb04278ba01491a5f24984 install : $(TARGET)