From: Jonny Grant Date: Sat, 30 May 2020 15:17:28 +0000 (-0400) Subject: gdb: change bug URL to https X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=112c22ed1f35049a73994bfdab0fdabb4fb91886;p=binutils-gdb.git gdb: change bug URL to https gdb/ChangeLog: * configure.ac (ACX_BUGURL): change bug URL to https. Signed-off-by: Jonny Grant Change-Id: If8d939e50c830e3e452c3e8f7a7aee06d9c96645 --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ea60bb476d..ac44bebebca 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2020-05-30 Jonny Grant + + * configure.ac (ACX_BUGURL): change bug URL to https. + 2020-05-30 Pedro Alves * cp-support.c (replace_typedefs_template): New. diff --git a/gdb/configure b/gdb/configure index b6233adccf2..ef10aa717fa 100755 --- a/gdb/configure +++ b/gdb/configure @@ -7168,7 +7168,7 @@ if test "${with_bugurl+set}" = set; then : ;; esac else - BUGURL="http://www.gnu.org/software/gdb/bugs/" + BUGURL="https://www.gnu.org/software/gdb/bugs/" fi diff --git a/gdb/configure.ac b/gdb/configure.ac index 9dac11469f5..62750804fa2 100644 --- a/gdb/configure.ac +++ b/gdb/configure.ac @@ -430,7 +430,7 @@ AC_ARG_ENABLE([codesign], AC_SUBST([CODESIGN_CERT]) ACX_PKGVERSION([GDB]) -ACX_BUGURL([http://www.gnu.org/software/gdb/bugs/]) +ACX_BUGURL([https://www.gnu.org/software/gdb/bugs/]) AC_DEFINE_UNQUOTED([PKGVERSION], ["$PKGVERSION"], [Additional package description]) AC_DEFINE_UNQUOTED([REPORT_BUGS_TO], ["$REPORT_BUGS_TO"], [Bug reporting address])