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