[binutils-gdb] bfd: use https for bugzilla

Michael Frysinger vapier@sourceware.org
Thu Apr 8 04:47:00 GMT 2021


https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=eec8bf7eab693186badfd5285cf713d3e22205e2

commit eec8bf7eab693186badfd5285cf713d3e22205e2
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Sat Apr 3 00:10:50 2021 -0400

    bfd: use https for bugzilla

Diff:
---
 bfd/ChangeLog     | 6 ++++++
 bfd/configure     | 2 +-
 bfd/configure.ac  | 2 +-
 bfd/configure.com | 2 +-
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 34b61fdf5e8..6d1880a62ea 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,9 @@
+2021-04-08  Mike Frysinger  <vapier@gentoo.org>
+
+	* configure.ac (ACX_BUGURL): Use https://.
+	* configure.com (COPY_TEXT): Likewise.
+	* configure: Regenerate.
+
 2021-04-05  Alan Modra  <amodra@gmail.com>
 
 	* configure.ac: Don't check for long long or long double type.
diff --git a/bfd/configure b/bfd/configure
index 7190d2ef98f..adddec128d8 100755
--- a/bfd/configure
+++ b/bfd/configure
@@ -11923,7 +11923,7 @@ if test "${with_bugurl+set}" = set; then :
 	   ;;
      esac
 else
-  BUGURL="http://www.sourceware.org/bugzilla/"
+  BUGURL="https://www.sourceware.org/bugzilla/"
 
 fi
 
diff --git a/bfd/configure.ac b/bfd/configure.ac
index 5341c58ae68..c016fd087a4 100644
--- a/bfd/configure.ac
+++ b/bfd/configure.ac
@@ -157,7 +157,7 @@ AC_ARG_WITH(separate-debug-dir,
 AC_SUBST(DEBUGDIR)
 
 ACX_PKGVERSION([GNU Binutils])
-ACX_BUGURL([http://www.sourceware.org/bugzilla/])
+ACX_BUGURL([https://www.sourceware.org/bugzilla/])
 
 AM_BINUTILS_WARNINGS
 
diff --git a/bfd/configure.com b/bfd/configure.com
index 33012fbc1ef..0a663ca07ad 100644
--- a/bfd/configure.com
+++ b/bfd/configure.com
@@ -232,7 +232,7 @@ $DECK
    IF match_pos <> 0 THEN;
       POSITION(BEGINNING_OF(match_pos));
       ERASE(match_pos);
-      COPY_TEXT('"<http://www.sourceware.org/bugzilla/>"');
+      COPY_TEXT('"<https://www.sourceware.org/bugzilla/>"');
    ENDIF;
    WRITE_FILE(file, GET_INFO(COMMAND_LINE, "output_file"));
    QUIT


More information about the Binutils-cvs mailing list