Compare commits
No commits in common. "dd25b176f94b19133dabd021026ab46f0bf251ad" and "a49161ebfcd3cd5a6fd8deacff2658da5d75e716" have entirely different histories.
dd25b176f9
...
a49161ebfc
Binary file not shown.
@ -1,15 +0,0 @@
|
|||||||
diff --git a/MANIFEST b/MANIFEST
|
|
||||||
index afc3e05..c708eec 100644
|
|
||||||
--- a/MANIFEST
|
|
||||||
+++ b/MANIFEST
|
|
||||||
@@ -15,7 +15,6 @@ lib/Net/DNS/SEC/Keyset.pm
|
|
||||||
lib/Net/DNS/SEC/Private.pm
|
|
||||||
lib/Net/DNS/SEC/DSA.pm
|
|
||||||
lib/Net/DNS/SEC/ECDSA.pm
|
|
||||||
-lib/Net/DNS/SEC/ECCGOST.pm
|
|
||||||
lib/Net/DNS/SEC/EdDSA.pm
|
|
||||||
lib/Net/DNS/SEC/RSA.pm
|
|
||||||
lib/Net/DNS/SEC/libcrypto.pod
|
|
||||||
--
|
|
||||||
2.30.0
|
|
||||||
|
|
||||||
@ -1,71 +0,0 @@
|
|||||||
Name: perl-Net-DNS-SEC
|
|
||||||
Version: 1.19
|
|
||||||
Release: 2
|
|
||||||
Summary: An extension module of Perl(Net::DNS) package
|
|
||||||
License: MIT
|
|
||||||
URL: https://metacpan.org/release/Net-DNS-SEC
|
|
||||||
Source0: https://cpan.metacpan.org/authors/id/N/NL/NLNETLABS/Net-DNS-SEC-%{version}.tar.gz
|
|
||||||
Patch0: gost-rm.patch
|
|
||||||
|
|
||||||
BuildRequires: gcc coreutils make openssl-devel => 1.1 perl-generators perl-interpreter
|
|
||||||
BuildRequires: perl-devel perl(Config) perl(constant) perl(ExtUtils::MakeMaker) >= 6.76
|
|
||||||
BuildRequires: perl(strict) perl(warnings) perl(base) perl(Carp) perl(DynaLoader)
|
|
||||||
BuildRequires: perl(Exporter) perl(File::Spec) >= 0.86 perl(File::Spec::Functions)
|
|
||||||
BuildRequires: perl(integer) perl(IO::File) perl(MIME::Base64) >= 2.11 perl(Net::DNS) >= 1.08
|
|
||||||
BuildRequires: perl(Net::DNS::RR::DNSKEY) perl(Net::DNS::RR::DS) perl(Net::DNS::RR::KEY)
|
|
||||||
BuildRequires: perl(Net::DNS::RR::RRSIG) perl(Net::DNS::RR::SIG) perl(Net::DNS::ZoneFile)
|
|
||||||
BuildRequires: perl(File::Find) perl(Test::More) perl(Time::Local)
|
|
||||||
|
|
||||||
Requires: perl(Net::DNS::RR::DNSKEY)
|
|
||||||
Requires: perl(:MODULE_COMPAT_%(eval "$(perl -V:version)"; echo $version))
|
|
||||||
|
|
||||||
%description
|
|
||||||
The perl-Net-DNS-SEC package contains Net::DNS::SEC module which implements the
|
|
||||||
cryptographic signature generation and verification functions that are relevant
|
|
||||||
for DNSSEC operations. It also provides a class for handling keysets. Keysets
|
|
||||||
are administrative files used by the BIND tools for key maintenance tasks.
|
|
||||||
Net::DNS::SEC::Keyset provides an abstract interface for doing fun things with
|
|
||||||
them.
|
|
||||||
|
|
||||||
%package help
|
|
||||||
Summary: Documents for perl-Net-DNS-SEC
|
|
||||||
BuildArch: noarch
|
|
||||||
|
|
||||||
%description help
|
|
||||||
The perl-Net-DNS-SEC-help package contains related documents.
|
|
||||||
|
|
||||||
%prep
|
|
||||||
%autosetup -n Net-DNS-SEC-%{version} -p1
|
|
||||||
rm -f lib/Net/DNS/SEC/ECCGOST.pm
|
|
||||||
|
|
||||||
%build
|
|
||||||
perl Makefile.PL INSTALLDIRS=vendor NO_PACKLIST=1
|
|
||||||
%make_build
|
|
||||||
|
|
||||||
%install
|
|
||||||
make pure_install DESTDIR=%{buildroot}
|
|
||||||
%{_fixperms} %{buildroot}/*
|
|
||||||
|
|
||||||
%check
|
|
||||||
make test
|
|
||||||
|
|
||||||
%files
|
|
||||||
%doc Changes README demo
|
|
||||||
%{perl_vendorarch}/*
|
|
||||||
%exclude %dir %{perl_vendorarch}/auto/
|
|
||||||
|
|
||||||
%files help
|
|
||||||
%{_mandir}/man3/*
|
|
||||||
|
|
||||||
%changelog
|
|
||||||
* Tue Nov 22 2022 xu_ping <xuping33@h-partners.com> - 1.19-2
|
|
||||||
- Modify invalid source
|
|
||||||
|
|
||||||
* Fri Oct 21 2022 wulei <wulei80@h-partners.com> - 1.19-1
|
|
||||||
- Upgrade to version 1.19
|
|
||||||
|
|
||||||
* Wed Jun 02 2021 zhaoyao<zhaoyao32@huawei.com> - 1.09-5
|
|
||||||
- fixs faileds: /bin/sh: gcc: command not found.
|
|
||||||
|
|
||||||
* Fri Feb 21 2020 Jiangping Hu <hujp1985@foxmail.com> - 1.09-4
|
|
||||||
- Package init
|
|
||||||
Loading…
x
Reference in New Issue
Block a user