]> 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:50:57 +0000 (08:50 +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.

configure.ac

index 9138636dddaa221a1864b9e78a6fee9d7984c2be..b213a4331a979ea65edee463f6319b059084e1cf 100644 (file)
@@ -25,7 +25,7 @@ m4_define([bind_PKG_VERSION], [[bind_VERSION_MAJOR.bind_VERSION_MINOR.bind_VERSI
 #
 # Autoconf initialization
 #
-AC_INIT([BIND], bind_PKG_VERSION, [info@isc.org], [], [https://www.isc.org/downloads/])
+AC_INIT([BIND], bind_PKG_VERSION, [https://gitlab.isc.org/isc-projects/bind9/-/issues/new?issuable_template=Bug], [], [https://www.isc.org/downloads/])
 AC_PREREQ([2.69])
 
 AC_DEFINE([PACKAGE_VERSION_MAJOR], ["][bind_VERSION_MAJOR]["], [BIND 9 Major part of the version])