Sun Apr 10 03:16:37 2016 UTC ()
Update to devel/p5-Event-RPC
----------------------------
1.08 Sun Sep 26, 2015, joern
    Notes:
    - Just a stable release without changes. I thought
      CPAN testers would pick up developer releases
      too, but was wrong ;)

1.08_01 Sat Sep 26, 2015, joern
    Features:
    - Support for multiple serialisers: Sereal, CBOR::XS,
      JSON::XS and Storable. That's because Storable is
      known to be insecure, so this module should not
      rely on it.

      Great care has been taken to make these changes
      up- and downwards compatible, so old clients still
      can connect to new servers and vice versa.

      Check documentation chapters MESSAGE FORMAT OPTIONS
      in Event::RPC, Event::RPC::Server and Event::RPC::Client
      manpages for details.

      Thanks to mala <mala AT ma.la> for his hint about the
      security issues of Storable. You find more details in
      this article:

      http://www.masteringperl.org/2012/12/the-storable-security-problem/

    Bugfixes:
    - Proper handling of exceptions which occur at the
      server before a remote method is really executed,
      e.g. when lookup of the class failed due to
      incorrect @INC path.
    - Fixed encoding of source files and corrected
      the year of all Copyright notices.


(mef)
diff -r1.18 -r1.19 pkgsrc/devel/p5-Event-RPC/Makefile
diff -r1.6 -r1.7 pkgsrc/devel/p5-Event-RPC/distinfo

cvs diff -r1.18 -r1.19 pkgsrc/devel/p5-Event-RPC/Makefile (expand / switch to unified diff)

--- pkgsrc/devel/p5-Event-RPC/Makefile 2015/06/12 10:49:10 1.18
+++ pkgsrc/devel/p5-Event-RPC/Makefile 2016/04/10 03:16:37 1.19
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.18 2015/06/12 10:49:10 wiz Exp $ 1# $NetBSD: Makefile,v 1.19 2016/04/10 03:16:37 mef Exp $
2 2
3DISTNAME= Event-RPC-1.05 3DISTNAME= Event-RPC-1.08
4PKGNAME= p5-${DISTNAME} 4PKGNAME= p5-${DISTNAME}
5PKGREVISION= 1 
6CATEGORIES= devel 5CATEGORIES= devel
7MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/ 6MASTER_SITES= http://www.exit1.org/packages/Event-RPC/dist/
8 7
9MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.exit1.org/Event-RPC/ 9HOMEPAGE= http://www.exit1.org/Event-RPC/
11#HOMEPAGE= http://search.cpan.org/dist/Event-RPC/ 10#HOMEPAGE= http://search.cpan.org/dist/Event-RPC/
12COMMENT= Event based transparent Client/Server RPC framework 11COMMENT= Event based transparent Client/Server RPC framework
13LICENSE= ${PERL5_LICENSE} 12LICENSE= ${PERL5_LICENSE}
14 13
15DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event 14DEPENDS+= p5-Event-[0-9]*:../../devel/p5-Event
16DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL 15DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
17DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay 16DEPENDS+= p5-Net-SSLeay-[0-9]*:../../security/p5-Net-SSLeay
18 17

cvs diff -r1.6 -r1.7 pkgsrc/devel/p5-Event-RPC/distinfo (expand / switch to unified diff)

--- pkgsrc/devel/p5-Event-RPC/distinfo 2015/11/03 03:28:12 1.6
+++ pkgsrc/devel/p5-Event-RPC/distinfo 2016/04/10 03:16:37 1.7
@@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
1$NetBSD: distinfo,v 1.6 2015/11/03 03:28:12 agc Exp $ 1$NetBSD: distinfo,v 1.7 2016/04/10 03:16:37 mef Exp $
2 2
3SHA1 (Event-RPC-1.05.tar.gz) = 211dcc05e9f950046f7088cf5265d5113640e1e7 3SHA1 (Event-RPC-1.08.tar.gz) = e89776ddccfa4ec66fa61f40f36b4b167a9b3415
4RMD160 (Event-RPC-1.05.tar.gz) = 1a706fab045abd1b8c07c6e1d66c7d2d664abf68 4RMD160 (Event-RPC-1.08.tar.gz) = f3c55e47b6f0687dd8ecf59b68a2e25cf18f78b7
5SHA512 (Event-RPC-1.05.tar.gz) = 817f3c6efccc9701d091d4ddb3dc6860efbb276150f1534a40315eb668074a77dac099b0f944a7507cda98aef1a59d4a5c460a9d3cef1bd0ffe40f88d1d5b214 5SHA512 (Event-RPC-1.08.tar.gz) = 39de9feb1e958c8834e6492cf7d6d237892e8b4ea54e534af6d0a92dddae9126766872e46b9222f00deb24309981a4459b84cb37bc8ea74e7d62e4112b1fe317
6Size (Event-RPC-1.05.tar.gz) = 48716 bytes 6Size (Event-RPC-1.08.tar.gz) = 57504 bytes