From 30141d0bd34e79fd71bd976f994fec9877fb66b2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Mon, 22 Oct 2018 12:47:53 +0100 Subject: Update bug reporting URLs to use freedesktop.org Gitlab The README change reuses text from CONTRIBUTING.md. Signed-off-by: Simon McVittie --- README | 6 +++--- cmake/CMakeLists.txt | 2 +- configure.ac | 2 +- 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]) -- cgit v1.2.1