Update bug reporting URLs to use freedesktop.org Gitlab

The README change reuses text from CONTRIBUTING.md.

Signed-off-by: Simon McVittie <smcv@collabora.com>
This commit is contained in:
Simon McVittie 2018-10-22 12:47:53 +01:00
parent e18475c6fc
commit 30141d0bd3
3 changed files with 5 additions and 5 deletions

6
README
View file

@ -35,9 +35,9 @@ Security
If you find a security vulnerability that is not known to the public,
please report it privately to dbus-security@lists.freedesktop.org
or by reporting a freedesktop.org bug that is marked as
restricted to the "D-BUS security group" (you might need to "Show
Advanced Fields" to have that option).
or by reporting a Gitlab issue at
https://gitlab.freedesktop.org/dbus/dbus/issues/new and marking it
as "confidential".
On Unix systems, the system bus (dbus-daemon --system) is designed
to be a security boundary between users with different privileges.

View file

@ -39,7 +39,7 @@ autopackage(
dbus
${DBUS_VERSION_STRING}
"http://dbus.freedesktop.org"
"https://bugs.freedesktop.org/enter_bug.cgi?product=dbus"
"https://gitlab.freedesktop.org/dbus/dbus/issues"
)
include(Macros)

View file

@ -6,7 +6,7 @@ m4_define([dbus_minor_version], [13])
m4_define([dbus_micro_version], [7])
m4_define([dbus_version],
[dbus_major_version.dbus_minor_version.dbus_micro_version])
AC_INIT([dbus],[dbus_version],[https://bugs.freedesktop.org/enter_bug.cgi?product=dbus],[dbus])
AC_INIT([dbus], [dbus_version], [https://gitlab.freedesktop.org/dbus/dbus/issues], [dbus])
AC_CONFIG_AUX_DIR([build-aux])