[perl-IO-Socket-SSL] Update to 1.960

Paul Howarth pghmcfc at fedoraproject.org
Wed Nov 13 11:11:38 UTC 2013


commit 3a84e894f45be4d65d58f3a5a22dcf1f181d62e3
Author: Paul Howarth <paul at city-fan.org>
Date:   Wed Nov 13 11:09:07 2013 +0000

    Update to 1.960
    
    - New upstream release 1.960
      - Only documentation enhancements:
        - Clarify with text and example code, that within event loops not only
          select/poll should be used, but also pending has to be called
        - Better introduction into SSL; at least mention anonymous authentication as
          something you don't want and should take care with the right cipher
        - Make it more clear that it's better not to change the cipher list unless
          you really know what you're doing
    - Adopt upstream's versioning scheme

 perl-IO-Socket-SSL.spec |   21 ++++++++++++++-------
 sources                 |    2 +-
 2 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/perl-IO-Socket-SSL.spec b/perl-IO-Socket-SSL.spec
index bd34e76..c448bfa 100644
--- a/perl-IO-Socket-SSL.spec
+++ b/perl-IO-Socket-SSL.spec
@@ -1,15 +1,11 @@
-# Work around Perl/RPM versioning inconsistencies
-%global rpmversion 1.95.9
-%global cpanversion 1.959
-
 Name:		perl-IO-Socket-SSL
-Version:	%{rpmversion}
+Version:	1.960
 Release:	1%{?dist}
 Summary:	Perl library for transparent SSL
 Group:		Development/Libraries
 License:	GPL+ or Artistic
 URL:		http://search.cpan.org/dist/IO-Socket-SSL/
-Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{cpanversion}.tar.gz
+Source0:	http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(id -nu)
 BuildArch:	noarch
 BuildRequires:	openssl >= 0.9.8
@@ -48,7 +44,7 @@ SSL version selection. As an extra bonus, it works perfectly with
 mod_perl.
 
 %prep
-%setup -q -n IO-Socket-SSL-%{cpanversion}
+%setup -q -n IO-Socket-SSL-%{version}
 
 %build
 perl Makefile.PL INSTALLDIRS=vendor
@@ -74,6 +70,17 @@ rm -rf %{buildroot}
 %{_mandir}/man3/IO::Socket::SSL::Utils.3pm*
 
 %changelog
+* Wed Nov 13 2013 Paul Howarth <paul at city-fan.org> - 1.960-1
+- Update to 1.960
+  - Only documentation enhancements:
+    - Clarify with text and example code, that within event loops not only
+      select/poll should be used, but also pending has to be called
+    - Better introduction into SSL; at least mention anonymous authentication as
+      something you don't want and should take care with the right cipher
+    - Make it more clear that it's better not to change the cipher list unless
+      you really know what you're doing
+- Adopt upstream's versioning scheme
+
 * Tue Nov 12 2013 Paul Howarth <paul at city-fan.org> - 1.95.9-1
 - Update to 1.959
   - Fix test t/core.t for Windows
diff --git a/sources b/sources
index e776edb..17d800c 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-1b97bf98293c61ceaa96739c3ce82f7a  IO-Socket-SSL-1.959.tar.gz
+a66549aecfa2e9fc1eb6f7bcd29d1461  IO-Socket-SSL-1.960.tar.gz



More information about the perl-devel mailing list