Pascal Bleser 2011-05-10 19:38:21 +00:00 committed by Git OBS Bridge
parent 9922d824d8
commit f13239c247
4 changed files with 20 additions and 9 deletions

View File

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

View File

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

View File

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

View File

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