Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/net/p5-Net-DBus (net/p5-Net-DBus) Updated to 1.2.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0c5539710e5
branches:  trunk
changeset: 429308:a0c5539710e5
user:      mef <mef%pkgsrc.org@localhost>
date:      Sat Apr 18 13:14:23 2020 +0000

description:
(net/p5-Net-DBus) Updated to 1.2.0

1.2.0 2019-12-16

 - Avoid memory leak with timeouts in reactor
 - Disable XML entity expansion in introspection XML docs
 - Don't include GIT repo in dist
 - Remove obsolete XML::Grove dep from spec
 - Fix GIT repo location
 - Fix misc typos in POD
 - Make reactor robust to time going backwards
 - Add GIT repo & bug tracker to Makefile.PL
 - Fix basepath when enumerating subnodes
 - Fix child paths in introspection XML to be relative
 - Support passing UNIX file descriptors
 - Fix encoding of properties via GetAll method
 - Add return & param names for standard interface introspection
 - Use org.freedesktop.DBus.Error.UnknownMethod error code
 - Fix reactor add_exception method
 - Enable exporting objects on the root node
 - Fix introspection decode with zero parameters
 - Validate parameters for standard methods
 - Validate object interface against declared method
 - Don't include MYMETA.* files in dist
 - Fix passing nomainloop parameter to constructor
 - Fix variant type in mock iterator

diffstat:

 net/p5-Net-DBus/Makefile |   5 ++---
 net/p5-Net-DBus/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 8 deletions(-)

diffs (30 lines):

diff -r eb38e1f8afe5 -r a0c5539710e5 net/p5-Net-DBus/Makefile
--- a/net/p5-Net-DBus/Makefile  Sat Apr 18 13:01:46 2020 +0000
+++ b/net/p5-Net-DBus/Makefile  Sat Apr 18 13:14:23 2020 +0000
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.17 2019/08/11 13:22:17 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2020/04/18 13:14:23 mef Exp $
 #
 
-DISTNAME=      Net-DBus-1.1.0
+DISTNAME=      Net-DBus-1.2.0
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   3
 CATEGORIES=    net perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Net/}
 
diff -r eb38e1f8afe5 -r a0c5539710e5 net/p5-Net-DBus/distinfo
--- a/net/p5-Net-DBus/distinfo  Sat Apr 18 13:01:46 2020 +0000
+++ b/net/p5-Net-DBus/distinfo  Sat Apr 18 13:14:23 2020 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2016/08/01 12:35:58 mef Exp $
+$NetBSD: distinfo,v 1.5 2020/04/18 13:14:23 mef Exp $
 
-SHA1 (Net-DBus-1.1.0.tar.gz) = 62599a0613c3b6d764531f68a6674729532fa277
-RMD160 (Net-DBus-1.1.0.tar.gz) = c06f6a3f1f9669a8a702bbe33ddc2287903d99d8
-SHA512 (Net-DBus-1.1.0.tar.gz) = 96f5983ef1e33b4abea93277e39e779821c8ee4b1f2bc7a4a3aaa3612b9513a426b9f8e04094eb8449e89324c22c264df2d34b3d3e43dace85f443a57c770cc3
-Size (Net-DBus-1.1.0.tar.gz) = 2075154 bytes
+SHA1 (Net-DBus-1.2.0.tar.gz) = 6446a8ffde84c940efe130672fbce63cc36be9eb
+RMD160 (Net-DBus-1.2.0.tar.gz) = ea2bdd525aa9571cefb5d0cb76f70502a29734b6
+SHA512 (Net-DBus-1.2.0.tar.gz) = 9dc95288ae81037985020e18db33331de6908b1280fc3b0ca898c183a5b577d21d240f4f1045393f9459a9be6e3425feffa9ea581e6af2bcf165cdf48348b255
+Size (Net-DBus-1.2.0.tar.gz) = 108296 bytes



Home | Main Index | Thread Index | Old Index