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:
parent
08097c42a8
commit
3a84e894f4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user