summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarco Trevisan (TreviƱo) <mail@3v1n0.net>2022-11-01 15:54:13 +0100
committerSimon McVittie <smcv@collabora.com>2023-02-08 11:41:48 +0000
commitf920bbea358a63006119a01c27381addc4c9031e (patch)
tree7e91a85d6e7f32adf11a15b1c7dd275784742a2c
parentdf501e7afa43e2f27bf2b9fa4672e4bb0b479466 (diff)
downloaddbus-f920bbea358a63006119a01c27381addc4c9031e.tar.gz
cleanup: Use gitlab URI for bug reporting
Bugzilla is dead for long time now. (cherry picked from commit dc59aa5df2c0c9a8fce5f5f0c33b69f21258c1ac) (cherry picked from commit b5638c9882a9ce8d26b828abe1f9dffe19400aac)
-rw-r--r--configure.ac2
-rw-r--r--dbus/dbus-sysdeps-unix.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c2316dc4..8fbfad7c 100644
--- a/configure.ac
+++ b/configure.ac
@@ -845,7 +845,7 @@ AC_ARG_VAR([THREAD_LIBS])
save_libs="$LIBS"
LIBS="$LIBS $THREAD_LIBS"
-is_missing_pthread_function="is required when compiling D-Bus on Unix platforms, but is not in your libc or libpthread. Please open a bug on https://bugs.freedesktop.org/enter_bug.cgi?product=dbus with details of your platform."
+is_missing_pthread_function="is required when compiling D-Bus on Unix platforms, but is not in your libc or libpthread. Please open a bug on https://gitlab.freedesktop.org/dbus/dbus/-/issues/new with details of your platform."
# Don't do these automatic checks if the user set THREAD_LIBS on the
# configure command-line. If they did, we assume they're right.
diff --git a/dbus/dbus-sysdeps-unix.c b/dbus/dbus-sysdeps-unix.c
index 06cea5a0..94d2c13c 100644
--- a/dbus/dbus-sysdeps-unix.c
+++ b/dbus/dbus-sysdeps-unix.c
@@ -2217,7 +2217,7 @@ _dbus_read_credentials_socket (DBusSocket client_fd,
#else /* no supported mechanism */
#warning Socket credentials not supported on this Unix OS
-#warning Please tell https://bugs.freedesktop.org/enter_bug.cgi?product=DBus
+#warning Please tell https://gitlab.freedesktop.org/dbus/dbus/-/issues/new
/* Please add other operating systems known to support at least one of
* the mechanisms above to this list, keeping alphabetical order.