Update devel/p5-Event-RPC to 1.04.
Changes from previous: ---------------------- 1.04 Fri Feb 24, 2014, joern Bugfixes - Under certain infrequently conditions it could happen that the server process blocked when sending a response packet to a client. - Event::RPC::Client failed loading when no IO::Socket::SSL is installed. 1.03 Sat Feb 2, 2013, joern Features: - Added options 'ssl_ca_file and 'ssl_ca_path' options to Event::RPC::Client, which enable SSL peer verifcation on the client. Thanks for the report about a security warning of IO::Socket::SSL to Moritz Bunkus. 1.02 Tue Mar 8, 2011, joern Features: - Added AnyEvent mainloop implementation.
This commit is contained in:
parent
a53a40da85
commit
fbf012d8ea
2 changed files with 6 additions and 7 deletions
|
@ -1,8 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.14 2013/05/31 12:40:17 wiz Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2014/05/14 07:19:59 hiramatsu Exp $
|
||||
|
||||
DISTNAME= Event-RPC-1.01
|
||||
DISTNAME= Event-RPC-1.04
|
||||
PKGNAME= p5-${DISTNAME}
|
||||
PKGREVISION= 8
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
$NetBSD: distinfo,v 1.3 2008/11/05 22:42:24 he Exp $
|
||||
$NetBSD: distinfo,v 1.4 2014/05/14 07:19:59 hiramatsu Exp $
|
||||
|
||||
SHA1 (Event-RPC-1.01.tar.gz) = 6da575eaf95c173eee062533e75868cfc5687d46
|
||||
RMD160 (Event-RPC-1.01.tar.gz) = 14b1bda8369bdf68773b4a31ef17df576da537e3
|
||||
Size (Event-RPC-1.01.tar.gz) = 35011 bytes
|
||||
SHA1 (Event-RPC-1.04.tar.gz) = 24ebc1e7447400b709544ae95bbbd19369695a7b
|
||||
RMD160 (Event-RPC-1.04.tar.gz) = 867f44404832fed22e9709b6e5ddf8cfce2a5f3c
|
||||
Size (Event-RPC-1.04.tar.gz) = 47371 bytes
|
||||
|
|
Loading…
Reference in a new issue