commit perl-Net-SSLGlue for openSUSE:Factory
Hello community, here is the log from the commit of package perl-Net-SSLGlue for openSUSE:Factory checked in at Fri Apr 1 10:09:07 CEST 2011. -------- --- perl-Net-SSLGlue/perl-Net-SSLGlue.changes 2010-12-01 14:51:36.000000000 +0100 +++ /mounts/work_src_done/STABLE/perl-Net-SSLGlue/perl-Net-SSLGlue.changes 2011-03-31 13:53:37.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Mar 31 11:51:59 UTC 2011 - coolo@novell.com + +- update to 0.5: + documentation fixes: http://rt.cpan.org/Ticket/Display.html?id=65258 + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- Net-SSLGlue-0.4.tar.gz New: ---- Net-SSLGlue-0.5.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ perl-Net-SSLGlue.spec ++++++ --- /var/tmp/diff_new_pack.B8ELFp/_old 2011-04-01 10:04:38.000000000 +0200 +++ /var/tmp/diff_new_pack.B8ELFp/_new 2011-04-01 10:04:38.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package perl-Net-SSLGlue (Version 0.4) +# spec file for package perl-Net-SSLGlue # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,40 +15,39 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: perl-Net-SSLGlue +Version: 0.5 +Release: 1 +License: CHECK(Distributable) %define cpan_name Net-SSLGlue -Summary: Add/extend SSL support for common perl modules -Version: 0.4 -Release: 2 -License: GPL+ or Artistic -Group: Development/Libraries/Perl +Summary: add/extend SSL support for common perl modules Url: http://search.cpan.org/dist/Net-SSLGlue/ -Source: http://www.cpan.org/modules/by-module/Net/Net-SSLGlue-%{version}.tar.gz +Group: Development/Libraries/Perl +#Source: http://www.cpan.org/authors/id/S/SU/SULLR/Net-SSLGlue-%{version}.tar.gz +Source: %{cpan_name}-%{version}.tar.gz BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build -%{perl_requires} BuildRequires: perl BuildRequires: perl-macros -BuildRequires: perl(IO::Socket::INET) -BuildRequires: perl(IO::Socket::INET6) BuildRequires: perl(IO::Socket::SSL) >= 1.19 -BuildRequires: perl(LWP::UserAgent) >= 5.822 -Requires: perl(IO::Socket::INET) -Requires: perl(IO::Socket::INET6) Requires: perl(IO::Socket::SSL) >= 1.19 -Requires: perl(LWP::UserAgent) >= 5.822 +%{perl_requires} %description Some commonly used perl modules don't have SSL support at all, even if the protocol would support it. Others have SSL support, but most of them don't do proper checking of the servers certificate. -Authors: --------- - Steffen Ullrich +The 'Net::SSLGlue::*' modules try to add SSL support or proper certificate +to these modules. Currently is support for the following modules available: + +* Net::SMTP - add SSL from beginning or using STARTTLS + +* Net::LDAP - add proper certificate checking + +* LWP - add proper certificate checking %prep %setup -q -n %{cpan_name}-%{version} @@ -62,18 +61,14 @@ %install %perl_make_install -# do not perl_process_packlist (noarch) -# remove .packlist file -%{__rm} -rf $RPM_BUILD_ROOT%perl_vendorarch -# remove perllocal.pod file -%{__rm} -rf $RPM_BUILD_ROOT%perl_archlib +%perl_process_packlist %perl_gen_filelist %clean -%{__rm} -rf $RPM_BUILD_ROOT +%{__rm} -rf %{buildroot} %files -f %{name}.files -%defattr(-,root,root,-) -%doc Changes COPYRIGHT TODO examples +%defattr(644,root,root,755) +%doc Changes COPYRIGHT README TODO %changelog ++++++ Net-SSLGlue-0.4.tar.gz -> Net-SSLGlue-0.5.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSLGlue-0.4/Changes new/Net-SSLGlue-0.5/Changes --- old/Net-SSLGlue-0.4/Changes 2010-06-13 21:26:32.000000000 +0200 +++ new/Net-SSLGlue-0.5/Changes 2011-02-03 19:44:35.000000000 +0100 @@ -1,3 +1,6 @@ +0.5 2011/02/03 +documentation fixes: http://rt.cpan.org/Ticket/Display.html?id=65258 + 0.4 2010/06/13 added Changes, put examples into examples/ dir diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSLGlue-0.4/MANIFEST new/Net-SSLGlue-0.5/MANIFEST --- old/Net-SSLGlue-0.4/MANIFEST 2010-06-13 21:32:24.000000000 +0200 +++ new/Net-SSLGlue-0.5/MANIFEST 2011-02-03 19:46:15.000000000 +0100 @@ -14,4 +14,5 @@ examples/send-ssl-mail.pl examples/send-starttls-mail.pl Changes +README META.yml Module meta-data (added by MakeMaker) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSLGlue-0.4/META.yml new/Net-SSLGlue-0.5/META.yml --- old/Net-SSLGlue-0.4/META.yml 2010-06-13 21:32:24.000000000 +0200 +++ new/Net-SSLGlue-0.5/META.yml 2011-02-03 19:46:15.000000000 +0100 @@ -1,6 +1,6 @@ --- #YAML:1.0 name: Net-SSLGlue -version: 0.4 +version: 0.5 abstract: ~ author: [] license: unknown diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSLGlue-0.4/README new/Net-SSLGlue-0.5/README --- old/Net-SSLGlue-0.4/README 1970-01-01 01:00:00.000000000 +0100 +++ new/Net-SSLGlue-0.5/README 2010-06-13 21:25:57.000000000 +0200 @@ -0,0 +1,2 @@ +This Module helps LWP, Net::SMTP and Net::LDAP to be either +SSL aware at all or to offer way for proper certificate checking. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSLGlue-0.4/lib/Net/SSLGlue/SMTP.pm new/Net-SSLGlue-0.5/lib/Net/SSLGlue/SMTP.pm --- old/Net-SSLGlue-0.4/lib/Net/SSLGlue/SMTP.pm 2008-12-31 15:43:47.000000000 +0100 +++ new/Net-SSLGlue-0.5/lib/Net/SSLGlue/SMTP.pm 2011-02-03 19:45:28.000000000 +0100 @@ -4,6 +4,7 @@ package Net::SSLGlue::SMTP; use IO::Socket::SSL 1.19; use Net::SMTP; +our $VERSION = 0.5; ############################################################################## # mix starttls method into Net::SMTP which on SSL handshake success @@ -116,7 +117,7 @@ ); my $smtp_plain = Net::SMTP->new( $host ); - $smtp_plain->startssl( SSL_ca_path => ... ); + $smtp_plain->starttls( SSL_ca_path => ... ); =head1 DESCRIPTION @@ -137,7 +138,7 @@ L<IO::Socket::INET> object but an L<IO::Socket::SSL> object. One can give the usual C<SSL_*> parameter of L<IO::Socket::SSL> to C<Net::SMTP::new>. -=item startssl +=item starttls If the connection is not yet SSLified it will issue the STARTTLS command and change the object, so that SSL will now be used. The usual C<SSL_*> parameter of diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/Net-SSLGlue-0.4/lib/Net/SSLGlue.pm new/Net-SSLGlue-0.5/lib/Net/SSLGlue.pm --- old/Net-SSLGlue-0.4/lib/Net/SSLGlue.pm 2010-06-13 21:26:41.000000000 +0200 +++ new/Net-SSLGlue-0.5/lib/Net/SSLGlue.pm 2011-02-03 19:45:01.000000000 +0100 @@ -1,5 +1,5 @@ package Net::SSLGlue; -$VERSION = 0.4; +our $VERSION = 0.5; =head1 NAME @@ -27,7 +27,7 @@ =head1 COPYRIGHT This module and the modules in the Net::SSLGlue Hierarchy distributed together -with this module are copyright (c) 2008, Steffen Ullrich. +with this module are copyright (c) 2008-2011, Steffen Ullrich. All Rights Reserved. These modules are free software. They may be used, redistributed and/or modified under the same terms as Perl itself. ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de