diff --git a/IO-Socket-SSL-1.20.tar.bz2 b/IO-Socket-SSL-1.20.tar.bz2 deleted file mode 100644 index ad71459..0000000 --- a/IO-Socket-SSL-1.20.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fd49f4fd22e43ac2ce6e6c67bc0f792a410b4255e1442b13bde454e3eb106a05 -size 56606 diff --git a/IO-Socket-SSL-1.23.tar.bz2 b/IO-Socket-SSL-1.23.tar.bz2 new file mode 100644 index 0000000..7382c16 --- /dev/null +++ b/IO-Socket-SSL-1.23.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a6ed66db0cae3497d2782e04c186cf822a82ae5321493ae4f4a881f332f01a4 +size 58678 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index c633f9d..ca10c99 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -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 diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 1292b06..d810e9d 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -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