]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Change the bug reporting address from email to gitlab URI
authorOndřej Surý <ondrej@isc.org>
Wed, 2 Feb 2022 09:50:45 +0000 (10:50 +0100)
committerOndřej Surý <ondrej@isc.org>
Fri, 11 Feb 2022 07:55:17 +0000 (08:55 +0100)
In autoconf, the AC_INIT() accepts bugreport address for reporting
issues (f.e. when the test suite fails).  Instead of providing generic
emails address, change this to the address where to report with the
default Bug template applied.

(cherry picked from commit bb60622250a69e34f0041da821cbaabfc1814e95)

configure
configure.ac

index 6caf22fcf38920abe8947c9f192d9bc4aded2313..dd02d596582407d7bd47fcc12ace4f6241051824 100755 (executable)
--- a/configure
+++ b/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for BIND 9.16.
 #
-# Report bugs to <info@isc.org>.
+# Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -274,7 +274,7 @@ fi
     $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
-    $as_echo "$0: Please tell bug-autoconf@gnu.org and info@isc.org about
+    $as_echo "$0: Please tell bug-autoconf@gnu.org and https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug about
 $0: your system, including any error possibly output before
 $0: this message. Then install a modern shell, or manually
 $0: run the script under such a shell if you do have one."
@@ -591,7 +591,7 @@ PACKAGE_NAME='BIND'
 PACKAGE_TARNAME='bind'
 PACKAGE_VERSION='9.16'
 PACKAGE_STRING='BIND 9.16'
-PACKAGE_BUGREPORT='info@isc.org'
+PACKAGE_BUGREPORT='https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug'
 PACKAGE_URL='https://www.isc.org/downloads/'
 
 # Factoring default headers for most tests.
@@ -1762,7 +1762,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <info@isc.org>.
+Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.
 BIND home page: <https://www.isc.org/downloads/>.
 _ACEOF
 ac_status=$?
@@ -1986,7 +1986,7 @@ $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 ( $as_echo "## --------------------------- ##
-## Report this to info@isc.org ##
+## Report this to https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug ##
 ## --------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -24699,7 +24699,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <info@isc.org>.
+Report bugs to <https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug>.
 BIND home page: <https://www.isc.org/downloads/>."
 
 _ACEOF
index 580a9da9c2f831f98a210e61e6be0edebee306b4..19506a7eeb65133f8a29d8a8030b105c09223c79 100644 (file)
@@ -9,7 +9,7 @@
 # See the COPYRIGHT file distributed with this work for additional
 # information regarding copyright ownership.
 
-AC_INIT(BIND, [9.16], [info@isc.org], [], [https://www.isc.org/downloads/])
+AC_INIT(BIND, [9.16], [https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug], [], [https://www.isc.org/downloads/])
 AC_PREREQ([2.60])
 
 #