From 09989b253fee053a69f4027952faffae056a9eeb Mon Sep 17 00:00:00 2001 From: wiz Date: Thu, 16 Aug 2018 08:57:09 +0000 Subject: dbus: update to 1.12.10. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix pkglint warnings while here. dbus 1.12.10 (2018-08-02) ========================= The “beam deflection” release. Fixes: • Prevent reading up to 3 bytes beyond the end of a truncated message. This could in principle be an information leak or denial of service on the system bus, but is not believed to be exploitable to crash the system bus or leak interesting information in practice. (fd.o #107332, Simon McVittie) • Fix build with gcc 8 -Werror=cast-function-type (fd.o #107349, Simon McVittie) • Fix warning from gcc 8 about suspicious use of strncpy() when populating struct sockaddr_un (fd.o #107350, Simon McVittie) • Fix a minor memory leak when a DBusServer listens on a new address (fd.o #107194, Simon McVittie) • Fix an invalid NULL argument to rmdir() if a nonce-tcp DBusServer runs out of memory (fd.o #107194, Simon McVittie) • Don't use misleading errno-derived error names if getaddrinfo() or getnameinfo() fails with a code other than EAI_SYSTEM (fd.o #106395, Simon McVittie) • Skip tests that require working TCP if we are in a container environment where 127.0.0.1 cannot be resolved (fd.o #106812, Simon McVittie) --- sysutils/dbus/Makefile | 6 +++--- sysutils/dbus/distinfo | 10 +++++----- sysutils/dbus/options.mk | 3 ++- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'sysutils') diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 4298beb9508..f80079858d7 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.114 2018/05/07 11:28:37 wiz Exp $ +# $NetBSD: Makefile,v 1.115 2018/08/16 08:57:09 wiz Exp $ -DISTNAME= dbus-1.12.8 +DISTNAME= dbus-1.12.10 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ @@ -68,7 +68,7 @@ PLIST.linux= yes CONFIGURE_ARGS+= --disable-selinux .endif -PLIST_VARS+= linux launchd +PLIST_VARS+= linux DBUS_CONF_DIR= ${PKG_SYSCONFBASE}/dbus-1 OWN_DIRS+= ${DBUS_CONF_DIR}/services diff --git a/sysutils/dbus/distinfo b/sysutils/dbus/distinfo index 12b889899d8..db09d521274 100644 --- a/sysutils/dbus/distinfo +++ b/sysutils/dbus/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.88 2018/05/07 11:28:37 wiz Exp $ +$NetBSD: distinfo,v 1.89 2018/08/16 08:57:09 wiz Exp $ -SHA1 (dbus-1.12.8.tar.gz) = 8e50e46796e8297eaa633da3a61cdc79a500e34a -RMD160 (dbus-1.12.8.tar.gz) = 25cf65e6d282c843932b54b8bb75ab598699d149 -SHA512 (dbus-1.12.8.tar.gz) = 8177898bf2db22e5c6abff0d9ffec8f248f0d155a83b7ae906c1ce3b61d289e7ba7bef9799102e6de3ca64198c7d293dccecf92c7e8b7403c1d9b1bb86e99ea3 -Size (dbus-1.12.8.tar.gz) = 2071751 bytes +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 (patch-ak) = 4535584537a22a2e42824fe45e2d75253b484147 SHA1 (patch-al) = ffaa8f224c3dd6a97ffa42fe2e9ca924160fa68c SHA1 (patch-am) = ed334bc76911c9db9f5472c58fb762c56255c5b4 diff --git a/sysutils/dbus/options.mk b/sysutils/dbus/options.mk index e81dfd32504..f83d9d3ac96 100644 --- a/sysutils/dbus/options.mk +++ b/sysutils/dbus/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.11 2017/03/14 15:34:56 wiz Exp $ +# $NetBSD: options.mk,v 1.12 2018/08/16 08:57:09 wiz Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.dbus PKG_SUPPORTED_OPTIONS+= debug x11 @@ -13,6 +13,7 @@ PKG_SUPPORTED_OPTIONS+= kqueue PKG_SUGGESTED_OPTIONS+= kqueue .endif +PLIST_VARS+= launchd # We may want to make it SUGGESTED once we have a framework for # launchd support. See PR/49591. PKG_SUPPORTED_OPTIONS.Darwin+= launchd -- cgit v1.2.3