- Add p5-Net-SSLGlue 1.052

Some commonly used Perl modules don't have SSL support at all, even if the
protocol supports it. Others have SSL support, but most of them don't do proper
checking of the server's certificate.

The Net::SSLGlue::* modules try to add SSL support or proper certificate
checking to these modules. Currently support for the following modules is
available:
- Net::SMTP - add SSL from beginning or using STARTTLS
- Net::POP3 - add SSL from beginning or using STLS
- Net::FTP - add SSL and IPv6 support to Net::FTP
- Net::LDAP - add proper certificate checking
- LWP - add proper certificate checking

There is also a Net::SSLGlue::Socket package which combines SSL and non-SSL and
IPv6 capabilities to make it easier to enhance modules based on
IO::Socket::INET.

WWW: http://search.cpan.org/dist/Net-SSLGlue/
This commit is contained in:
Sunpoet Po-Chuan Hsieh 2014-03-25 05:22:59 +00:00
parent 2fba6d8265
commit c219f7d945
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=349103
5 changed files with 62 additions and 0 deletions

View File

@ -575,6 +575,7 @@
SUBDIR += p5-Net-Radius-Server
SUBDIR += p5-Net-SAML
SUBDIR += p5-Net-SSL-ExpireDate
SUBDIR += p5-Net-SSLGlue
SUBDIR += p5-Net-SSLeay
SUBDIR += p5-Net-Server-Mail-ESMTP-AUTH
SUBDIR += p5-Net-SinFP

View File

@ -0,0 +1,22 @@
# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= Net-SSLGlue
PORTVERSION= 1.052
CATEGORIES= security net perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Add/extend SSL support for common perl modules
LICENSE= ART10 GPLv1
LICENSE_COMB= dual
BUILD_DEPENDS= p5-IO-Socket-SSL>=1.190:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS:= ${BUILD_DEPENDS}
USE_PERL5= configure
USES= perl5
.include <bsd.port.mk>

View File

@ -0,0 +1,2 @@
SHA256 (Net-SSLGlue-1.052.tar.gz) = 1480bde91c6b3d98013632df88a5ea3c3a8aacc605ca76955e77d2d798205b67
SIZE (Net-SSLGlue-1.052.tar.gz) = 18712

View File

@ -0,0 +1,18 @@
Some commonly used Perl modules don't have SSL support at all, even if the
protocol supports it. Others have SSL support, but most of them don't do proper
checking of the server's certificate.
The Net::SSLGlue::* modules try to add SSL support or proper certificate
checking to these modules. Currently support for the following modules is
available:
- Net::SMTP - add SSL from beginning or using STARTTLS
- Net::POP3 - add SSL from beginning or using STLS
- Net::FTP - add SSL and IPv6 support to Net::FTP
- Net::LDAP - add proper certificate checking
- LWP - add proper certificate checking
There is also a Net::SSLGlue::Socket package which combines SSL and non-SSL and
IPv6 capabilities to make it easier to enhance modules based on
IO::Socket::INET.
WWW: http://search.cpan.org/dist/Net-SSLGlue/

View File

@ -0,0 +1,19 @@
%%SITE_PERL%%/Net/SSLGlue.pm
%%SITE_PERL%%/Net/SSLGlue/FTP.pm
%%SITE_PERL%%/Net/SSLGlue/LDAP.pm
%%SITE_PERL%%/Net/SSLGlue/LWP.pm
%%SITE_PERL%%/Net/SSLGlue/POP3.pm
%%SITE_PERL%%/Net/SSLGlue/SMTP.pm
%%SITE_PERL%%/Net/SSLGlue/Socket.pm
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLGlue/.packlist
%%PERL5_MAN3%%/Net::SSLGlue.3.gz
%%PERL5_MAN3%%/Net::SSLGlue::FTP.3.gz
%%PERL5_MAN3%%/Net::SSLGlue::LDAP.3.gz
%%PERL5_MAN3%%/Net::SSLGlue::LWP.3.gz
%%PERL5_MAN3%%/Net::SSLGlue::POP3.3.gz
%%PERL5_MAN3%%/Net::SSLGlue::SMTP.3.gz
%%PERL5_MAN3%%/Net::SSLGlue::Socket.3.gz
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net/SSLGlue
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Net
@dirrm %%SITE_PERL%%/Net/SSLGlue
@dirrmtry %%SITE_PERL%%/Net