daf116
Name:           perl-IO-Socket-SSL
daf116
Version:        1.94
daf116
Release:        7%{?dist}
daf116
Summary:        Perl library for transparent SSL
daf116
Group:          Development/Libraries
daf116
License:        GPL+ or Artistic
daf116
URL:            http://search.cpan.org/dist/IO-Socket-SSL/
daf116
Source0:        http://search.cpan.org/CPAN/authors/id/S/SU/SULLR/IO-Socket-SSL-%{version}.tar.gz
daf116
# Correct error reporting, fixed in 1.953, CPAN RT#87052
daf116
Patch0:         IO-Socket-SSL-1.94-1.953-RT-87052-fix-in-Utils.pm.patch
daf116
# Respect OpenSSL default ciphers and protocol versions BZ#1127322
daf116
Patch1:         IO-Socket-SSL-1.94-Respect-OpenSSL-default-ciphers-and-protocol-versions.patch
daf116
# Fix typo in Utils.pm BZ#1097710
daf116
Patch2:         IO-Socket-SSL-1.94-Fix-typo-key-free.patch
daf116
# Add support for ECDH key exchange, in upstream 1.955, bug #1316377
daf116
Patch3:         IO-Socket-SSL-1.94-Added-support-for-ECDH-key-exchange-with-key-SSL_ecd.patch
daf116
# Add support for handshake protocol TLSv11, TLSv12, bug #1335035,
daf116
# in upstream 1.955
daf116
Patch4:         IO-Socket-SSL-1.94-support-for-handshake-protocol-TLSv11-TLSv12.patch
daf116
# The new syntax for the protocols is TLSv1_1 instead of TLSv11, bug #1335035,
daf116
# in upstream 1.966
daf116
Patch5:         IO-Socket-SSL-1.94-The-new-syntax-for-the-protocols-is-TLSv1_1-instead-.patch
daf116
# Default to system wide CA certificate store, bug #1402588, in upstream 1.968
daf116
Patch6:         IO-Socket-SSL-1.94-Default-SSL_ca_file-to-system-wide-store.patch
daf116
BuildArch:      noarch
daf116
BuildRequires:  openssl >= 0.9.8
daf116
BuildRequires:  perl
daf116
BuildRequires:  perl(Carp)
daf116
BuildRequires:  perl(constant)
daf116
BuildRequires:  perl(Errno)
daf116
BuildRequires:  perl(Exporter)
daf116
BuildRequires:  perl(ExtUtils::MakeMaker) >= 6.46
daf116
BuildRequires:  perl(IO::Select)
daf116
BuildRequires:  perl(IO::Socket)
daf116
BuildRequires:  perl(IO::Socket::INET)
daf116
#BuildRequires: perl(IO::Socket::INET6) ????
daf116
BuildRequires:  perl(IO::Socket::IP) >= 0.20
daf116
# Mozilla::CA not used at tests
daf116
BuildRequires:  perl(Net::LibIDN)
daf116
BuildRequires:  perl(Net::SSLeay) >= 1.46
daf116
BuildRequires:  perl(Scalar::Util)
daf116
BuildRequires:  perl(Socket) >= 1.9
daf116
BuildRequires:  perl(Socket6)
daf116
BuildRequires:  perl(strict)
daf116
BuildRequires:  perl(Time::Local)
daf116
BuildRequires:  perl(vars)
daf116
BuildRequires:  perl(warnings)
daf116
BuildRequires:  procps
daf116
Requires:       perl(:MODULE_COMPAT_%(eval "`perl -V:version`"; echo $version))
daf116
Requires:       perl(IO::Socket::IP) >= 0.20
daf116
Requires:       perl(Socket) >= 1.95
daf116
Requires:       perl(Mozilla::CA)
daf116
Requires:       perl(Net::LibIDN)
daf116
Requires:       perl-Net-SSLeay >= 1.55-5
daf116
Requires:       openssl >= 0.9.8
daf116
daf116
%description
daf116
This module is a true drop-in replacement for IO::Socket::INET that
daf116
uses SSL to encrypt data before it is transferred to a remote server
daf116
or client. IO::Socket::SSL supports all the extra features that one
daf116
needs to write a full-featured SSL client or server application:
daf116
multiple SSL contexts, cipher selection, certificate verification, and
daf116
SSL version selection. As an extra bonus, it works perfectly with
daf116
mod_perl.
daf116
daf116
%prep
daf116
%setup -q -n IO-Socket-SSL-%{version}
daf116
%patch0 -p1
daf116
%patch1 -p1
daf116
%patch2 -p1
daf116
%patch3 -p1
daf116
%patch4 -p1
daf116
%patch5 -p1
daf116
%patch6 -p1
daf116
daf116
%build
daf116
perl Makefile.PL INSTALLDIRS=vendor
daf116
make %{?_smp_mflags}
daf116
daf116
%install
daf116
make pure_install DESTDIR=%{buildroot}
daf116
find %{buildroot} -type f -name .packlist -exec rm -f {} +
daf116
%{_fixperms} %{buildroot}
daf116
daf116
%check
daf116
make test
daf116
daf116
%files
daf116
%doc BUGS Changes README docs/ certs/ example/ util/
daf116
%{perl_vendorlib}/IO/
daf116
%{_mandir}/man3/IO::Socket::SSL.3*
daf116
%{_mandir}/man3/IO::Socket::SSL::Intercept.3*
daf116
%{_mandir}/man3/IO::Socket::SSL::Utils.3*
daf116
daf116
%changelog
daf116
* Wed Aug 30 2017 Petr Pisar <ppisar@redhat.com> - 1.94-7
daf116
- Default to system wide CA certificate store (bug #1402588)
daf116
daf116
* Thu Oct 06 2016 Petr Pisar <ppisar@redhat.com> - 1.94-6
daf116
- Add support for TLSv1.1, TLSv1.2 (bug #1335035)
daf116
daf116
* Thu Mar 10 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-5
daf116
- Add support for ECDH key exchange (bug #1316377)
daf116
daf116
* Fri Mar 04 2016 Jitka Plesnikova <jplesnik@redhat.com> - 1.94-4
daf116
- Respect OpenSSL default ciphers and protocol versions (bug #1127322)
daf116
- Fix typo in Utils.pm (bug #1097710)
daf116
daf116
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.94-3
daf116
- Mass rebuild 2013-12-27
daf116
daf116
* Wed Aug 07 2013 Petr Šabata <contyk@redhat.com> - 1.94-2.1
daf116
- Extend the dependency list and remove not needed conditionals
daf116
- Modernize the spec
daf116
daf116
* Mon Jul 22 2013 Petr Pisar <ppisar@redhat.com> - 1.94-2
daf116
- Correct error reporting (CPAN RT#87052)
daf116
daf116
* Sat Jun  1 2013 Paul Howarth <paul@city-fan.org> - 1.94-1
daf116
- Update to 1.94
daf116
  - Makefile.PL reported wrong version of openssl if Net::SSLeay was not
daf116
    installed, instead of reporting a missing dependency of Net::SSLeay
daf116
daf116
* Fri May 31 2013 Paul Howarth <paul@city-fan.org> - 1.93-1
daf116
- Update to 1.93
daf116
  - Need at least OpenSSL version 0.9.8 now, since last 0.9.7 was released 6
daf116
    years ago; remove code to work around older releases
daf116
  - Changed AUTHOR in Makefile.PL from array back to string, because the array
daf116
    feature is not available in MakeMaker shipped with 5.8.9 (CPAN RT#85739)
daf116
- Set openssl version requirement to 0.9.8
daf116
- Drop ExtUtils::MakeMaker version requirement back to 6.46
daf116
daf116
* Thu May 30 2013 Paul Howarth <paul@city-fan.org> - 1.92-1
daf116
- Update to 1.92
daf116
  - Intercept: use sha1-fingerprint of original cert for id into cache unless
daf116
    otherwise given
daf116
  - Fix pod error in IO::Socket::SSL::Utils (CPAN RT#85733)
daf116
daf116
* Thu May 30 2013 Paul Howarth <paul@city-fan.org> - 1.91-1
daf116
- Update to 1.91
daf116
  - Added IO::Socket::SSL::Utils for easier manipulation of certificates and
daf116
    keys
daf116
  - Moved SSL interception into IO::Socket::SSL::Intercept and simplified it
daf116
    using IO::Socket::SSL::Utils
daf116
  - Enhance meta information in Makefile.PL
daf116
- Bump openssl version requirement to 0.9.8a
daf116
- Need at least version 6.58 of ExtUtils::MakeMaker (CPAN RT#85739)
daf116
daf116
* Wed May 29 2013 Paul Howarth <paul@city-fan.org> - 1.90-1
daf116
- Update to 1.90
daf116
  - Support more digests, especially SHA-2 (CPAN RT#85290)
daf116
  - Added support for easy SSL interception (man in the middle) based on ideas
daf116
    found in mojo-mitm proxy
daf116
  - Make 1.46 the minimal required version for Net::SSLeay, because it
daf116
    introduced lots of useful functions
daf116
- BR:/R: openssl ≥ 0.9.7e for P_ASN1_TIME_(get,set)_isotime in Net::SSLeay
daf116
daf116
* Tue May 14 2013 Paul Howarth <paul@city-fan.org> - 1.89-1
daf116
- Update to 1.89
daf116
  - If IO::Socket::IP is used it should be at least version 0.20; otherwise we
daf116
    get problems with HTTP::Daemon::SSL and maybe others (CPAN RT#81932)
daf116
  - Spelling corrections
daf116
daf116
* Thu May  2 2013 Paul Howarth <paul@city-fan.org> - 1.88-1
daf116
- Update to 1.88
daf116
  - Consider a value of '' the same as undef for SSL_ca_(path|file), SSL_key*
daf116
    and SSL_cert* - some apps like Net::LDAP use it that way
daf116
daf116
* Wed Apr 24 2013 Paul Howarth <paul@city-fan.org> - 1.87-1
daf116
- Update to 1.87
daf116
  - Complain if given SSL_(key|cert|ca)_(file|path) do not exist or if they are
daf116
    not readable (CPAN RT#84829)
daf116
  - Fix use of SSL_key|SSL_file objects instead of files, broken with 1.83
daf116
daf116
* Wed Apr 17 2013 Paul Howarth <paul@city-fan.org> - 1.86-1
daf116
- Update to 1.86
daf116
  - Don't warn about SSL_verify_mode when re-using an existing SSL context
daf116
    (CPAN RT#84686)
daf116
daf116
* Mon Apr 15 2013 Paul Howarth <paul@city-fan.org> - 1.85-1
daf116
- Update to 1.85
daf116
  - Probe for available modules with local __DIE__ and __WARN__handlers
daf116
    (CPAN RT#84574)
daf116
  - Fix warning, when IO::Socket::IP is installed and inet6 support gets
daf116
    explicitly requested (CPAN RT#84619)
daf116
daf116
* Sat Feb 16 2013 Paul Howarth <paul@city-fan.org> - 1.84-1
daf116
- Update to 1.84
daf116
  - Disabled client side SNI for openssl version < 1.0.0 because of
daf116
    CPAN RT#83289
daf116
  - Added functions can_client_sni, can_server_sni and can_npn to check
daf116
    availability of SNI and NPN features
daf116
  - Added more documentation for SNI and NPN
daf116
daf116
* Thu Feb 14 2013 Paul Howarth <paul@city-fan.org> - 1.83-2
daf116
- Update to 1.831
daf116
  - Separated documentation of non-blocking I/O from error handling
daf116
  - Changed and documented behavior of readline to return the read data on
daf116
    EAGAIN/EWOULDBLOCK in case of non-blocking socket
daf116
    (see https://github.com/noxxi/p5-io-socket-ssl/issues/1)
daf116
- Bumped release rather than version number to preserve likely upgrade path
daf116
  and avoid need for epoch or version number ugliness; may revisit this in
daf116
  light of upstream's future version numbering decisions
daf116
daf116
* Mon Feb  4 2013 Paul Howarth <paul@city-fan.org> - 1.83-1
daf116
- Update to 1.83
daf116
  - Server Name Indication (SNI) support on the server side (CPAN RT#82761)
daf116
  - Reworked part of the documentation, like providing better examples
daf116
daf116
* Mon Jan 28 2013 Paul Howarth <paul@city-fan.org> - 1.82-1
daf116
- Update to 1.82
daf116
  - sub error sets $SSL_ERROR etc. only if there really is an error; otherwise
daf116
    it will keep the latest error, which allows IO::Socket::SSL->new to report
daf116
    the correct problem, even if the problem is deeper in the code (like in
daf116
    connect)
daf116
  - Correct spelling (CPAN RT#82790)
daf116
daf116
* Thu Dec  6 2012 Paul Howarth <paul@city-fan.org> - 1.81-1
daf116
- Update to 1.81
daf116
  - Deprecated set_ctx_defaults; new name is set_defaults (the old name is
daf116
    still available)
daf116
  - Changed handling of default path for SSL_(ca|cert|key)* keys: if one of
daf116
    these keys is user defined, don't add defaults for the others, i.e.
daf116
    don't mix user settings and defaults
daf116
  - Cleaner handling of module defaults vs. global settings vs. socket
daf116
    specific settings; global and socket specific settings are both provided
daf116
    by the user, while module defaults are not
daf116
  - Make IO::Socket::INET6 and IO::Socket::IP specific tests both run, even
daf116
    if both modules are installed, by faking a failed load of the other module
daf116
- BR: perl(IO::Socket::INET6) and perl(Socket6) unconditionally
daf116
daf116
* Fri Nov 30 2012 Paul Howarth <paul@city-fan.org> - 1.80-1
daf116
- Update to 1.80
daf116
  - Removed some warnings in test (missing SSL_verify_mode => 0), which caused
daf116
    tests to hang on Windows (CPAN RT#81493)
daf116
daf116
* Sun Nov 25 2012 Paul Howarth <paul@city-fan.org> - 1.79-1
daf116
- Update to 1.79
daf116
  - Use getnameinfo instead of unpack_sockaddr_in6 to get PeerAddr and PeerPort
daf116
    from sockaddr in _update_peer, because this provides scope too
daf116
  - Work around systems that don't define AF_INET6 (CPAN RT#81216)
daf116
  - Prepare transition to a more secure default for SSL_verify_mode; the use of
daf116
    the current default SSL_VERIFY_NONE will cause a big warning for clients,
daf116
    unless SSL_verify_mode was explicitly set inside the application to this
daf116
    insecure value (in the near future the default will be SSL_VERIFY_PEER, and
daf116
    thus causing verification failures in unchanged applications)
daf116
daf116
* Thu Nov 15 2012 Petr Šabata <contyk@redhat.com> - 1.77-2
daf116
- Added some missing build dependencies
daf116
daf116
* Fri Oct  5 2012 Paul Howarth <paul@city-fan.org> - 1.77-1
daf116
- Update to 1.77
daf116
  - support _update_peer for IPv6 too (CPAN RT#79916)
daf116
daf116
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.76-3
daf116
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
daf116
daf116
* Thu Jun 28 2012 Petr Pisar <ppisar@redhat.com> - 1.76-2
daf116
- Perl 5.16 rebuild
daf116
daf116
* Mon Jun 18 2012 Paul Howarth <paul@city-fan.org> - 1.76-1
daf116
- Update to 1.76
daf116
  - add support for IO::Socket::IP, which supports inet6 and inet4
daf116
    (CPAN RT#75218)
daf116
  - fix documentation errors (CPAN RT#77690)
daf116
  - made it possible to explicitly disable TLSv11 and TLSv12 in SSL_version
daf116
  - use inet_pton from either Socket.pm 1.95 or Socket6.pm
daf116
- Use IO::Socket::IP for IPv6 support where available, else IO::Socket::INET6
daf116
- Add runtime dependency for appropriate IPv6 support module so that we can
daf116
  ensure that we run at runtime what we tested with at build time
daf116
daf116
* Thu Jun 14 2012 Petr Pisar <ppisar@redhat.com> - 1.74-2
daf116
- Perl 5.16 rebuild
daf116
daf116
* Mon May 14 2012 Paul Howarth <paul@city-fan.org> - 1.74-1
daf116
- Update to 1.74
daf116
  - accept a version of SSLv2/3 as SSLv23, because older documentation could
daf116
    be interpreted like this
daf116
daf116
* Fri May 11 2012 Paul Howarth <paul@city-fan.org> - 1.73-1
daf116
- Update to 1.73
daf116
  - set DEFAULT_CIPHER_LIST to ALL:!LOW instead of HIGH:!LOW
daf116
  - make test t/dhe.t hopefully work with more versions of openssl
daf116
daf116
* Wed May  9 2012 Paul Howarth <paul@city-fan.org> - 1.71-1
daf116
- Update to 1.71
daf116
  - 1.70 done right: don't disable SSLv2 ciphers; SSLv2 support is better
daf116
    disabled by the default SSL_version of 'SSLv23:!SSLv2'
daf116
daf116
* Tue May  8 2012 Paul Howarth <paul@city-fan.org> - 1.70-1
daf116
- Update to 1.70
daf116
  - make it possible to disable protocols using SSL_version, and make
daf116
    SSL_version default to 'SSLv23:!SSLv2'
daf116
daf116
* Tue May  8 2012 Paul Howarth <paul@city-fan.org> - 1.69-1
daf116
- Update to 1.69 (changes for CPAN RT#76929)
daf116
  - if no explicit cipher list is given, default to ALL:!LOW instead of the
daf116
    openssl default, which usually includes weak ciphers like DES
daf116
  - new config key SSL_honor_cipher_order and document how to use it to fight
daf116
    BEAST attack
daf116
  - fix behavior for empty cipher list (use default)
daf116
  - re-added workaround in t/dhe.t
daf116
daf116
* Mon Apr 16 2012 Paul Howarth <paul@city-fan.org> - 1.66-1
daf116
- Update to 1.66
daf116
  - make it thread safer (CPAN RT#76538)
daf116
daf116
* Mon Apr 16 2012 Paul Howarth <paul@city-fan.org> - 1.65-1
daf116
- Update to 1.65
daf116
  - added NPN (Next Protocol Negotiation) support (CPAN RT#76223)
daf116
daf116
* Sat Apr  7 2012 Paul Howarth <paul@city-fan.org> - 1.64-1
daf116
- Update to 1.64
daf116
  - ignore die from within eval to make tests more stable on Win32
daf116
    (CPAN RT#76147)
daf116
  - clarify some behavior regarding hostname verification
daf116
- Drop patch for t/dhe.t, no longer needed
daf116
daf116
* Wed Mar 28 2012 Paul Howarth <paul@city-fan.org> - 1.62-1
daf116
- Update to 1.62
daf116
  - small fix to last version
daf116
daf116
* Tue Mar 27 2012 Paul Howarth <paul@city-fan.org> - 1.61-1
daf116
- Update to 1.61
daf116
  - call CTX_set_session_id_context so that server's session caching works with
daf116
    client certificates too (CPAN RT#76053)
daf116
daf116
* Tue Mar 20 2012 Paul Howarth <paul@city-fan.org> - 1.60-1
daf116
- Update to 1.60
daf116
  - don't make blocking readline if socket was set nonblocking, but return as
daf116
    soon no more data are available (CPAN RT#75910)
daf116
  - fix BUG section about threading so that it shows package as thread safe
daf116
    as long as Net::SSLeay ≥ 1.43 is used (CPAN RT#75749)
daf116
- BR: perl(constant), perl(Exporter) and perl(IO::Socket)
daf116
daf116
* Thu Mar  8 2012 Paul Howarth <paul@city-fan.org> - 1.59-1
daf116
- Update to 1.59
daf116
  - if SSLv2 is not supported by Net::SSLeay set SSL_ERROR with useful message
daf116
    when attempting to use it
daf116
  - modify constant declarations so that 5.6.1 should work again
daf116
- Drop %%defattr, redundant since rpm 4.4
daf116
daf116
* Mon Feb 27 2012 Paul Howarth <paul@city-fan.org> - 1.58-1
daf116
- Update to 1.58
daf116
  - fix t/dhe.t for openssl 1.0.1 beta by forcing TLSv1, so that it does not
daf116
    complain about the too small RSA key, which it should not use anyway; this
daf116
    workaround is not applied for older openssl versions, where it would cause
daf116
    failures (CPAN RT#75165)
daf116
- Add patch to fiddle the openssl version number in the t/dhe.t workaround
daf116
  because the OPENSSL_VERSION_NUMBER cannot be trusted in Fedora
daf116
- One buildreq per line for readability
daf116
- Drop redundant buildreq perl(Test::Simple)
daf116
- Always run full test suite
daf116
daf116
* Wed Feb 22 2012 Paul Howarth <paul@city-fan.org> - 1.56-1
daf116
- Update to 1.56
daf116
  - add automatic or explicit (via SSL_hostname) SNI support, needed for
daf116
    multiple SSL hostnames with the same IP (currently only supported for the
daf116
    client)
daf116
- Use DESTDIR rather than PERL_INSTALL_ROOT
daf116
- No need to delete empty directories from buildroot
daf116
daf116
* Mon Feb 20 2012 Paul Howarth <paul@city-fan.org> - 1.55-1
daf116
- Update to 1.55
daf116
  - work around IO::Socket's work around for systems returning EISCONN etc. on
daf116
    connect retry for non-blocking sockets by clearing $! if SUPER::connect
daf116
    returned true (CPAN RT#75101)
daf116
daf116
* Wed Jan 11 2012 Paul Howarth <paul@city-fan.org> - 1.54-1
daf116
- Update to 1.54
daf116
  - return 0 instead of undef in SSL_verify_callback to fix uninitialized
daf116
    warnings (CPAN RT#73629)
daf116
daf116
* Mon Dec 12 2011 Paul Howarth <paul@city-fan.org> - 1.53-1
daf116
- Update to 1.53
daf116
  - kill child in t/memleak_bad_handshake.t if test fails (CPAN RT#73146)
daf116
daf116
* Wed Dec  7 2011 Paul Howarth <paul@city-fan.org> - 1.52-1
daf116
- Update to 1.52
daf116
  - fix for t/nonblock.t hangs on AIX (CPAN RT#72305)
daf116
  - disable t/memleak_bad_handshake.t on AIX, because it might hang
daf116
    (CPAN RT#72170)
daf116
  - fix syntax error in t/memleak_bad_handshake.t
daf116
daf116
* Fri Oct 28 2011 Paul Howarth <paul@city-fan.org> - 1.49-1
daf116
- Update to 1.49
daf116
  - another regression for readline fix: this time it failed to return lines
daf116
    at EOF that don't end with newline - extended t/readline.t to catch this
daf116
    case and the fix for 1.48
daf116
daf116
* Wed Oct 26 2011 Paul Howarth <paul@city-fan.org> - 1.48-1
daf116
- Update to 1.48
daf116
  - further fix for readline fix in 1.45: if the pending data were false (like
daf116
    '0'), it failed to read the rest of the line (CPAN RT#71953)
daf116
daf116
* Fri Oct 21 2011 Paul Howarth <paul@city-fan.org> - 1.47-1
daf116
- Update to 1.47
daf116
  - fix for 1.46 - check for mswin32 needs to be /i
daf116
daf116
* Tue Oct 18 2011 Paul Howarth <paul@city-fan.org> - 1.46-1
daf116
- Update to 1.46
daf116
  - skip signals test on Windows
daf116
daf116
* Thu Oct 13 2011 Paul Howarth <paul@city-fan.org> - 1.45-1
daf116
- Update to 1.45
daf116
  - fix readline to continue when getting interrupt waiting for more data
daf116
- BR: perl(Carp)
daf116
daf116
* Tue Jul 19 2011 Petr Sabata <contyk@redhat.com> - 1.44-2
daf116
- Perl mass rebuild
daf116
daf116
* Fri May 27 2011 Paul Howarth <paul@city-fan.org> - 1.44-1
daf116
- Update to 1.44
daf116
  - fix invalid call to inet_pton in verify_hostname_of_cert when identity
daf116
    should be verified as ipv6 address because it contains a colon
daf116
daf116
* Wed May 11 2011 Paul Howarth <paul@city-fan.org> - 1.43-1
daf116
- Update to 1.43
daf116
  - add SSL_create_ctx_callback to have a way to adjust context on creation
daf116
    (CPAN RT#67799)
daf116
  - describe problem of fake memory leak because of big session cache and how
daf116
    to fix it (CPAN RT#68073)
daf116
  - fix t/nonblock.t
daf116
  - stability improvements for t/inet6.t
daf116
daf116
* Tue May 10 2011 Paul Howarth <paul@city-fan.org> - 1.41-1
daf116
- Update to 1.41
daf116
  - fix issue in stop_SSL where it did not issue a shutdown of the SSL
daf116
    connection if it first received the shutdown from the other side
daf116
  - try to make t/nonblock.t more reliable, at least report the real cause of
daf116
    SSL connection errors
daf116
- No longer need to re-code docs to UTF-8
daf116
daf116
* Mon May  2 2011 Paul Howarth <paul@city-fan.org> - 1.40-1
daf116
- Update to 1.40
daf116
  - fix in example/async_https_server
daf116
  - get IDN support from URI (CPAN RT#67676)
daf116
- Nobody else likes macros for commands
daf116
daf116
* Thu Mar  3 2011 Paul Howarth <paul@city-fan.org> - 1.39-1
daf116
- Update to 1.39
daf116
  - fixed documentation of http verification: wildcards in cn is allowed
daf116
daf116
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.38-2
daf116
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
daf116
daf116
* Tue Jan 18 2011 Paul Howarth <paul@city-fan.org> - 1.38-1
daf116
- Update to 1.38
daf116
  - fixed wildcards_in_cn setting for http, wrongly set in 1.34 to 1 instead of
daf116
    anywhere (CPAN RT#64864)
daf116
daf116
* Fri Dec 10 2010 Paul Howarth <paul@city-fan.org> - 1.37-1
daf116
- Update to 1.37
daf116
  - don't complain about invalid certificate locations if user explicitly set
daf116
    SSL_ca_path and SSL_ca_file to undef: assume that user knows what they are
daf116
    doing and will work around the problems themselves (CPAN RT#63741)
daf116
daf116
* Thu Dec  9 2010 Paul Howarth <paul@city-fan.org> - 1.36-1
daf116
- Update to 1.36
daf116
  - update documentation for SSL_verify_callback based on CPAN RT#63743 and
daf116
    CPAN RT#63740
daf116
daf116
* Mon Dec  6 2010 Paul Howarth <paul@city-fan.org> - 1.35-1
daf116
- Update to 1.35 (addresses CVE-2010-4334)
daf116
  - if verify_mode is not VERIFY_NONE and the ca_file/ca_path cannot be
daf116
    verified as valid, it will no longer fall back to VERIFY_NONE but throw an
daf116
    error (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606058)
daf116
daf116
* Tue Nov  2 2010 Paul Howarth <paul@city-fan.org> - 1.34-1
daf116
- Update to 1.34
daf116
  - schema http for certificate verification changed to wildcards_in_cn=1
daf116
  - if upgrading socket from inet to ssl fails due to handshake problems, the
daf116
    socket gets downgraded back again but is still open (CPAN RT#61466)
daf116
  - deprecate kill_socket: just use close()
daf116
daf116
* Sun May 02 2010 Marcela Maslanova <mmaslano@redhat.com> - 1.33-2
daf116
- Mass rebuild with perl-5.12.0
daf116
daf116
* Wed Mar 17 2010 Paul Howarth <paul@city-fan.org> - 1.33-1
daf116
- Update to 1.33
daf116
  - attempt to make t/memleak_bad_handshake.t more stable
daf116
  - fix hostname checking: only check an IP against subjectAltName GEN_IPADD
daf116
daf116
* Tue Feb 23 2010 Paul Howarth <paul@city-fan.org> - 1.32-1
daf116
- Update to 1.32 (die in Makefile.PL if Scalar::Util has no dualvar support)
daf116
- Use %%{_fixperms} macro instead of our own %%{__chmod} incantation
daf116
daf116
* Mon Dec  7 2009 Stepan Kasal <skasal@redhat.com> - 1.31-2
daf116
- Rebuild against perl 5.10.1
daf116
daf116
* Sun Sep 27 2009 Paul Howarth <paul@city-fan.org> - 1.31-1
daf116
- Update to 1.31 (see Changes for details)
daf116
daf116
* Thu Aug 20 2009 Paul Howarth <paul@city-fan.org> - 1.30-1
daf116
- Update to 1.30 (fix memleak when SSL handshake failed)
daf116
- Add buildreq procps needed for memleak test
daf116
daf116
* Mon Jul 27 2009 Paul Howarth <paul@city-fan.org> - 1.27-1
daf116
- Update to 1.27
daf116
  - various regex fixes for i18n and service names
daf116
  - fix warnings from perl -w (CPAN RT#48131)
daf116
  - improve handling of errors from Net::ssl_write_all
daf116
daf116
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.26-2
daf116
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
daf116
daf116
* Sat Jul  4 2009 Paul Howarth <paul@city-fan.org> - 1.26-1
daf116
- Update to 1.26 (verify_hostname_of_cert matched only the prefix for the
daf116
  hostname when no wildcard was given, e.g. www.example.org matched against a
daf116
  certificate with name www.exam in it [#509819])
daf116
daf116
* Fri Jul  3 2009 Paul Howarth <paul@city-fan.org> - 1.25-1
daf116
- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)
daf116
daf116
* Thu Apr  2 2009 Paul Howarth <paul@city-fan.org> - 1.24-1
daf116
- Update to 1.24 (add verify hostname scheme ftp, same as http)
daf116
daf116
* Wed Feb 25 2009 Paul Howarth <paul@city-fan.org> - 1.23-1
daf116
- Update to 1.23 (complain when no certificates are provided)
daf116
daf116
* Sat Jan 24 2009 Paul Howarth <paul@city-fan.org> - 1.22-1
daf116
- Update to latest upstream version: 1.22
daf116
daf116
* Thu Jan 22 2009 Paul Howarth <paul@city-fan.org> - 1.20-1
daf116
- Update to latest upstream version: 1.20
daf116
daf116
* Tue Nov 18 2008 Paul Howarth <paul@city-fan.org> - 1.18-1
daf116
- Update to latest upstream version: 1.18
daf116
- BR: perl(IO::Socket::INET6) for extra test coverage
daf116
daf116
* Mon Oct 13 2008 Paul Howarth <paul@city-fan.org> - 1.17-1
daf116
- Update to latest upstream version: 1.17
daf116
daf116
* Mon Sep 22 2008 Paul Howarth <paul@city-fan.org> - 1.16-1
daf116
- Update to latest upstream version: 1.16
daf116
daf116
* Sat Aug 30 2008 Paul Howarth <paul@city-fan.org> - 1.15-1
daf116
- Update to latest upstream version: 1.15
daf116
- Add buildreq and req for perl(Net::LibIDN) to avoid croaking when trying to
daf116
  verify an international name against a certificate
daf116
daf116
* Wed Jul 16 2008 Paul Howarth <paul@city-fan.org> - 1.14-1
daf116
- Update to latest upstream version: 1.14
daf116
- BuildRequire perl(Net::SSLeay) >= 1.21
daf116
daf116
* Wed Feb 27 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-4
daf116
- Rebuild for perl 5.10 (again)
daf116
daf116
* Thu Jan 31 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.12-3
daf116
- Rebuild for new perl
daf116
daf116
* Wed Nov 28 2007 Paul Howarth <paul@city-fan.org> - 1.12-2
daf116
- Cosmetic spec changes suiting new maintainer's preferences
daf116
daf116
* Fri Oct 26 2007 Robin Norwood <rnorwood@redhat.com> - 1.12-1
daf116
- Update to latest upstream version: 1.12
daf116
- Fix license tag
daf116
- Add BuildRequires for ExtUtils::MakeMaker and Test::Simple
daf116
- Fix package review issues:
daf116
- Source URL
daf116
- Resolves: bz#226264
daf116
daf116
* Tue Oct 16 2007 Tom "spot" Callaway <tcallawa@redhat.com> - 1.02-1.1
daf116
- Correct license tag
daf116
- Add BR: perl(ExtUtils::MakeMaker)
daf116
daf116
* Sat Dec 02 2006 Robin Norwood <rnorwood@redhat.com> - 1.02-1
daf116
- Upgrade to latest CPAN version: 1.02
daf116
daf116
* Mon Sep 18 2006 Warren Togami <wtogami@redhat.com> - 1.01-1
daf116
- 1.01 bug fixes (#206782)
daf116
daf116
* Sun Aug 13 2006 Warren Togami <wtogami@redhat.com> - 0.998-1
daf116
- 0.998 with more important fixes
daf116
daf116
* Tue Aug 01 2006 Warren Togami <wtogami@redhat.com> - 0.994-1
daf116
- 0.994 important bugfixes (#200860)
daf116
daf116
* Tue Jul 18 2006 Warren Togami <wtogami@redhat.com> - 0.991-1
daf116
- 0.991
daf116
daf116
* Wed Jul 12 2006 Warren Togami <wtogami@redhat.com> - 0.97-3
daf116
- Import into FC6
daf116
daf116
* Tue Feb 28 2006 Jose Pedro Oliveira <jpo at di.uminho.pt> - 0.97-2
daf116
- Rebuild for FC5 (perl 5.8.8).
daf116
- Rebuild switch: "--with sessiontests".
daf116
daf116
* Mon Jul 18 2005 Ville Skyttä <ville.skytta at iki.fi> - 0.97-1
daf116
- 0.97.
daf116
- Convert docs to UTF-8, drop some unuseful ones.
daf116
daf116
* Wed Apr  6 2005 Michael Schwendt <mschwendt[AT]users.sf.net> - 0.96-4
daf116
- Rebuilt
daf116
daf116
* Tue Oct 12 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-3
daf116
- Disable session test suite even if Net::SSLeay >= 1.26 is available.
daf116
daf116
* Wed Jul  7 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-0.fdr.2
daf116
- Bring up to date with current fedora.us Perl spec template.
daf116
- Include examples in docs.
daf116
daf116
* Sat May  1 2004 Ville Skyttä <ville.skytta at iki.fi> - 0:0.96-0.fdr.1
daf116
- Update to 0.96.
daf116
- Reduce directory ownership bloat.
daf116
- Require perl(:MODULE_COMPAT_*).
daf116
daf116
* Fri Oct 17 2003 Ville Skyttä <ville.skytta at iki.fi> - 0:0.95-0.fdr.1
daf116
- First build.