From patchwork Wed Sep 2 16:22:09 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 10166 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4hZp1Y4hjvz3wqL for ; Wed, 02 Sep 2026 16:23:13 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "YE1" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4hZp1P2DnHz5dy for ; Wed, 02 Sep 2026 16:23:05 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4hZp0y16kLz36WF for ; Wed, 02 Sep 2026 16:22:42 +0000 (UTC) X-Original-To: development@lists.ipfire.org 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 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "YR2" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4hZp0v4K9Dz2xN4 for ; Wed, 02 Sep 2026 16:22:39 +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 RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4hZp0k4kV2zjg; Wed, 02 Sep 2026 16:22:30 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1788366150; 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=60VfnGfYTeiUxveFCHuZ+R3al6RPbd/v6uusmhwsj1Y=; b=ZNMfoi1GVUtSf7joOdKdIqtgx1DTUha+EdokrjXCjlVYkS5+7CCA2gccG//LW3dY9hB/a7 mE6dH9aysFLXNMDw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1788366150; 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=60VfnGfYTeiUxveFCHuZ+R3al6RPbd/v6uusmhwsj1Y=; b=P3wcx5GFxu3FTRVF6WQN1qEB/uJiz/riAjTh3z6Ep/k9E81iSM54wKBfJpetDvwjs8P0aN l4xN/eanNiDo/A3/B4o7yhsqrpSJxLZ8AzsyBG/rvf9aLbuc6Ms451TeTzAfUxqeGid1t0 /zLjd0XIah0ASUsepHIQw0aca6B0o0Afbijd+OMG/ABAhCI7WXsW0yCdsII72vL4kK81ub QjP0l4qiS5UzWCvyefDFdWauF8OAQr+/D91bXSLHLxWT+snjlE87MoVm09e1VvIz1G7IfG gRm5HVbfnaqtAexUMRdjha5hYxdsqnKlHwSD0TTWU03Qx38ZQ2jYpujvmimGCA== From: Matthias Fischer To: development@lists.ipfire.org Cc: Matthias Fischer Subject: [PATCH] Net-DNS: Update to 1.57 Date: Wed, 2 Sep 2026 18:22:09 +0200 Message-ID: <20260902162221.3363244-1-matthias.fischer@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 For details see: https://metacpan.org/dist/Net-DNS/changes "**** 1.57 Sep 1, 2026 Resync with IANA DNS parameters registry. EDNS: Add support for MQTYPE-QUERY option. Fix rt.cpan.org #181125 Unbounded recursion when re-encoding message with misplaced TSIG Fix rt.cpan.org #180773 UNIX resolver can fail in taint mode" Signed-off-by: Matthias Fischer --- lfs/perl-Net-DNS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/perl-Net-DNS b/lfs/perl-Net-DNS index c2bd7e201..f004d325f 100644 --- a/lfs/perl-Net-DNS +++ b/lfs/perl-Net-DNS @@ -24,7 +24,7 @@ include Config -VER = 1.56 +VER = 1.57 THISAPP = Net-DNS-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 4b81b09e9c753b248a663f4ea1e1121ba62e00ab0f2abb5af4afe554d1eb3a137672cd4c3bceb85c6113d7c5eaad75994273a4db2fe6842c80541f4e72f8a060 +$(DL_FILE)_BLAKE2 = b177e850dbcf592c9da25413bb46b11b408fb9139fc65758dad1fd4bfc8e69184a2c9f294a737d52e20fdcff4973cfe214f8107d6219b5eac8144d674b325669 install : $(TARGET)