Compare commits
10 Commits
a49161ebfc
...
dd25b176f9
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
dd25b176f9 | ||
|
|
182e0812bd | ||
|
|
2cf717f7fa | ||
|
|
89323c4386 | ||
|
|
3d1eca2192 | ||
|
|
7275ff3e94 | ||
|
|
aceac82619 | ||
|
|
736f47c305 | ||
|
|
1db515eca6 | ||
|
|
21b50e9436 |
BIN
Net-DNS-SEC-1.19.tar.gz
Normal file
BIN
Net-DNS-SEC-1.19.tar.gz
Normal file
Binary file not shown.
15
gost-rm.patch
Normal file
15
gost-rm.patch
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
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
|
||||||
|
|
||||||
71
perl-Net-DNS-SEC.spec
Normal file
71
perl-Net-DNS-SEC.spec
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
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