commit a3b8789a07415b209304a50e366f21b9118d290c Author: remi <fedora@xxxxxxxxxxxxxxxxx> Date: Sun Jul 31 09:04:01 2011 +0200 update to 0.8 .gitignore | 4 ++++ perl-Net-SSLGlue.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) --- diff --git a/.gitignore b/.gitignore index e69de29..d24961f 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,4 @@ +*~ +/Net-SSLGlue-0.6.tar.gz +/Net-SSLGlue-0.7.tar.gz +/Net-SSLGlue-0.8.tar.gz diff --git a/perl-Net-SSLGlue.spec b/perl-Net-SSLGlue.spec index aaee553..9512a0a 100644 --- a/perl-Net-SSLGlue.spec +++ b/perl-Net-SSLGlue.spec @@ -1,5 +1,5 @@ Name: perl-Net-SSLGlue -Version: 0.4 +Version: 0.8 Release: 1%{?dist} Summary: Add/extend SSL support for common perl modules License: GPL+ or Artistic @@ -26,6 +26,13 @@ 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. +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 Net-SSLGlue-%{version} @@ -59,12 +66,15 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) -%doc COPYRIGHT TODO Changes examples +%doc COPYRIGHT TODO README Changes examples %{perl_vendorlib}/Net %{_mandir}/man3/Net* %changelog +* Sun Jul 31 2011 Remi Collet <Fedora@xxxxxxxxxxxxxxxxx> - 0.8-1 +- update to 0.8 + * Sat Jun 19 2010 Remi Collet <Fedora@xxxxxxxxxxxxxxxxx> - 0.4-1 - update to 0.4 - add Changes and examples in docs diff --git a/sources b/sources index fc35cc6..7a24c20 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a26420f119dc683d4fcb7ac679a5a31e Net-SSLGlue-0.4.tar.gz +f16f21e313944317edeefe8c7b7cee6c Net-SSLGlue-0.8.tar.gz -- Fedora Extras Perl SIG http://www.fedoraproject.org/wiki/Extras/SIGs/Perl perl-devel mailing list perl-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/perl-devel