SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-IO-Socket-SSL-1.45-1.fc16.noarch.rpm :
Thu Oct 13 14:00:00 2011 Paul Howarth - 1.45-1
- Update to 1.45
- fix readline to continue when getting interrupt waiting for more data
- BR: perl(Carp)

Tue Jul 19 14:00:00 2011 Petr Sabata - 1.44-2
- Perl mass rebuild

Fri May 27 14:00:00 2011 Paul Howarth - 1.44-1
- Update to 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

Wed May 11 14:00:00 2011 Paul Howarth - 1.43-1
- Update to 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

Tue May 10 14:00:00 2011 Paul Howarth - 1.41-1
- Update to 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

Mon May 2 14:00:00 2011 Paul Howarth - 1.40-1
- Update to 1.40
- fix in example/async_https_server
- get IDN support from URI (CPAN RT#67676)
- Nobody else likes macros for commands

Thu Mar 3 13:00:00 2011 Paul Howarth - 1.39-1
- Update to 1.39
- fixed documentation of http verification: wildcards in cn is allowed

Tue Feb 8 13:00:00 2011 Fedora Release Engineering - 1.38-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

Tue Jan 18 13:00:00 2011 Paul Howarth - 1.38-1
- Update to 1.38
- fixed wildcards_in_cn setting for http, wrongly set in 1.34 to 1 instead of
anywhere (CPAN RT#64864)

Fri Dec 10 13:00:00 2010 Paul Howarth - 1.37-1
- Update to 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)

Thu Dec 9 13:00:00 2010 Paul Howarth - 1.36-1
- Update to 1.36
- update documentation for SSL_verify_callback based on CPAN RT#63743 and
CPAN RT#63740

Mon Dec 6 13:00:00 2010 Paul Howarth - 1.35-1
- Update to 1.35 (addresses CVE-2010-4334)
- 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)

Tue Nov 2 13:00:00 2010 Paul Howarth - 1.34-1
- Update to 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()

Sun May 2 14:00:00 2010 Marcela Maslanova - 1.33-2
- Mass rebuild with perl-5.12.0

Wed Mar 17 13:00:00 2010 Paul Howarth - 1.33-1
- Update to 1.33
- attempt to make t/memleak_bad_handshake.t more stable
- fix hostname checking: only check an IP against subjectAltName GEN_IPADD

Tue Feb 23 13:00:00 2010 Paul Howarth - 1.32-1
- Update to 1.32 (die in Makefile.PL if Scalar::Util has no dualvar support)
- Use %{_fixperms} macro instead of our own %{__chmod} incantation

Mon Dec 7 13:00:00 2009 Stepan Kasal - 1.31-2
- Rebuild against perl 5.10.1

Sun Sep 27 14:00:00 2009 Paul Howarth - 1.31-1
- Update to 1.31 (see Changes for details)

Thu Aug 20 14:00:00 2009 Paul Howarth - 1.30-1
- Update to 1.30 (fix memleak when SSL handshake failed)
- Add buildreq procps needed for memleak test

Mon Jul 27 14:00:00 2009 Paul Howarth - 1.27-1
- 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

Sat Jul 25 14:00:00 2009 Fedora Release Engineering - 1.26-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

Sat Jul 4 14:00:00 2009 Paul Howarth - 1.26-1
- Update to 1.26 (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 [#509819])

Fri Jul 3 14:00:00 2009 Paul Howarth - 1.25-1
- Update to 1.25 (fix t/nonblock.t for OS X 10.5 - CPAN RT#47240)

Thu Apr 2 14:00:00 2009 Paul Howarth - 1.24-1
- Update to 1.24 (add verify hostname scheme ftp, same as http)

Wed Feb 25 13:00:00 2009 Paul Howarth - 1.23-1
- Update to 1.23 (complain when no certificates are provided)

Sat Jan 24 13:00:00 2009 Paul Howarth - 1.22-1
- Update to latest upstream version: 1.22

Thu Jan 22 13:00:00 2009 Paul Howarth - 1.20-1
- Update to latest upstream version: 1.20

Tue Nov 18 13:00:00 2008 Paul Howarth - 1.18-1
- Update to latest upstream version: 1.18
- BR: perl(IO::Socket::INET6) for extra test coverage

Mon Oct 13 14:00:00 2008 Paul Howarth - 1.17-1
- Update to latest upstream version: 1.17

Mon Sep 22 14:00:00 2008 Paul Howarth - 1.16-1
- Update to latest upstream version: 1.16

Sat Aug 30 14:00:00 2008 Paul Howarth - 1.15-1
- 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

Wed Jul 16 14:00:00 2008 Paul Howarth - 1.14-1
- Update to latest upstream version: 1.14
- BuildRequire perl(Net::SSLeay) >= 1.21

Wed Feb 27 13:00:00 2008 Tom \"spot\" Callaway - 1.12-4
- Rebuild for perl 5.10 (again)

Thu Jan 31 13:00:00 2008 Tom \"spot\" Callaway - 1.12-3
- Rebuild for new perl

Wed Nov 28 13:00:00 2007 Paul Howarth - 1.12-2
- Cosmetic spec changes suiting new maintainer\'s preferences

Fri Oct 26 14:00:00 2007 Robin Norwood - 1.12-1
- Update to latest upstream version: 1.12
- Fix license tag
- Add BuildRequires for ExtUtils::MakeMaker and Test::Simple
- Fix package review issues:
- Source URL
- Resolves: bz#226264

Tue Oct 16 14:00:00 2007 Tom \"spot\" Callaway - 1.02-1.1
- Correct license tag
- Add BR: perl(ExtUtils::MakeMaker)

Sat Dec 2 13:00:00 2006 Robin Norwood - 1.02-1
- Upgrade to latest CPAN version: 1.02

Mon Sep 18 14:00:00 2006 Warren Togami - 1.01-1
- 1.01 bug fixes (#206782)

Sun Aug 13 14:00:00 2006 Warren Togami - 0.998-1
- 0.998 with more important fixes

Tue Aug 1 14:00:00 2006 Warren Togami - 0.994-1
- 0.994 important bugfixes (#200860)

Tue Jul 18 14:00:00 2006 Warren Togami - 0.991-1
- 0.991

Wed Jul 12 14:00:00 2006 Warren Togami - 0.97-3
- Import into FC6

Tue Feb 28 13:00:00 2006 Jose Pedro Oliveira - 0.97-2
- Rebuild for FC5 (perl 5.8.8).
- Rebuild switch: \"--with sessiontests\".

Mon Jul 18 14:00:00 2005 Ville Skyttä - 0.97-1
- 0.97.
- Convert docs to UTF-8, drop some unuseful ones.

Thu Apr 7 14:00:00 2005 Michael Schwendt - 0.96-4
- Rebuilt

Tue Oct 12 14:00:00 2004 Ville Skyttä - 0:0.96-3
- Disable session test suite even if Net::SSLeay >= 1.26 is available.

Wed Jul 7 14:00:00 2004 Ville Skyttä - 0:0.96-0.fdr.2
- Bring up to date with current fedora.us Perl spec template.
- Include examples in docs.

Sat May 1 14:00:00 2004 Ville Skyttä - 0:0.96-0.fdr.1
- Update to 0.96.
- Reduce directory ownership bloat.
- Require perl(:MODULE_COMPAT_
*).

Fri Oct 17 14:00:00 2003 Ville Skyttä - 0:0.95-0.fdr.1
- First build.


 
ICM