[perl-Net-SSLGlue] update to 0.5

Remi Collet remi at fedoraproject.org
Fri Feb 4 16:21:00 UTC 2011


commit 910409b19b304d9e5748b600ae6af4e793c02e31
Author: remi <fedora at famillecollet.com>
Date:   Fri Feb 4 17:20:53 2011 +0100

    update to 0.5

 .gitignore            |    1 +
 perl-Net-SSLGlue.spec |   17 ++++++++++++++---
 sources               |    2 +-
 3 files changed, 16 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 9e17a24..5049d1e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 Net-SSLGlue-0.4.tar.gz
+/Net-SSLGlue-0.5.tar.gz
diff --git a/perl-Net-SSLGlue.spec b/perl-Net-SSLGlue.spec
index 3fa07bd..f36e34e 100644
--- a/perl-Net-SSLGlue.spec
+++ b/perl-Net-SSLGlue.spec
@@ -1,6 +1,6 @@
 Name:           perl-Net-SSLGlue
-Version:        0.4
-Release:        2%{?dist}
+Version:        0.5
+Release:        1%{?dist}
 Summary:        Add/extend SSL support for common perl modules
 License:        GPL+ or Artistic
 Group:          Development/Libraries
@@ -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,16 @@ 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
+* Fri Feb 04 2011 Remi Collet <Fedora at famillecollet.com> - 0.5-1
+- update to 0.5 (doc fix only)
+- fix description
+
 * Tue Dec 21 2010 Marcela Maslanova <mmaslano at redhat.com> - 0.4-2
 - 661697 rebuild for fixing problems with vendorach/lib
 
diff --git a/sources b/sources
index fc35cc6..004df5c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a26420f119dc683d4fcb7ac679a5a31e  Net-SSLGlue-0.4.tar.gz
+aad39c1ddf23e8fa659d60036de2a1cd  Net-SSLGlue-0.5.tar.gz



More information about the perl-devel mailing list