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
This commit is contained in:
parent
6bb6c14646
commit
9a01a60c0b
2 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.45 2009/04/12 00:40:08 sno Exp $
|
||||
# $NetBSD: Makefile,v 1.46 2009/07/07 22:27:52 sno Exp $
|
||||
|
||||
DISTNAME= IO-Socket-SSL-1.24
|
||||
DISTNAME= IO-Socket-SSL-1.26
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
SVR4_PKGNAME= p5iss
|
||||
CATEGORIES= security net perl5
|
||||
|
@ -9,6 +9,7 @@ MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=IO/}
|
|||
MAINTAINER= pkgsrc-users@NetBSD.org
|
||||
HOMEPAGE= http://search.cpan.org/dist/IO-Socket-SSL/
|
||||
COMMENT= Perl5 SSL socket interface class
|
||||
LICENSE= ${PERL5_LICENSE}
|
||||
|
||||
DEPENDS+= p5-IO-Socket-INET6-[0-9]*:../../net/p5-IO-Socket-INET6
|
||||
DEPENDS+= p5-Net-LibIDN-[0-9]*:../../net/p5-Net-LibIDN
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.31 2009/04/12 00:40:08 sno Exp $
|
||||
$NetBSD: distinfo,v 1.32 2009/07/07 22:27:52 sno Exp $
|
||||
|
||||
SHA1 (IO-Socket-SSL-1.24.tar.gz) = 7224c0bdb92808840b470610f158edff5cefc97f
|
||||
RMD160 (IO-Socket-SSL-1.24.tar.gz) = 994eec8459b14fd8f08f2330e655e5bea05b1d40
|
||||
Size (IO-Socket-SSL-1.24.tar.gz) = 65215 bytes
|
||||
SHA1 (IO-Socket-SSL-1.26.tar.gz) = 88a3e1678593ef87b8218399419737fc2357f7a1
|
||||
RMD160 (IO-Socket-SSL-1.26.tar.gz) = 5f5bf53ee3d862e13132d4111f96f5ed2a4abc07
|
||||
Size (IO-Socket-SSL-1.26.tar.gz) = 65348 bytes
|
||||
|
|
Loading…
Reference in a new issue