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
This commit is contained in:
Paul Howarth 2013-11-13 11:09:07 +00:00
parent 08097c42a8
commit 3a84e894f4
2 changed files with 15 additions and 8 deletions

View File

@ -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@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@city-fan.org> - 1.95.9-1
- Update to 1.959
- Fix test t/core.t for Windows

View File

@ -1 +1 @@
1b97bf98293c61ceaa96739c3ce82f7a IO-Socket-SSL-1.959.tar.gz
a66549aecfa2e9fc1eb6f7bcd29d1461 IO-Socket-SSL-1.960.tar.gz