forked from pool/perl-IO-Socket-SSL
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-IO-Socket-SSL?expand=0&rev=17
This commit is contained in:
committed by
Git OBS Bridge
parent
9dff622cb9
commit
0cc16c82d7
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fd49f4fd22e43ac2ce6e6c67bc0f792a410b4255e1442b13bde454e3eb106a05
|
|
||||||
size 56606
|
|
3
IO-Socket-SSL-1.23.tar.bz2
Normal file
3
IO-Socket-SSL-1.23.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7a6ed66db0cae3497d2782e04c186cf822a82ae5321493ae4f4a881f332f01a4
|
||||||
|
size 58678
|
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 23 16:49:53 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
- update to 1.23
|
||||||
|
* if neither SSL_ca_file nor SSL_ca_path are known (e.g not given
|
||||||
|
and the default values have no existing file|path) disable
|
||||||
|
checking of certificates, but carp about the problem
|
||||||
|
* new test certificates, the old ones expired and caused tests
|
||||||
|
to fail
|
||||||
|
* Net::SSLeay stores verify callbacks inside hash and never clears
|
||||||
|
them, so set verify callback to NULL in destroy of context
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jan 20 17:50:47 CET 2009 - anicka@suse.cz
|
Tue Jan 20 17:50:47 CET 2009 - anicka@suse.cz
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-IO-Socket-SSL (Version 1.20)
|
# spec file for package perl-IO-Socket-SSL (Version 1.23)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
|
|
||||||
Name: perl-IO-Socket-SSL
|
Name: perl-IO-Socket-SSL
|
||||||
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
BuildRequires: perl-Net-SSLeay perl-libwww-perl
|
||||||
Version: 1.20
|
Version: 1.23
|
||||||
Release: 1
|
Release: 1
|
||||||
Provides: p_iossl
|
Provides: p_iossl
|
||||||
Obsoletes: p_iossl
|
Obsoletes: p_iossl
|
||||||
@@ -77,6 +77,15 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
/var/adm/perl-modules/%{name}
|
/var/adm/perl-modules/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Feb 23 2009 anicka@suse.cz
|
||||||
|
- update to 1.23
|
||||||
|
* if neither SSL_ca_file nor SSL_ca_path are known (e.g not given
|
||||||
|
and the default values have no existing file|path) disable
|
||||||
|
checking of certificates, but carp about the problem
|
||||||
|
* new test certificates, the old ones expired and caused tests
|
||||||
|
to fail
|
||||||
|
* Net::SSLeay stores verify callbacks inside hash and never clears
|
||||||
|
them, so set verify callback to NULL in destroy of context
|
||||||
* Tue Jan 20 2009 anicka@suse.cz
|
* Tue Jan 20 2009 anicka@suse.cz
|
||||||
- update to 1.20
|
- update to 1.20
|
||||||
* only changes on test suite to make it ready for win32
|
* only changes on test suite to make it ready for win32
|
||||||
|
Reference in New Issue
Block a user