OBS User unknown 2009-02-23 22:48:47 +00:00 committed by Git OBS Bridge
parent 9dff622cb9
commit 0cc16c82d7
4 changed files with 26 additions and 5 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fd49f4fd22e43ac2ce6e6c67bc0f792a410b4255e1442b13bde454e3eb106a05
size 56606

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7a6ed66db0cae3497d2782e04c186cf822a82ae5321493ae4f4a881f332f01a4
size 58678

View File

@ -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

View File

@ -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.
#
@ -20,7 +20,7 @@
Name: perl-IO-Socket-SSL
BuildRequires: perl-Net-SSLeay perl-libwww-perl
Version: 1.20
Version: 1.23
Release: 1
Provides: p_iossl
Obsoletes: p_iossl
@ -77,6 +77,15 @@ rm -rf $RPM_BUILD_ROOT
/var/adm/perl-modules/%{name}
%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
- update to 1.20
* only changes on test suite to make it ready for win32