diff options
author | wiz <wiz@pkgsrc.org> | 2012-10-07 21:35:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-10-07 21:35:13 +0000 |
commit | 8a8776363f28fa33352927ad86986b79fa3e0014 (patch) | |
tree | 94261806ecd099f4c99b86446162908e92803202 /sysutils/dbus/Makefile | |
parent | b6708218d0fa2fc1d7510f2477e124f381907d9b (diff) | |
download | pkgsrc-8a8776363f28fa33352927ad86986b79fa3e0014.tar.gz |
Update to 1.6.8:
D-Bus 1.6.8 (2012-09-28)
==
The "Fix one thing, break another" release.
• Follow up to CVE-2012-3524: The additional hardening
work to use __secure_getenv() as a followup to bug #52202
broke certain configurations of gnome-keyring. Given
the difficulty of making this work without extensive
changes to gnome-keyring, use of __secure_getenv() is
deferred.
D-Bus 1.6.6 (2012-09-28)
==
The "Clear the environment in your setuid binaries, please" release.
• CVE-2012-3524: Don't access environment variables (fd.o #52202)
Thanks to work and input from Colin Walters, Simon McVittie,
Geoffrey Thomas, and others.
• Unix-specific:
· Fix compilation on Solaris (fd.o #53286, Jonathan Perkin)
· Work around interdependent headers on OpenBSD by including sys/types.h
before each use of sys/socket.h (fd.o #54418, Brad Smith)
Diffstat (limited to 'sysutils/dbus/Makefile')
-rw-r--r-- | sysutils/dbus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysutils/dbus/Makefile b/sysutils/dbus/Makefile index 34c722884c4..f6ae2fa4b4e 100644 --- a/sysutils/dbus/Makefile +++ b/sysutils/dbus/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.56 2012/09/27 19:45:18 ryoon Exp $ +# $NetBSD: Makefile,v 1.57 2012/10/07 21:35:13 wiz Exp $ -DISTNAME= dbus-1.6.4 -PKGREVISION= 1 +DISTNAME= dbus-1.6.8 CATEGORIES= sysutils MASTER_SITES= http://dbus.freedesktop.org/releases/dbus/ |