./security/p5-IO-Socket-SSL, Perl5 SSL socket interface class

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q2, Version: 1.26, Package name: p5-IO-Socket-SSL-1.26, Maintainer: pkgsrc-users

IO::Socket::SSL is a class implementing an object-oriented interface
to SSL sockets. The class is a descendent of IO::Socket::INET and
provides a subset of the base class's interface methods as well as
SSL-specific methods.


Required to run:
[net/p5-IO-Socket-INET6] [net/p5-Net-LibIDN] [lang/perl5] [security/p5-Net-SSLeay]

Master sites: (Expand)

SHA1: 88a3e1678593ef87b8218399419737fc2357f7a1
RMD160: 5f5bf53ee3d862e13132d4111f96f5ed2a4abc07
Filesize: 63.816 KB

Version history: (Expand)


CVS history: (Expand)


   2009-07-16 23:18:40 by Matthias Scheler | Files touched by this commit (2) | Package updated
Log message:
Pullup ticket #2816 - requested by obache
p5-IO-Socket-SSL: security update

Revisions pulled up:
- security/p5-IO-Socket-SSL/Makefile		1.46
- security/p5-IO-Socket-SSL/distinfo		1.32
---
Module Name:	pkgsrc
Committed By:	sno
Date:		Tue Jul  7 22:27:52 UTC 2009

Modified Files:
	pkgsrc/security/p5-IO-Socket-SSL: Makefile distinfo

Log message:
Updating package for p5 module IO::Socket::SSL from 1.24 to 1.26 and
set license to ${PERL5_LICENSE} according to module's documentation (POD).

Upstream changes:
v1.26 2009.07.03
- SECURITY BUGFIX!
  fix Bug in verify_hostname_of_cert where it 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
  Thanks to MLEHMANN for reporting

v1.25 2009.07.02
- t/nonblock.t: increase number of bytes written to fix bug with OS X 10.5
  https://rt.cpan.org/Ticket/Display.html?id=47240