commit 88021bf2750fab2c3552333307a4200bbe35ba9c Author: remi fedora@famillecollet.com Date: Sun Jul 31 08:58:17 2011 +0200
update to 0.8
.gitignore | 5 ++++- perl-Net-SSLGlue.spec | 14 ++++++++++++-- sources | 2 +- 3 files changed, 17 insertions(+), 4 deletions(-) --- diff --git a/.gitignore b/.gitignore index 9e17a24..d24961f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,4 @@ -Net-SSLGlue-0.4.tar.gz +*~ +/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@famillecollet.com - 0.8-1 +- update to 0.8 + * Sat Jun 19 2010 Remi Collet Fedora@famillecollet.com - 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