2019-09-30 11:12:58 -04:00
|
|
|
Name: perl-Net-SSLeay
|
2024-01-30 18:22:22 +08:00
|
|
|
Version: 1.94
|
|
|
|
|
Release: 1
|
2019-09-30 11:12:58 -04:00
|
|
|
Summary: Perl module for using OpenSSL
|
|
|
|
|
License: Artistic 2.0
|
|
|
|
|
URL: https://metacpan.org/release/Net-SSLeay
|
|
|
|
|
Source0: https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-%{version}.tar.gz
|
2022-06-28 14:12:48 +08:00
|
|
|
|
2019-09-30 11:12:58 -04:00
|
|
|
# Build requires
|
2023-02-06 15:57:00 +08:00
|
|
|
BuildRequires: openssl-devel perl-devel perl-generators gcc bc openssl zlib-devel
|
2019-09-30 11:12:58 -04:00
|
|
|
# Test Suite requires
|
2019-11-06 19:46:40 +08:00
|
|
|
BuildRequires: perl-Test-NoWarnings perl-Test-Pod
|
2019-09-30 11:12:58 -04:00
|
|
|
# Runtime requires
|
|
|
|
|
Requires: perl perl-MIME-Base64
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
This Package provides perl modules(Net::SSLeay and Net::SSLeay::Handle) for using OpenSSL.
|
|
|
|
|
|
2019-11-06 19:46:40 +08:00
|
|
|
%package_help
|
2019-09-30 11:12:58 -04:00
|
|
|
|
|
|
|
|
%prep
|
2022-06-28 14:12:48 +08:00
|
|
|
%autosetup -n Net-SSLeay-%{version} -p1
|
2019-09-30 11:12:58 -04:00
|
|
|
|
2020-02-03 17:10:18 +08:00
|
|
|
rm -f examples/cb-testi.pl examples/server_key.pem
|
|
|
|
|
|
2019-09-30 11:12:58 -04:00
|
|
|
%build
|
|
|
|
|
perl Makefile.PL INSTALLDIRS=vendor NO_PERLLOCAL=1 NO_PACKLIST=1
|
|
|
|
|
%make_build
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%make_install
|
2019-12-25 16:02:52 +08:00
|
|
|
%{_fixperms} %{buildroot}/*
|
2019-09-30 11:12:58 -04:00
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
make test
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc Changes Credits README CONTRIBUTING.md
|
|
|
|
|
%{perl_vendorarch}/auto/Net/*
|
|
|
|
|
%{perl_vendorarch}/Net/SSLeay*
|
|
|
|
|
|
|
|
|
|
%files help
|
|
|
|
|
%{_mandir}/man3/Net::SSLeay*
|
|
|
|
|
%doc QuickRef examples/
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-01-30 18:22:22 +08:00
|
|
|
* Wed Jan 31 2024 woody2918 <wudi1@uniontech.com> - 1.94-1
|
|
|
|
|
- update version to 1.94
|
2024-01-31 01:55:43 +00:00
|
|
|
- supports all stable releases of OpenSSL 3.1 and 3.2, and LibreSSL 3.5 - 3.8.
|
|
|
|
|
- Enhancements to the API.
|
2024-01-30 18:22:22 +08:00
|
|
|
|
2023-02-06 15:57:00 +08:00
|
|
|
* Mon Feb 6 2023 wangyuhang <wangyuhang27@huawei.com> - 1.92-2
|
|
|
|
|
- add buildrequire: zlib-devel
|
|
|
|
|
|
2022-10-26 10:52:58 +08:00
|
|
|
* Wed Oct 26 2022 wangyuhang <wangyuhang27@openeuler.org> - 1.92-1
|
|
|
|
|
- update version to 1.92
|
|
|
|
|
|
2022-06-28 14:12:48 +08:00
|
|
|
* Tue Jun 28 2022 shixuantong <shixuantong@h-partners.com> - 1.90-2
|
|
|
|
|
- fix Failed test CIPHER_get_version
|
|
|
|
|
|
2021-11-19 17:31:04 +08:00
|
|
|
* Mon Dec 20 2021 shangyibin <shangyibin1@openeuler.org> - 1.90-1
|
|
|
|
|
- DESC:update version to 1.90
|
|
|
|
|
|
2022-06-16 11:38:49 +08:00
|
|
|
* Tue Jun 29 2021 wuchaochao <wuchaochao4@huawei.com> - 1.88-6
|
2021-06-29 10:14:59 +08:00
|
|
|
- add buildrequers : bc, gcc, openssl
|
|
|
|
|
|
2020-02-03 17:10:18 +08:00
|
|
|
* Mon Feb 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.88-5
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:delete pem file
|
|
|
|
|
|
2019-12-25 16:02:52 +08:00
|
|
|
* Sat Dec 21 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.88-4
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:change mod of files
|
|
|
|
|
|
2019-11-06 19:46:40 +08:00
|
|
|
* Mon Oct 28 2019 shenyangyang <shenyangyang4@huawei.com> - 1.88-3
|
|
|
|
|
- Type:enhancement
|
|
|
|
|
- ID:NA
|
|
|
|
|
- SUG:NA
|
|
|
|
|
- DESC:delete unneeded build requires of perl-Test-Warn and perl-Test-Exception
|
|
|
|
|
|
2019-09-30 11:12:58 -04:00
|
|
|
* Tue Sep 24 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.88-2
|
|
|
|
|
- Adjust requires
|
|
|
|
|
|
|
|
|
|
* Sat Aug 31 2019 openEuler Buildteam <buildteam@openeuler.org> - 1.88-1
|
|
|
|
|
- Package init
|