Update to 2.047
- New upstream release 2.047 - Better fix for problem which 2.046 tried to fix but broke LWP that way - Update patches as needed
This commit is contained in:
parent
259846ffa3
commit
d3f2356cc9
@ -9,7 +9,7 @@
|
||||
SSL_verify_callback => undef,
|
||||
SSL_verifycn_scheme => undef, # fallback cn verification
|
||||
SSL_verifycn_publicsuffix => undef, # fallback default list verification
|
||||
@@ -2235,7 +2235,7 @@ sub new {
|
||||
@@ -2251,7 +2251,7 @@ sub new {
|
||||
|
||||
my $ssl_op = $DEFAULT_SSL_OP;
|
||||
|
@ -1,5 +1,5 @@
|
||||
Name: perl-IO-Socket-SSL
|
||||
Version: 2.046
|
||||
Version: 2.047
|
||||
Release: 1%{?dist}
|
||||
Summary: Perl library for transparent SSL
|
||||
Group: Development/Libraries
|
||||
@ -7,7 +7,7 @@ License: GPL+ or Artistic
|
||||
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
|
||||
Patch0: IO-Socket-SSL-2.045-use-system-default-cipher-list.patch
|
||||
Patch1: IO-Socket-SSL-2.046-use-system-default-SSL-version.patch
|
||||
Patch1: IO-Socket-SSL-2.047-use-system-default-SSL-version.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
|
||||
BuildArch: noarch
|
||||
# Module Build
|
||||
@ -117,6 +117,11 @@ rm -rf %{buildroot}
|
||||
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 17 2017 Paul Howarth <paul@city-fan.org> - 2.047-1
|
||||
- Update to 2.047
|
||||
- Better fix for problem which 2.046 tried to fix but broke LWP that way
|
||||
- Update patches as needed
|
||||
|
||||
* Thu Feb 16 2017 Paul Howarth <paul@city-fan.org> - 2.046-1
|
||||
- Update to 2.046
|
||||
- Clean up everything in DESTROY and make sure to start with a fresh
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (IO-Socket-SSL-2.046.tar.gz) = 24e9e1f8716cf9829ce9028b72616a68ece56ab0a3d41d56e24a2fead4f7898c4916bcb1627e7fe64a56a210286b2ee08f970eaabd88f65349c33be9e24fd13e
|
||||
SHA512 (IO-Socket-SSL-2.047.tar.gz) = 402d08d0c3fc9fb34ca83f371c1368cced68636198b0cb807562d480335784183850d1f1f9deb82b2ede312e86116624ed09439915c81cbbed3412e8e5697a72
|
||||
|
Loading…
Reference in New Issue
Block a user