OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=14
This commit is contained in:
parent
819673c792
commit
3ea4ac4e3a
@ -1,11 +0,0 @@
|
||||
--- SSL.pm
|
||||
+++ SSL.pm
|
||||
@@ -1303,7 +1303,7 @@
|
||||
|
||||
if ($arg_hash->{'SSL_check_crl'}) {
|
||||
if (Net::SSLeay::OPENSSL_VERSION_NUMBER() >= 0x0090702f) {
|
||||
- Net::SSLeay::X509_STORE_CTX_set_flags(
|
||||
+ Net::SSLeay::X509_STORE_set_flags(
|
||||
Net::SSLeay::CTX_get_cert_store($ctx),
|
||||
Net::SSLeay::X509_V_FLAG_CRL_CHECK()
|
||||
);
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2dd983c69e8e2c601306c3107cad1f66c5d8244839e08e3b125c71dc0dc54278
|
||||
size 55203
|
3
IO-Socket-SSL-1.16.tar.bz2
Normal file
3
IO-Socket-SSL-1.16.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:87cf9c174c2326368bcd47eeba84731bdd23299b1222ae49809d5144e83a6250
|
||||
size 55389
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 6 15:05:26 CEST 2008 - anicka@suse.cz
|
||||
|
||||
- update to 1.16
|
||||
* change code for SSL_check_crl to use X509_STORE_set_flags
|
||||
instead of X509_STORE_CTX_set_flags
|
||||
* change opened() to report -1 if the IO::Handle is open, but the
|
||||
SSL connection failed, needed with HTTP::Daemon::SSL which will
|
||||
send an error mssage over the unencrypted socket
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 10 16:58:20 CEST 2008 - anicka@suse.cz
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.15)
|
||||
# spec file for package perl-IO-Socket-SSL (Version 1.16)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -20,7 +20,7 @@
|
||||
|
||||
Name: perl-IO-Socket-SSL
|
||||
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
||||
Version: 1.15
|
||||
Version: 1.16
|
||||
Release: 1
|
||||
Provides: p_iossl
|
||||
Obsoletes: p_iossl
|
||||
@ -32,7 +32,6 @@ License: Artistic License
|
||||
Url: http://cpan.org/modules/by-module/IO
|
||||
Summary: IO::Socket::SSL Perl Module
|
||||
Source: IO-Socket-SSL-%{version}.tar.bz2
|
||||
Patch: IO-Socket-SSL-%{version}-store_set_flags.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@ -49,7 +48,6 @@ Authors:
|
||||
|
||||
%prep
|
||||
%setup -q -n IO-Socket-SSL-%{version}
|
||||
%patch
|
||||
|
||||
%build
|
||||
perl Makefile.PL
|
||||
@ -79,6 +77,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
/var/adm/perl-modules/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Oct 06 2008 anicka@suse.cz
|
||||
- update to 1.16
|
||||
* change code for SSL_check_crl to use X509_STORE_set_flags
|
||||
instead of X509_STORE_CTX_set_flags
|
||||
* change opened() to report -1 if the IO::Handle is open, but the
|
||||
SSL connection failed, needed with HTTP::Daemon::SSL which will
|
||||
send an error mssage over the unencrypted socket
|
||||
* Wed Sep 10 2008 anicka@suse.cz
|
||||
- update to 1.15
|
||||
* change internal behavior when SSL handshake failed (like when
|
||||
|
Loading…
x
Reference in New Issue
Block a user