Commit Graph

52 Commits

Author SHA1 Message Date
Paul Howarth
4ac798649d Update to 1.55
- New upstream release 1.55:
  - Work around IO::Socket's work around for systems returning EISCONN etc. on
    connect retry for non-blocking sockets by clearing $! if SUPER::connect
    returned true (CPAN RT#75101)
2012-02-20 16:50:20 +00:00
Paul Howarth
5ceb5a161a Update to 1.54
- New upstream release 1.54:
  - return 0 instead of undef in SSL_verify_callback to fix uninitialized
    warnings (CPAN RT#73629)
2012-01-11 12:56:03 +00:00
Paul Howarth
f032fb52a6 Update to 1.53
- New upstream release 1.53:
  - Kill child in t/memleak_bad_handshake.t if test fails (CPAN RT#73146)
2011-12-12 10:13:39 +00:00
Paul Howarth
f26c71c8d4 Update to 1.52
- New upstream release 1.52:
  - Fix for t/nonblock.t hangs on AIX (CPAN RT#72305)
  - Disable t/memleak_bad_handshake.t on AIX, because it might hang
    (CPAN RT#72170)
  - Fix syntax error in t/memleak_bad_handshake.t
2011-12-07 11:14:08 +00:00
Paul Howarth
edb47ab0e1 Update to 1.49
- New upstream release 1.49:
  - Another regression for readline fix: this time it failed to return lines
    at EOF that don't end with newline - extended t/readline.t to catch this
    case and the fix for 1.48
2011-10-28 12:38:35 +01:00
Paul Howarth
fa11cf0c50 Update to 1.48
- New upstream release 1.48:
  - Further fix for readline fix in 1.45: if the pending data were false (like
    '0'), it failed to read the rest of the line (CPAN RT#71953)
2011-10-26 19:44:56 +01:00
Paul Howarth
771cc6e21a Update to 1.47
- New upstream release 1.47:
  - Fix for 1.46 - check for mswin32 needs to be /i
2011-10-21 10:42:03 +01:00
Paul Howarth
a5d7b7bddb Update to 1.46
- New upstream release 1.46:
  - Skip signals test on Windows
2011-10-18 12:03:31 +01:00
Paul Howarth
90348cd701 Update to 1.45
- New upstream release 1.45:
  - Fix readline to continue when getting interrupt waiting for more data
- BR: perl(Carp)
2011-10-13 20:16:52 +01:00
Petr Sabata
4a6b2a484b Perl mass rebuild 2011-07-19 15:14:18 +02:00
Paul Howarth
13f80c7e74 Update to 1.44
- New upstream release 1.44:
  - Fix invalid call to inet_pton in verify_hostname_of_cert when identity
    should be verified as ipv6 address because it contains a colon
2011-05-27 16:15:32 +01:00
Paul Howarth
33f897d5a3 Update to 1.43
- New upstream release 1.43:
  - Add SSL_create_ctx_callback to have a way to adjust context on creation
    (CPAN RT#67799)
  - Describe problem of fake memory leak because of big session cache and how
    to fix it (CPAN RT#68073)
  - Fix t/nonblock.t
  - Stability improvements for t/inet6.t
2011-05-11 11:04:32 +01:00
Paul Howarth
546e8d9068 Update to 1.41
- New upstream release 1.41:
  - Fix issue in stop_SSL where it did not issue a shutdown of the SSL
    connection if it first received the shutdown from the other side
  - Try to make t/nonblock.t more reliable, at least report the real cause of
    SSL connection errors
- No longer need to re-code docs to UTF-8
2011-05-10 13:07:39 +01:00
Paul Howarth
5caac13a67 Update to 1.40
- New upstream release 1.40:
  - fix in example/async_https_server
  - get IDN support from URI (CPAN RT#67676)
- Nobody else likes macros for commands
2011-05-02 18:11:28 +01:00
Paul Howarth
099a308b91 Update to 1.39
- New upstream release 1.39:
  - fixed documentation of http verification: wildcards in cn is allowed
2011-03-03 15:27:17 +00:00
Dennis Gilmore
e2b100e5bb - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild 2011-02-08 19:31:06 -06:00
Paul Howarth
e665b6461f Update to 1.38
- New upstream release 1.38:
  - fixed wildcards_in_cn setting for http, wrongly set in 1.34 to 1
    instead of anywhere (CPAN RT#64864)
2011-01-19 10:05:41 +00:00
Paul Howarth
69a39b95e4 Add CVE reference in changelog for CVE-2010-4334 2010-12-17 16:53:16 +00:00
Paul Howarth
f86243aa58 Update to 1.37
- New upstream release 1.37:
  - don't complain about invalid certificate locations if user explicitly set
    SSL_ca_path and SSL_ca_file to undef: assume that user knows what they are
    doing and will work around the problems themselves (CPAN RT#63741)
2010-12-10 14:16:39 +00:00
Paul Howarth
bff48884d1 Update to 1.36
- New upstream release 1.36:
  - update documentation for SSL_verify_callback based on
    CPAN RT#63743 and CPAN RT#63740
2010-12-09 11:32:14 +00:00
Paul Howarth
bd90bedbe3 Update to 1.35
- New upstream release 1.35:
  - if verify_mode is not VERIFY_NONE and the ca_file/ca_path cannot be
    verified as valid, it will no longer fall back to VERIFY_NONE but throw an
    error (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606058)
2010-12-06 12:10:49 +00:00
Paul Howarth
eefbde615f Update to 1.34
- New upstream release 1.34:
  - schema http for certificate verification changed to wildcards_in_cn=1
  - if upgrading socket from inet to ssl fails due to handshake problems, the
    socket gets downgraded back again but is still open (CPAN RT#61466)
  - deprecate kill_socket: just use close()
2010-11-02 13:09:38 +00:00
Marcela Mašláňová
5fc4b441aa - Mass rebuild with perl-5.12.0 2010-05-02 18:02:10 +00:00
Paul Howarth
390ab9855d Update to 1.33 2010-03-17 16:23:40 +00:00
Paul Howarth
a551f76cd2 - Update to 1.32 (die in Makefile.PL if Scalar::Util has no dualvar
support)
- Use %{_fixperms} macro instead of our own %{__chmod} incantation
2010-02-23 13:58:55 +00:00
Štěpán Kasal
3e49d434b7 - rebuild against perl 5.10.1 2009-12-07 10:54:01 +00:00
Paul Howarth
7b32276230 Update to 1.31 2009-09-27 21:01:01 +00:00
Paul Howarth
408353c256 Update to 1.30 (fix memleak when SSL handshake failed) Add buildreq procps
needed for memleak test
2009-08-20 08:37:15 +00:00
Paul Howarth
fbcd92fb28 Update to 1.27
- various regex fixes for i18n and service names
- fix warnings from perl -w (CPAN RT#48131)
- improve handling of errors from Net::ssl_write_all
2009-07-28 08:36:40 +00:00
Jesse Keating
e16220e1cd - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild 2009-07-26 06:42:14 +00:00
Paul Howarth
b6031e4048 Update to 1.26 (SECURITY FIX)
verify_hostname_of_cert matched only the prefix for the hostname when no
    wildcard was given, e.g. www.example.org matched against a certificate
    with name www.exam in it
2009-07-04 21:19:59 +00:00
Paul Howarth
a50dfc8212 Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240) 2009-07-03 08:33:25 +00:00
Paul Howarth
08c3d744b6 Update to 1.24 (add verify hostname scheme ftp, same as http) 2009-04-03 09:20:34 +00:00
Paul Howarth
cfe8fbe4a5 Update to 1.23 (complain when no certificates are provided) 2009-02-25 21:35:25 +00:00
Paul Howarth
dc5335bffc Update to latest upstream version: 1.22 2009-01-24 20:47:31 +00:00
Paul Howarth
591ac20f12 Update to latest upstream version: 1.20 2009-01-22 15:51:36 +00:00
Paul Howarth
9cf5eac9ec Update to latest upstream version: 1.18 BR: perl(IO::Socket::INET6) for
extra test coverage
2008-11-18 09:53:54 +00:00
Paul Howarth
43c3bd4161 Update to latest upstream version: 1.17 2008-10-13 16:23:05 +00:00
Paul Howarth
274abb4f76 Update to latest upstream version: 1.16 2008-09-22 09:26:31 +00:00
Paul Howarth
a2d6c29c01 - Update to latest upstream version: 1.15
- Add buildreq and req for perl(Net::LibIDN) to avoid croaking when trying
    to verify an international name against a certificate
2008-08-30 14:20:37 +00:00
Paul Howarth
41492346e8 - Update to latest upstream version: 1.14
- BuildRequire perl(Net::SSLeay) >= 1.21
2008-07-16 15:59:27 +00:00
Tom Callaway
f4442d1c50 perl rebuild, chain 4 2008-03-02 15:57:00 +00:00
Tom Callaway
52e30cccc5 Rebuild for new perl 2008-02-01 03:30:23 +00:00
Paul Howarth
4084ca1aa7 Cosmetic spec changes suiting new maintainer's preferences 2007-11-28 18:25:18 +00:00
Robin Norwood
629eb3add7 Update to latest upstream version and fix package review issues. 2007-10-26 18:18:32 +00:00
Tom Callaway
33ba1b81d9 fix br, license 2007-10-16 20:28:39 +00:00
Robin Norwood
e847dcaa7f Upgrade to latest version from CPAN: 1.02. 2006-12-02 18:36:23 +00:00
Warren Togami
7e7f983fc4 1.01 bug fixes (#206782) 2006-09-18 14:27:25 +00:00
Warren Togami
aea3889a69 0.998 with more important fixes 2006-08-13 17:09:03 +00:00
Warren Togami
d6a2148cd7 0.994 important bugfixes (#200860) 2006-08-01 06:35:32 +00:00