diff --git a/Net-DNS-SEC-1.26.tar.gz b/Net-DNS-SEC-1.26.tar.gz deleted file mode 100644 index 2b20e76..0000000 --- a/Net-DNS-SEC-1.26.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:88592c65487fb7b4d05134f2f9c48e649a9cd533a8493c50189b649b4ea711a6 -size 42367 diff --git a/Net-DNS-SEC-1.27.tar.gz b/Net-DNS-SEC-1.27.tar.gz new file mode 100644 index 0000000..7d1ab13 --- /dev/null +++ b/Net-DNS-SEC-1.27.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a64482584ef3ba8f84aced78d696048b87e25ca7fb3c91a50df391157212c4bd +size 43251 diff --git a/perl-Net-DNS-SEC.changes b/perl-Net-DNS-SEC.changes index db3f0da..95a3191 100644 --- a/perl-Net-DNS-SEC.changes +++ b/perl-Net-DNS-SEC.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Jan 17 05:39:27 UTC 2026 - Tina Müller + +- updated to 1.270.0 (1.27) + see /usr/share/doc/packages/perl-Net-DNS-SEC/Changes + + **** 1.27 Jan 16, 2026 + + Provide deprecation status for RSA and DSA (per RFC9904) + ------------------------------------------------------------------- Tue Jul 30 05:31:06 UTC 2024 - Tina Müller diff --git a/perl-Net-DNS-SEC.spec b/perl-Net-DNS-SEC.spec index fb7fcdb..851fd17 100644 --- a/perl-Net-DNS-SEC.spec +++ b/perl-Net-DNS-SEC.spec @@ -1,7 +1,7 @@ # # spec file for package perl-Net-DNS-SEC # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,10 +18,10 @@ %define cpan_name Net-DNS-SEC Name: perl-Net-DNS-SEC -Version: 1.260.0 +Version: 1.270.0 Release: 0 -# 1.26 -> normalize -> 1.260.0 -%define cpan_version 1.26 +# 1.27 -> normalize -> 1.270.0 +%define cpan_version 1.27 License: MIT Summary: DNSSEC extensions to Net::DNS URL: https://metacpan.org/release/%{cpan_name} @@ -37,26 +37,27 @@ BuildRequires: perl(ExtUtils::MakeMaker) >= 6.48 BuildRequires: perl(File::Find) >= 1.13 BuildRequires: perl(File::Spec) >= 3.29 BuildRequires: perl(IO::File) >= 1.14 -BuildRequires: perl(Net::DNS) >= 1.08 +BuildRequires: perl(Net::DNS) >= 1.80 +BuildRequires: perl(Test::Builder) >= 0.8 BuildRequires: perl(Test::More) >= 0.8 Requires: perl(Carp) >= 1.1 Requires: perl(DynaLoader) >= 1.09 Requires: perl(Exporter) >= 5.63 Requires: perl(File::Spec) >= 3.29 Requires: perl(IO::File) >= 1.14 -Requires: perl(Net::DNS) >= 1.08 +Requires: perl(Net::DNS) >= 1.80 Provides: perl(Net::DNS::SEC) = %{version} -Provides: perl(Net::DNS::SEC::DSA) -Provides: perl(Net::DNS::SEC::Digest) +Provides: perl(Net::DNS::SEC::DSA) = 2042.0.0 +Provides: perl(Net::DNS::SEC::Digest) = 2002.0.0 Provides: perl(Net::DNS::SEC::Digest::MD5) Provides: perl(Net::DNS::SEC::Digest::SHA) Provides: perl(Net::DNS::SEC::Digest::SHA3) Provides: perl(Net::DNS::SEC::Digest::SM3) -Provides: perl(Net::DNS::SEC::ECDSA) -Provides: perl(Net::DNS::SEC::EdDSA) -Provides: perl(Net::DNS::SEC::Keyset) -Provides: perl(Net::DNS::SEC::Private) -Provides: perl(Net::DNS::SEC::RSA) +Provides: perl(Net::DNS::SEC::ECDSA) = 2002.0.0 +Provides: perl(Net::DNS::SEC::EdDSA) = 2002.0.0 +Provides: perl(Net::DNS::SEC::Keyset) = 2002.0.0 +Provides: perl(Net::DNS::SEC::Private) = 2003.0.0 +Provides: perl(Net::DNS::SEC::RSA) = 2042.0.0 %undefine __perllib_provides %{perl_requires} # MANUAL BEGIN @@ -77,7 +78,7 @@ The extended features are made available by replacing Net::DNS by Net::DNS::SEC in the use declaration. %prep -%autosetup -n %{cpan_name}-%{cpan_version} +%autosetup -n %{cpan_name}-%{cpan_version} -p1 %build perl Makefile.PL INSTALLDIRS=vendor OPTIMIZE="%{optflags}"