From patchwork Thu Feb 16 16:24:50 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Stefan Schantl X-Patchwork-Id: 6540 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 4PHgJq1Nfgz3x1h for ; Thu, 16 Feb 2023 16:24:59 +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 4PHgJp05dNzqc; Thu, 16 Feb 2023 16:24:57 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4PHgJn6B9Bz2yq0; Thu, 16 Feb 2023 16:24:57 +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 4PHgJm3Jzbz2xYk for ; Thu, 16 Feb 2023 16:24:56 +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 4PHgJl6pVDznv; Thu, 16 Feb 2023 16:24:55 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1676564696; 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=XAjtEpr6p5VvzqSqQhilQ8xsT+K1bUMhGu3HkFn1Njs=; b=6XKRgLQnKVMBdIbUitiEl+PPiO4ceLiAJETvyDtpQ4/QyXqKF7cE9U76EnRCs5u+5iEKtY GUGv/oRCHpuWXtDA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1676564696; 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=XAjtEpr6p5VvzqSqQhilQ8xsT+K1bUMhGu3HkFn1Njs=; b=bw3wwME1RlFhsUs6Aa65NMI0rZNAxj/3tLZmMBB+ZBfd8Aj9F/AhvcfbzyMQ3gVZFEhszZ 6iD7KfdpxMZgagpOFBxGQDOchozot++KXVEKZnGI5HD2Hwc3NZLGy8rxFSkZBWc5c2MQy6 TguTQQvTRRZxh9zuQ07EbGxlbcjsFv5wBV39SeTmoC1EJd4PnHAGw0Sqtla2/7pqwXIM2r GFNgxP1Igs1ujqEN67COxAAIMwoOGimUJN+d1CfTL13mS21R8S6FfxWOvX1Eoh/sLoLZzT 3N/naaxtKbAhsjrqg9uYhJJkDDdiBx7YEJ1SnH693qF8PgTfJGtP9fMo7s5yAQ== From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] bind: Update to 9.19.9 Date: Thu, 16 Feb 2023 17:24:50 +0100 Message-Id: <20230216162450.1035893-1-stefan.schantl@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" * Also link against krb5 to provide REALM support for nsupdate Signed-off-by: Stefan Schantl --- bind/bind.nm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bind/bind.nm b/bind/bind.nm index 87f459b23..4e7cc30b4 100644 --- a/bind/bind.nm +++ b/bind/bind.nm @@ -4,7 +4,7 @@ ############################################################################### name = bind -version = 9.18.10 +version = 9.19.9 release = 1 groups = Networking/Tools @@ -26,6 +26,7 @@ build libcap-devel libidn2-devel libuv-devel + krb5-devel nghttp2-devel pkg-config openssl-devel >= 1.0.1h-2