pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/net/p5-Net-DBus
Module Name: pkgsrc
Committed By: mef
Date: Sat Apr 18 13:14:23 UTC 2020
Modified Files:
pkgsrc/net/p5-Net-DBus: Makefile distinfo
Log Message:
(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
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/p5-Net-DBus/Makefile
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/p5-Net-DBus/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/net/p5-Net-DBus/Makefile
diff -u pkgsrc/net/p5-Net-DBus/Makefile:1.17 pkgsrc/net/p5-Net-DBus/Makefile:1.18
--- pkgsrc/net/p5-Net-DBus/Makefile:1.17 Sun Aug 11 13:22:17 2019
+++ pkgsrc/net/p5-Net-DBus/Makefile Sat Apr 18 13:14:23 2020
@@ -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/}
Index: pkgsrc/net/p5-Net-DBus/distinfo
diff -u pkgsrc/net/p5-Net-DBus/distinfo:1.4 pkgsrc/net/p5-Net-DBus/distinfo:1.5
--- pkgsrc/net/p5-Net-DBus/distinfo:1.4 Mon Aug 1 12:35:58 2016
+++ pkgsrc/net/p5-Net-DBus/distinfo Sat Apr 18 13:14:23 2020
@@ -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