]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Prepare version 1.13.12 dbus-1.13.12
authorSimon McVittie <smcv@collabora.com>
Sun, 9 Jun 2019 11:28:27 +0000 (12:28 +0100)
committerSimon McVittie <smcv@collabora.com>
Sun, 9 Jun 2019 12:09:15 +0000 (13:09 +0100)
Signed-off-by: Simon McVittie <smcv@collabora.com>
NEWS
configure.ac

diff --git a/NEWS b/NEWS
index 46f6e000d5b622c7ad19f1118303021db2095b8d..b623680e6b870ed111030db55b4b7abc46f52fdc 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,30 @@
-dbus 1.13.12 (UNRELEASED)
+dbus 1.13.12 (2019-06-11)
 =========================
 
-...
+The “patio squirrel” release.
+
+Security fixes:
+
+• CVE-2019-12749: Do not attempt to carry out DBUS_COOKIE_SHA1
+  authentication for identities that differ from the user running the
+  DBusServer. Previously, a local attacker could manipulate symbolic
+  links in their own home directory to bypass authentication and connect
+  to a DBusServer with elevated privileges. The standard system and
+  session dbus-daemons in their default configuration were immune to this
+  attack because they did not allow DBUS_COOKIE_SHA1, but third-party
+  users of DBusServer such as Upstart could be vulnerable.
+  Thanks to Joe Vennix of Apple Information Security.
+  (dbus#269, Simon McVittie)
+
+Enhancements:
+
+• dbus-daemon <allow> and <deny> rules can now specify a
+  send_destination_prefix attribute, which is like a combination of
+  send_destination and the arg0namespace keyword in match rules: a rule
+  with send_destination_prefix="com.example.Foo" matches messages sent to
+  any destination that is in the queue to own well-known names like
+  com.example.Foo or com.example.Foo.A.B (but not com.example.Foobar).
+  (dbus!85, Adrian Szyndela)
 
 dbus 1.13.10 (2019-05-13)
 =========================
index 6b666b6a39a700920938fbcd5f7aff62662086ed..2de5424e89e7ceb57b914ba5037ca4af4d3898e4 100644 (file)
@@ -3,7 +3,7 @@ AC_PREREQ([2.63])
 
 m4_define([dbus_major_version], [1])
 m4_define([dbus_minor_version], [13])
-m4_define([dbus_micro_version], [11])
+m4_define([dbus_micro_version], [12])
 m4_define([dbus_version],
           [dbus_major_version.dbus_minor_version.dbus_micro_version])
 AC_INIT([dbus], [dbus_version], [https://gitlab.freedesktop.org/dbus/dbus/issues], [dbus])
@@ -42,7 +42,7 @@ LT_CURRENT=29
 
 ## increment any time the source changes; set to
 ##  0 if you increment CURRENT
-LT_REVISION=0
+LT_REVISION=1
 
 ## increment if any interfaces have been added; set to 0
 ## if any interfaces have been changed or removed. removal has