pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dbus dbus: update to 1.12.12.
details: https://anonhg.NetBSD.org/pkgsrc/rev/57a2c6f160e8
branches: trunk
changeset: 316309:57a2c6f160e8
user: wiz <wiz%pkgsrc.org@localhost>
date: Mon Dec 10 08:59:44 2018 +0000
description:
dbus: update to 1.12.12.
dbus 1.12.12 (2018-12-04)
=========================
The ?draconic disciple? release.
dbus 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#nnn")
and merge requests ("dbus!nnn").
Enhancements:
? Reference the freedesktop.org Code of Conduct (Simon McVittie)
Fixes:
? Stop the dbus-daemon leaking memory (an error message) if delivering
the message that triggered auto-activation is forbidden. This is
technically a denial of service because the dbus-daemon will
run out of memory eventually, but it's a very slow and noisy one,
because all the rejected messages are also very likely to have
been logged to the system log, and its scope is typically limited by
the finite number of activatable services available.
(dbus#234, Simon McVittie)
? Remove __attribute__((__malloc__)) attribute on dbus_realloc(),
which does not meet the criteria for that attribute in gcc 4.7+,
potentially leading to miscompilation (fd.o #107741, Simon McVittie)
? Fix some small O(1) memory leaks (fd.o #107320, Simon McVittie)
? Fix printf formats for pointer-sized integers on 64-bit Windows
(fd.o #105662, Ralf Habacker)
? Always use select()-based poll() emulation on Darwin-based OSs
(macOS, etc.) and on Interix, similar to what libcurl does
(dbus#232, dbus!19; Simon McVittie)
? Extend a test timeout to avoid spurious failures in CI
(dbus!26, Simon McVittie)
Tests and CI:
? Add Travis-CI builds for 64-bit Windows using mingw-w64
(fd.o #105662, Ralf Habacker)
? Add Gitlab-CI integration (fd.o #108177, Simon McVittie)
diffstat:
sysutils/dbus/Makefile | 4 ++--
sysutils/dbus/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (30 lines):
diff -r 5d76027a91e8 -r 57a2c6f160e8 sysutils/dbus/Makefile
--- a/sysutils/dbus/Makefile Mon Dec 10 08:55:54 2018 +0000
+++ b/sysutils/dbus/Makefile Mon Dec 10 08:59:44 2018 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.115 2018/08/16 08:57:09 wiz Exp $
+# $NetBSD: Makefile,v 1.116 2018/12/10 08:59:44 wiz Exp $
-DISTNAME= dbus-1.12.10
+DISTNAME= dbus-1.12.12
CATEGORIES= sysutils
MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/
diff -r 5d76027a91e8 -r 57a2c6f160e8 sysutils/dbus/distinfo
--- a/sysutils/dbus/distinfo Mon Dec 10 08:55:54 2018 +0000
+++ b/sysutils/dbus/distinfo Mon Dec 10 08:59:44 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.89 2018/08/16 08:57:09 wiz Exp $
+$NetBSD: distinfo,v 1.90 2018/12/10 08:59:44 wiz Exp $
-SHA1 (dbus-1.12.10.tar.gz) = efd426031424519011e46d28256626a5ca20195c
-RMD160 (dbus-1.12.10.tar.gz) = 6d19c3e0efe030a450b7faceb57c9fa8279ecaec
-SHA512 (dbus-1.12.10.tar.gz) = 36a16393af6630c32474b971fb8864ded0fb5fe08c5ff5243a4ca312b95af4f20335c5f166b72526a0b8162c1ccfe6542ad6953c5d21a0542d920d7cb4a9ac76
-Size (dbus-1.12.10.tar.gz) = 2073510 bytes
+SHA1 (dbus-1.12.12.tar.gz) = ff61dc5bb7e3b4dd86444f4a72fb54378edc54fa
+RMD160 (dbus-1.12.12.tar.gz) = d0c32565de9690671ee78cb030be6fa688aa96b6
+SHA512 (dbus-1.12.12.tar.gz) = 51af4e86ab7d36e1c9a861164e7cd7aa1605fdd82f90aed8728b34c45a87864a00671de9db00d88ea6f96be97459c7eb53d2517ea9d9687ae9ebf81c58c3a80f
+Size (dbus-1.12.12.tar.gz) = 2077301 bytes
SHA1 (patch-ak) = 4535584537a22a2e42824fe45e2d75253b484147
SHA1 (patch-al) = ffaa8f224c3dd6a97ffa42fe2e9ca924160fa68c
SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4
Home |
Main Index |
Thread Index |
Old Index