gdb: change bug URL to https
authorJonny Grant <jg@jguk.org>
Sat, 30 May 2020 15:17:28 +0000 (11:17 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Sat, 30 May 2020 15:18:53 +0000 (11:18 -0400)
gdb/ChangeLog:

* configure.ac (ACX_BUGURL): change bug URL to https.

Signed-off-by: Jonny Grant <jg@jguk.org>
Change-Id: If8d939e50c830e3e452c3e8f7a7aee06d9c96645

gdb/ChangeLog
gdb/configure
gdb/configure.ac

index 2ea60bb476d9d5f74b761c46007ec7aac61c6d0c..ac44bebebca903d06ed6963a9868ca63a51eb135 100644 (file)
@@ -1,3 +1,7 @@
+2020-05-30  Jonny Grant  <jg@jguk.org>
+
+       * configure.ac (ACX_BUGURL): change bug URL to https.
+
 2020-05-30  Pedro Alves  <palves@redhat.com>
 
        * cp-support.c (replace_typedefs_template): New.
index b6233adccf215cd84438b9504ec0e1cf1ed791ed..ef10aa717fa583667871a3c234d6b7a1327e45ed 100755 (executable)
@@ -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
 
index 9dac11469f5b4760dab2897b25fa39202de00ca0..62750804fa26f6ed15200685f986d5575bf3c654 100644 (file)
@@ -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])
 
This page took 0.03501 seconds and 4 git commands to generate.