Update to 2.040
- New upstream release 2.040 - Fix detection of default CA path for OpenSSL 1.1.x - Utils::CERT_asHash now includes the signature algorithm used - Utils::CERT_asHash can now deal with large serial numbers - Update patches as needed
This commit is contained in:
parent
94a62556ae
commit
a6f663d8ce
@ -9,7 +9,7 @@
|
|||||||
SSL_verify_callback => undef,
|
SSL_verify_callback => undef,
|
||||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||||
@@ -2214,7 +2214,7 @@ sub new {
|
@@ -2219,7 +2219,7 @@ sub new {
|
||||||
|
|
||||||
my $ssl_op = $DEFAULT_SSL_OP;
|
my $ssl_op = $DEFAULT_SSL_OP;
|
||||||
|
|
@ -1,5 +1,5 @@
|
|||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
Version: 2.039
|
Version: 2.040
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Perl library for transparent SSL
|
Summary: Perl library for transparent SSL
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
@ -7,7 +7,7 @@ License: GPL+ or Artistic
|
|||||||
URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
URL: http://search.cpan.org/dist/IO-Socket-SSL/
|
||||||
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
|
Source0: http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
|
||||||
Patch0: IO-Socket-SSL-2.039-use-system-default-cipher-list.patch
|
Patch0: IO-Socket-SSL-2.039-use-system-default-cipher-list.patch
|
||||||
Patch1: IO-Socket-SSL-2.039-use-system-default-SSL-version.patch
|
Patch1: IO-Socket-SSL-2.040-use-system-default-SSL-version.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# Module Build
|
# Module Build
|
||||||
@ -95,7 +95,7 @@ make %{?_smp_mflags}
|
|||||||
rm -rf %{buildroot}
|
rm -rf %{buildroot}
|
||||||
make pure_install DESTDIR=%{buildroot}
|
make pure_install DESTDIR=%{buildroot}
|
||||||
find %{buildroot} -type f -name .packlist -delete
|
find %{buildroot} -type f -name .packlist -delete
|
||||||
%{_fixperms} %{buildroot}
|
%{_fixperms} -c %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make test
|
make test
|
||||||
@ -116,6 +116,13 @@ rm -rf %{buildroot}
|
|||||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Dec 18 2016 Paul Howarth <paul@city-fan.org> - 2.040-1
|
||||||
|
- Update to 2.040
|
||||||
|
- Fix detection of default CA path for OpenSSL 1.1.x
|
||||||
|
- Utils::CERT_asHash now includes the signature algorithm used
|
||||||
|
- Utils::CERT_asHash can now deal with large serial numbers
|
||||||
|
- Update patches as needed
|
||||||
|
|
||||||
* Mon Nov 21 2016 Paul Howarth <paul@city-fan.org> - 2.039-1
|
* Mon Nov 21 2016 Paul Howarth <paul@city-fan.org> - 2.039-1
|
||||||
- Update to 2.039
|
- Update to 2.039
|
||||||
- OpenSSL 1.1.0c changed the behavior of SSL_read so that it now returns -1
|
- OpenSSL 1.1.0c changed the behavior of SSL_read so that it now returns -1
|
||||||
|
Loading…
Reference in New Issue
Block a user