]> git.ipfire.org Git - thirdparty/dbus.git/commitdiff
cleanup: Use gitlab URI for bug reporting
authorMarco Trevisan (Treviño) <mail@3v1n0.net>
Tue, 1 Nov 2022 14:54:13 +0000 (15:54 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 8 Feb 2023 10:30:57 +0000 (10:30 +0000)
Bugzilla is dead for long time now.

(cherry picked from commit dc59aa5df2c0c9a8fce5f5f0c33b69f21258c1ac)

configure.ac
dbus/dbus-sysdeps-unix.c

index bab83cb59356660a2be131fe2dd2dadd3e0bc155..73c680f68c88c88f5a46dd62ad6328db7dbbbbb9 100644 (file)
@@ -750,7 +750,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.
index 8743589fd621b2958f59978f0909079d55152513..6b32df662ffe4a7764bbe0c72d6b16518f101849 100644 (file)
@@ -2440,7 +2440,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.