summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-10-22 12:47:53 +0100
committerSimon McVittie <smcv@collabora.com>2018-10-22 12:47:53 +0100
commit30141d0bd34e79fd71bd976f994fec9877fb66b2 (patch)
tree4eaa21fcc1cf94ce5a9edcff480c55a1aa7ff55d
parente18475c6fcee32835bb025d1d2086177aaa8c8fa (diff)
downloaddbus-30141d0bd34e79fd71bd976f994fec9877fb66b2.tar.gz
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>
-rw-r--r--README6
-rw-r--r--cmake/CMakeLists.txt2
-rw-r--r--configure.ac2
3 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index 8fa009ef..f9aafdc7 100644
--- a/README
+++ b/README
@@ -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.
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index 61a9655a..a18cb48b 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -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)
diff --git a/configure.ac b/configure.ac
index bf99bc91..ded20651 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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])