From patchwork Tue Mar 30 04:50:44 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Fischer X-Patchwork-Id: 3998 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 4F8cTV269Mz3wrV for ; Tue, 30 Mar 2021 04:50:54 +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 4F8cTT0yHlzpM; Tue, 30 Mar 2021 04:50:53 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4F8cTS6CF9z2xs0; Tue, 30 Mar 2021 04:50:52 +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 4F8cTQ6KdNz2xLb for ; Tue, 30 Mar 2021 04:50:50 +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 4F8cTQ0k8tznm for ; Tue, 30 Mar 2021 04:50:50 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1617079850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=EzKMJYwWnluyrBskQzRXilrOJEvuzrCdLaVxeJw4/AE=; b=A0bIUoMPlv18Yhm5qQwx+efBdq4lEilm8gVe0yMD+6po8RqACcEk/I+gw7w8bGJvSTOmci wRhnlveGVH1nc+BA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1617079850; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc; bh=EzKMJYwWnluyrBskQzRXilrOJEvuzrCdLaVxeJw4/AE=; b=dirUm9NGG9bXdGbqT02k6F4ZugEljUn11wONhmGDsaL3o09ZmrmDNbS9PpIG3NczyxByUA BJfn+bPfzWy3ehFpRptHIwWXVO/vH9vvKNSBookULrYd9eaaadk3z7Sxj/UHe8EvB7V/1s MCIqO5U3z5tQCHtx5JGwQN8YtA9cistuSeQ8922iQMby402WVPBv04lPS2aoXflBrlU+c0 RvBfRR25LFEAHarpA46qTFVH3jIy8d1MFGASlfwNfSLCF9AZwEamGU0TDK+NhCMEGGXbFG 8igqQzsZym2RHJkvQ9f2alnWoe0J+kuBHLycW/E/8mZit5zVynXyPXLJ95CIVg== From: Matthias Fischer To: development@lists.ipfire.org Subject: [PATCH] Net-DNS (V2): Update to 1.29_02 Date: Tue, 30 Mar 2021 06:50:44 +0200 Message-Id: <20210330045044.14551-1-matthias.fischer@ipfire.org> 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" For details see: https://metacpan.org/changes/distribution/Net-DNS Signed-off-by: Matthias Fischer --- config/rootfiles/common/Net-DNS | 4 ++++ lfs/Net-DNS | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/config/rootfiles/common/Net-DNS b/config/rootfiles/common/Net-DNS index 5ccee9949..069105a7c 100644 --- a/config/rootfiles/common/Net-DNS +++ b/config/rootfiles/common/Net-DNS @@ -31,6 +31,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/EUI64.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/GPOS.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HINFO.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HIP.pm +usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/HTTPS.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/IPSECKEY.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/ISDN.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/KEY.pm @@ -64,6 +65,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SOA.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SPF.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SRV.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SSHFP.pm +usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/SVCB.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TKEY.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TLSA.pm usr/lib/perl5/site_perl/5.30.0/Net/DNS/RR/TSIG.pm @@ -118,6 +120,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/ZoneFile.pm #usr/share/man/man3/Net::DNS::RR::GPOS.3 #usr/share/man/man3/Net::DNS::RR::HINFO.3 #usr/share/man/man3/Net::DNS::RR::HIP.3 +#usr/share/man/man3/Net::DNS::RR::HTTPS.3 #usr/share/man/man3/Net::DNS::RR::IPSECKEY.3 #usr/share/man/man3/Net::DNS::RR::ISDN.3 #usr/share/man/man3/Net::DNS::RR::KEY.3 @@ -151,6 +154,7 @@ usr/lib/perl5/site_perl/5.30.0/Net/DNS/ZoneFile.pm #usr/share/man/man3/Net::DNS::RR::SPF.3 #usr/share/man/man3/Net::DNS::RR::SRV.3 #usr/share/man/man3/Net::DNS::RR::SSHFP.3 +#usr/share/man/man3/Net::DNS::RR::SVCB.3 #usr/share/man/man3/Net::DNS::RR::TKEY.3 #usr/share/man/man3/Net::DNS::RR::TLSA.3 #usr/share/man/man3/Net::DNS::RR::TSIG.3 diff --git a/lfs/Net-DNS b/lfs/Net-DNS index 5cdc2155d..8bd2356c2 100644 --- a/lfs/Net-DNS +++ b/lfs/Net-DNS @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2020 Michael Tremer & Christian Schmidt # +# Copyright (C) 2007-2021 IPFire Team # # # # This program is free software: you can redistribute it and/or modify # # it under the terms of the GNU General Public License as published by # @@ -24,7 +24,7 @@ include Config -VER = 1.25 +VER = 1.29_02 THISAPP = Net-DNS-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 5c0d1a6de317993e146ce6d37c897be5 +$(DL_FILE)_MD5 = 2bf25bccd13ce2dcc4f10a6bef9cae25 install : $(TARGET)