]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
Update bug reporting URLs to use freedesktop.org Gitlab
authorSimon McVittie <smcv@collabora.com>
Mon, 22 Oct 2018 11:47:53 +0000 (12:47 +0100)
committerSimon McVittie <smcv@collabora.com>
Mon, 22 Oct 2018 11:47:53 +0000 (12:47 +0100)
The README change reuses text from CONTRIBUTING.md.

Signed-off-by: Simon McVittie <smcv@collabora.com>
README
cmake/CMakeLists.txt
configure.ac

diff --git a/README b/README
index 8fa009ef516e8bf2ccf5762ee5ba22fb792ca9c1..f9aafdc7a60911ef434dbd6c134fd8ff7515445b 100644 (file)
--- 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.
index 61a9655a346faf03ea507e1e4751152932e3b46a..a18cb48bcb57f2bebe04c33474970a777e5b6968 100644 (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)
index bf99bc91f1f7f151cd6f11b822c83c6d1d72bc2c..ded2065124b3f5aa3048e82167ca73e663696ed5 100644 (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])