pkgsrc-Changes archive

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

CVS commit: pkgsrc/sysutils/dbus-glib



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Apr  1 17:07:50 UTC 2021

Modified Files:
        pkgsrc/sysutils/dbus-glib: Makefile distinfo

Log Message:
dbus-glib 0.112 (2021-03-26)
============================

The “haunted teacup” release.

dbus-glib version control is now hosted on freedesktop.org's Gitlab
installation, and bug reports and feature requests have switched from
Bugzilla bugs (indicated by "fd.o #nnn") to Gitlab issues
("dbus-glib#nnn") and merge requests ("dbus-glib!nnn"). See README and
CONTRIBUTING.md for more details.

Dependencies:

• dbus 1.8 was already required, but is more strongly required now:
  the workarounds that were used to run continuous integration with dbus
  1.6 on Ubuntu 14.04 'trusty' have been removed. (Note that dbus 1.8
  has already reached end-of-life for security support, and newer dbus
  stable branches are strongly recommended.)

• pkg-config 0.28 is required when building from git

Enhancements:

• Rewrite CONTRIBUTING.md document, based on Wayland's equivalent
  (Simon McVittie, with thanks to Ander Conselvan de Oliveira,
  Bryce Harrington, Eric Engestrom, Pekka Paalanen and Daniel Stone
  for their contributions to the equivalent file in Wayland)

• A generated ChangeLog file, which made up a significant proportion of
  the size of source tarball releases, is no longer included. Please
  refer to the git repository at
  https://gitlab.freedesktop.org/dbus/dbus-glib for detailed change
  history. (Simon McVittie)

• Improve man page (dbus-glib!1, Alan Coopersmith)

• Add test coverage for fd.o#80557 (dbus-glib#1, Simon McVittie)

• Use more modern GLib assertions in unit tests
  (dbus-glib#16, dbus-glib!3, dbus-glib!4; Simon McVittie)

• Improve continuous integration to be run by GitLab in addition to
  Travis-CI (Simon McVittie)

• Add clearer license information using SPDX-License-Identifier
  (Simon McVittie)

Fixes:

• Allow glib-genmarshal to be overridden with
  `./configure GLIB_GENMARSHAL=/path/to/glib-genmarshal`, for
  cross-compilation (dbus-glib!2, Yann E. MORIN)

• Avoid a double-free in dbus-binding-tool for certain inputs, possibly
  involving nested introspection data structures (dbus-glib#9, Zhipeng Xie)

• Report a better error for excessive recursion depth or unsupported
  data types (dbus-glib#1, Simon McVittie)

• Map the 15 most-recently-added DBusGError members to their corresponding
  D-Bus error names (dbus-glib#1, Simon McVittie)

• Mark all documented symbols as deprecated
  (Simon McVittie)

• Fix unit test failures during distcheck by enabling assertions
  (Simon McVittie)

• Fix a core dump during installed-tests by not attempting to close a
  shared DBusConnection (Simon McVittie)


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 pkgsrc/sysutils/dbus-glib/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/sysutils/dbus-glib/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/sysutils/dbus-glib/Makefile
diff -u pkgsrc/sysutils/dbus-glib/Makefile:1.45 pkgsrc/sysutils/dbus-glib/Makefile:1.46
--- pkgsrc/sysutils/dbus-glib/Makefile:1.45     Sun Mar  8 16:48:10 2020
+++ pkgsrc/sysutils/dbus-glib/Makefile  Thu Apr  1 17:07:50 2021
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.45 2020/03/08 16:48:10 wiz Exp $
+# $NetBSD: Makefile,v 1.46 2021/04/01 17:07:50 wiz Exp $
 
-DISTNAME=      dbus-glib-0.110
-PKGREVISION=   1
+DISTNAME=      dbus-glib-0.112
 CATEGORIES=    sysutils
 MASTER_SITES=  http://dbus.freedesktop.org/releases/dbus-glib/
 

Index: pkgsrc/sysutils/dbus-glib/distinfo
diff -u pkgsrc/sysutils/dbus-glib/distinfo:1.22 pkgsrc/sysutils/dbus-glib/distinfo:1.23
--- pkgsrc/sysutils/dbus-glib/distinfo:1.22     Sun Feb 11 17:06:31 2018
+++ pkgsrc/sysutils/dbus-glib/distinfo  Thu Apr  1 17:07:50 2021
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.22 2018/02/11 17:06:31 wiz Exp $
+$NetBSD: distinfo,v 1.23 2021/04/01 17:07:50 wiz Exp $
 
-SHA1 (dbus-glib-0.110.tar.gz) = 998b7c762c8f18c906f19fc393bb8712eabe8c97
-RMD160 (dbus-glib-0.110.tar.gz) = 6afadf2d618a4fbb4c3ced7bcfff8c98eb58c5cc
-SHA512 (dbus-glib-0.110.tar.gz) = c40ccf7118d4951f0e09082216ccd26f21ee906bdf96d912611d3cd29badd7ef446bea74e19f26c28ebceb9e19bb659d11c643c3e712dac499df12907be88a54
-Size (dbus-glib-0.110.tar.gz) = 836497 bytes
+SHA1 (dbus-glib-0.112.tar.gz) = 9eb81f50e36e349f57297d1a2a61b48707a551cc
+RMD160 (dbus-glib-0.112.tar.gz) = a5854e2d08248f3fb249b9e4a50ecc5f5c09919d
+SHA512 (dbus-glib-0.112.tar.gz) = 7c9f393f065dfb3d698f35e6554caf15fe539f5dd52d2b2bb6ed1770e130f5dab8e45379232520301455bae9bb77e25a109faf175153fcd4b9dd11d7de4a546e
+Size (dbus-glib-0.112.tar.gz) = 715340 bytes
 SHA1 (patch-aa) = 68759b69c6da2015fdbb4d5d6033682ba8b8f961



Home | Main Index | Thread Index | Old Index