Hello community, here is the log from the commit of package perl-IO-Socket-SSL for openSUSE:Factory checked in at Mon May 16 10:43:18 CEST 2011.
-------- --- perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes 2011-03-04 17:40:06.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-IO-Socket-SSL/perl-IO-Socket-SSL.changes 2011-05-10 21:38:19.000000000 +0200 @@ -1,0 +2,22 @@ +Tue May 10 19:18:51 UTC 2011 - [email protected] + +- 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 - [email protected] + +- updated to 1.40 + - integrated patch from GAAS to get IDN support from URI. + https://rt.cpan.org/Ticket/Display.html?id=67676 + - fix in exampel/async_https_server. + Thanks to DetlefPilzecker[AT]web[DOT]de for reporting + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- IO-Socket-SSL-1.39.tar.bz2 New: ---- IO-Socket-SSL-1.42.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-IO-Socket-SSL.spec ++++++ --- /var/tmp/diff_new_pack.TtRO5M/_old 2011-05-16 10:40:53.000000000 +0200 +++ /var/tmp/diff_new_pack.TtRO5M/_new 2011-05-16 10:40:53.000000000 +0200 @@ -15,31 +15,30 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-IO-Socket-SSL -%define cpan_name IO-Socket-SSL -Summary: Nearly transparent SSL encapsulation for IO::Socket::INET -Version: 1.39 +Version: 1.42 Release: 1 License: GPL+ or Artistic -Group: Development/Libraries/Perl +%define cpan_name IO-Socket-SSL +Summary: Nearly transparent SSL encapsulation for IO::Socket::INET Url: http://search.cpan.org/dist/IO-Socket-SSL/ -#Source: http://www.cpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-1.34.tar.gz -Source: %{cpan_name}-%{version}.tar.bz2 +Group: Development/Libraries/Perl +Source: http://www.cpan.org/authors/id/S/SU/SULLR/%{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(Net::LibIDN) BuildRequires: perl(Net::SSLeay) >= 1.21 -BuildRequires: perl(Scalar::Util) Requires: perl(Net::SSLeay) >= 1.21 -Requires: perl(Scalar::Util) +# MANUAL BEGIN +BuildRequires: perl(IO::Socket::INET6) +BuildRequires: perl(Net::LibIDN) Recommends: perl(IO::Socket::INET6) Recommends: perl(Net::LibIDN) +# MANUAL END +%{perl_requires} %description This module is a true drop-in replacement for IO::Socket::INET that uses @@ -61,12 +60,6 @@ If you are trying to use it with threads see the BUGS section. -Authors: --------- - Steffen Ullrich, <steffen at genua.de> is the current maintainer. - Peter Behroozi, <behrooz at fas.harvard.edu> - Marko Asplund, <marko.asplund at kronodoc.fi> original author of IO::Socket::SSL - %prep %setup -q -n %{cpan_name}-%{version} @@ -74,29 +67,16 @@ %{__perl} Makefile.PL INSTALLDIRS=vendor %{__make} %{?_smp_mflags} -%check -%{__make} test - %install %perl_make_install -### since 11.4 perl_process_packlist -### removes .packlist, perllocal.pod files -%if 0%{?suse_version} > 1130 %perl_process_packlist -%else -# do not perl_process_packlist -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -f $RPM_BUILD_ROOT%perl_archlib/perllocal.pod -%endif %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) -%doc BUGS Changes README example util +%defattr(-,root,root,755) +%doc BUGS Changes README %changelog ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
