update p5-IO-Socket-SSL to 2.049

This commit is contained in:
bluhm 2017-07-29 20:01:26 +00:00
parent d46ab105c3
commit 48f4c860c7
3 changed files with 10 additions and 9 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.111 2017/04/17 16:02:31 bluhm Exp $
# $OpenBSD: Makefile,v 1.112 2017/07/29 20:01:26 bluhm Exp $
COMMENT = perl interface to SSL sockets
COMMENT = Perl SSL sockets with IO::Socket interface
DISTNAME = IO-Socket-SSL-2.048
DISTNAME = IO-Socket-SSL-2.049
CATEGORIES = security

View File

@ -1,2 +1,2 @@
SHA256 (IO-Socket-SSL-2.048.tar.gz) = sPIZmt8PaIoRNXFR+0fNkbQXpz2RBTnU1Itax+Jn7gc=
SIZE (IO-Socket-SSL-2.048.tar.gz) = 214926
SHA256 (IO-Socket-SSL-2.049.tar.gz) = YQrtbLMmPQyGx/q0zunHYOtRUeQNCi0LrdM+VCXEtMM=
SIZE (IO-Socket-SSL-2.049.tar.gz) = 219780

View File

@ -1,4 +1,5 @@
IO::Socket::SSL is a class implementing an object oriented interface
to SSL sockets. The class is a descendant of IO::Socket::INET and
provides a subset of the base class's interface methods as well as
SSL specific methods.
IO::Socket::SSL makes using SSL/TLS much easier by wrapping the
necessary functionality into the familiar IO::Socket interface and
providing secure defaults whenever possible. This way, existing
applications can be made SSL-aware without much effort, at least
if you do blocking I/O and don't use select or poll.