Compare commits
11 Commits
131297dabd
...
14644c35a2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
14644c35a2 | ||
|
|
62ed114d23 | ||
|
|
c8483d6062 | ||
|
|
331cf2db1f | ||
|
|
9b63e67550 | ||
|
|
831d8ca4b5 | ||
|
|
f0fd72e931 | ||
|
|
9e8a1642d0 | ||
|
|
0eeef3dd9e | ||
|
|
37d1751f25 | ||
|
|
3c2b46209f |
Binary file not shown.
BIN
Net-SSLeay-1.92.tar.gz
Normal file
BIN
Net-SSLeay-1.92.tar.gz
Normal file
Binary file not shown.
25
openEuler-fix-Failed-test-CIPHER_get_version.patch
Normal file
25
openEuler-fix-Failed-test-CIPHER_get_version.patch
Normal file
@ -0,0 +1,25 @@
|
||||
From e25fe9f0bc14386e9ddc0259f1789ff2b9986354 Mon Sep 17 00:00:00 2001
|
||||
From: shixuantong <shixuantong@h-partners.com>
|
||||
Date: Tue, 28 Jun 2022 11:52:56 +0800
|
||||
Subject: [PATCH] fix Failed test CIPHER_get_version
|
||||
|
||||
---
|
||||
t/local/43_misc_functions.t | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/t/local/43_misc_functions.t b/t/local/43_misc_functions.t
|
||||
index c67df75..dbe0923 100644
|
||||
--- a/t/local/43_misc_functions.t
|
||||
+++ b/t/local/43_misc_functions.t
|
||||
@@ -318,7 +318,7 @@ sub test_cipher_funcs
|
||||
|
||||
# For example: TLSv1/SSLv3, SSLv2
|
||||
my $vers = Net::SSLeay::CIPHER_get_version($c);
|
||||
- $vers_failed++ if length($vers) < 5;
|
||||
+ $vers_failed++ if (length($vers) < 5 and $vers ne "TLCP");
|
||||
|
||||
# See that get_bits returns the same no matter how it's called
|
||||
my $alg_bits;
|
||||
--
|
||||
1.8.3.1
|
||||
|
||||
@ -1,12 +1,15 @@
|
||||
Name: perl-Net-SSLeay
|
||||
Version: 1.88
|
||||
Release: 5
|
||||
Version: 1.92
|
||||
Release: 2
|
||||
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
|
||||
|
||||
Patch9000: openEuler-fix-Failed-test-CIPHER_get_version.patch
|
||||
|
||||
# Build requires
|
||||
BuildRequires: openssl-devel perl-devel perl-generators
|
||||
BuildRequires: openssl-devel perl-devel perl-generators gcc bc openssl zlib-devel
|
||||
# Test Suite requires
|
||||
BuildRequires: perl-Test-NoWarnings perl-Test-Pod
|
||||
# Runtime requires
|
||||
@ -18,7 +21,7 @@ This Package provides perl modules(Net::SSLeay and Net::SSLeay::Handle) for usin
|
||||
%package_help
|
||||
|
||||
%prep
|
||||
%autosetup -n Net-SSLeay-%{version}
|
||||
%autosetup -n Net-SSLeay-%{version} -p1
|
||||
|
||||
rm -f examples/cb-testi.pl examples/server_key.pem
|
||||
|
||||
@ -44,6 +47,21 @@ make test
|
||||
%doc QuickRef examples/
|
||||
|
||||
%changelog
|
||||
* Mon Feb 6 2023 wangyuhang <wangyuhang27@huawei.com> - 1.92-2
|
||||
- add buildrequire: zlib-devel
|
||||
|
||||
* Wed Oct 26 2022 wangyuhang <wangyuhang27@openeuler.org> - 1.92-1
|
||||
- update version to 1.92
|
||||
|
||||
* Tue Jun 28 2022 shixuantong <shixuantong@h-partners.com> - 1.90-2
|
||||
- fix Failed test CIPHER_get_version
|
||||
|
||||
* Mon Dec 20 2021 shangyibin <shangyibin1@openeuler.org> - 1.90-1
|
||||
- DESC:update version to 1.90
|
||||
|
||||
* Tue Jun 29 2021 wuchaochao <wuchaochao4@huawei.com> - 1.88-6
|
||||
- add buildrequers : bc, gcc, openssl
|
||||
|
||||
* Mon Feb 3 2020 openEuler Buildteam <buildteam@openeuler.org> - 1.88-5
|
||||
- Type:enhancement
|
||||
- ID:NA
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user