dbus: update to 1.12.10.
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)
This commit is contained in:
parent
bb92e316a4
commit
998898e351
3 changed files with 10 additions and 9 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue