]> 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)
committerMarco Trevisan (Treviño) <mail@3v1n0.net>
Wed, 30 Nov 2022 15:51:27 +0000 (16:51 +0100)
Bugzilla is dead for long time now.

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

index 5187229cc33467b8093d7b482aeef24467fd5489..9a8b14f4f52c6695a719b95cd166a55ef2747156 100644 (file)
@@ -672,7 +672,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 b702d93524cfccbddba0f374f59a34c95c45aefe..901c5c68d6359f9f79c4f45557f4c5f678e3bc84 100644 (file)
@@ -2462,7 +2462,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.