Received: by mail.netbsd.org (Postfix, from userid 605) id 71A4A84D99; Mon, 10 Dec 2018 08:59:46 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 6611D84D26 for ; Mon, 10 Dec 2018 08:59:45 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id NvucQLxIUaxt for ; Mon, 10 Dec 2018 08:59:44 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 5FA3A84D20 for ; Mon, 10 Dec 2018 08:59:44 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 51300FB16; Mon, 10 Dec 2018 08:59:44 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1544432384247540" MIME-Version: 1.0 Date: Mon, 10 Dec 2018 08:59:44 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/sysutils/dbus To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20181210085944.51300FB16@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1544432384247540 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Mon Dec 10 08:59:44 UTC 2018 Modified Files: pkgsrc/sysutils/dbus: Makefile distinfo Log Message: 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) To generate a diff of this commit: cvs rdiff -u -r1.115 -r1.116 pkgsrc/sysutils/dbus/Makefile cvs rdiff -u -r1.89 -r1.90 pkgsrc/sysutils/dbus/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1544432384247540 Content-Disposition: inline Content-Length: 1772 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/dbus/Makefile diff -u pkgsrc/sysutils/dbus/Makefile:1.115 pkgsrc/sysutils/dbus/Makefile:1.116 --- pkgsrc/sysutils/dbus/Makefile:1.115 Thu Aug 16 08:57:09 2018 +++ pkgsrc/sysutils/dbus/Makefile Mon Dec 10 08:59:44 2018 @@ -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/ Index: pkgsrc/sysutils/dbus/distinfo diff -u pkgsrc/sysutils/dbus/distinfo:1.89 pkgsrc/sysutils/dbus/distinfo:1.90 --- pkgsrc/sysutils/dbus/distinfo:1.89 Thu Aug 16 08:57:09 2018 +++ pkgsrc/sysutils/dbus/distinfo Mon Dec 10 08:59:44 2018 @@ -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 --_----------=_1544432384247540--