Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
dd25b176f9
!8 Modify invalid source
From: @cherry530 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-11-22 12:08:43 +00:00
cherry530
182e0812bd Modify invalid source
Signed-off-by: cherry530 <xuping33@huawei.com>
2022-11-22 19:23:21 +08:00
openeuler-ci-bot
2cf717f7fa
!7 【openEuler-22.03-LTS-Next】upgrade version to 1.19
From: @wu-leilei 
Reviewed-by: @gitee-cmd 
Signed-off-by: @gitee-cmd
2022-10-24 08:54:16 +00:00
wu-leilei
89323c4386 update to 1.19 2022-10-21 11:10:47 +08:00
openeuler-ci-bot
3d1eca2192
!6 【轻量级 PR】:fix bogus date in %changelog
From: @zhangkea 
Reviewed-by: @shinwell_hu 
Signed-off-by: @shinwell_hu
2022-06-16 08:29:34 +00:00
ut001695
7275ff3e94 fix bogus date in %changelog 2022-06-16 11:32:13 +08:00
openeuler-ci-bot
aceac82619 !2 添加gcc依赖, 解决gcc command not found.
From: @shine_
Reviewed-by: @shinwell_hu
Signed-off-by: @shinwell_hu
2021-06-06 14:46:17 +08:00
shine_
736f47c305 fix failed: gcc command not found. 2021-06-04 16:40:02 +08:00
openeuler-ci-bot
1db515eca6 !1 package init
Merge pull request !1 from 快乐的一只小青蛙/br_pi
2020-02-26 17:34:02 +08:00
byeX012
21b50e9436 Package init 2020-02-26 16:47:48 +08:00
3 changed files with 86 additions and 0 deletions

BIN
Net-DNS-SEC-1.19.tar.gz Normal file

Binary file not shown.

15
gost-rm.patch Normal file
View 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
View 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