diff --git a/IO-Socket-SSL-1.40.tar.gz b/IO-Socket-SSL-1.40.tar.gz deleted file mode 100644 index e15f147..0000000 --- a/IO-Socket-SSL-1.40.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7137ed8ee6b88ac34dc4bd9c9b96114ecc2b5008847adc8100b7ca0ea19afae4 -size 68206 diff --git a/IO-Socket-SSL-1.42.tar.gz b/IO-Socket-SSL-1.42.tar.gz new file mode 100644 index 0000000..7270ffb --- /dev/null +++ b/IO-Socket-SSL-1.42.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b9d2bf0fdf72a8c1b34834015fb7ac078d5206e4105f329e731adbb299c4d67 +size 68868 diff --git a/perl-IO-Socket-SSL.changes b/perl-IO-Socket-SSL.changes index 5f2c6fa..46ac8d9 100644 --- a/perl-IO-Socket-SSL.changes +++ b/perl-IO-Socket-SSL.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Tue May 10 19:18:51 UTC 2011 - pascal.bleser@opensuse.org + +- update to 1.42: + * add SSL_create_ctx_callback to have a way to adjust context on creation + RT#67799 + * describe problem of fake memory leak because of big session cache and how + to fix it, see RT#68073 + +- changes from 1.41: + * fix issue in stop_SSL where it did not issue a shutdown of the SSL + connection if it first received the shutdown from the other side + ------------------------------------------------------------------- Wed May 4 10:55:36 UTC 2011 - coolo@opensuse.org diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec index 533ee21..bb87e69 100644 --- a/perl-IO-Socket-SSL.spec +++ b/perl-IO-Socket-SSL.spec @@ -16,11 +16,11 @@ # Name: perl-IO-Socket-SSL -Version: 1.40 +Version: 1.42 Release: 1 License: GPL+ or Artistic %define cpan_name IO-Socket-SSL -Summary: Nearly transparent SSL encapsulation for IO::Socket::INET. +Summary: Nearly transparent SSL encapsulation for IO::Socket::INET Url: http://search.cpan.org/dist/IO-Socket-SSL/ Group: Development/Libraries/Perl Source: http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz @@ -31,6 +31,7 @@ BuildRequires: perl-macros BuildRequires: perl(Net::SSLeay) >= 1.21 Requires: perl(Net::SSLeay) >= 1.21 # MANUAL BEGIN +BuildRequires: perl(IO::Socket::INET6) BuildRequires: perl(Net::LibIDN) Recommends: perl(IO::Socket::INET6) Recommends: perl(Net::LibIDN) @@ -64,9 +65,6 @@ If you are trying to use it with threads see the BUGS section. %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} -%check -%{__make} test - %install %perl_make_install %perl_process_packlist @@ -77,6 +75,6 @@ If you are trying to use it with threads see the BUGS section. %files -f %{name}.files %defattr(-,root,root,755) -%doc BUGS Changes README README.Win32 +%doc BUGS Changes README %changelog