public inbox for gdb@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] change bug url to https in gdb --help
@ 2020-05-27 22:20 Jonny Grant
  2020-05-28 19:05 ` Christian Biesinger
  0 siblings, 1 reply; 11+ messages in thread
From: Jonny Grant @ 2020-05-27 22:20 UTC (permalink / raw)
  To: gdb

[-- Attachment #1: Type: text/plain, Size: 27 bytes --]

Please find attached
Jonny

[-- Attachment #2: 0001-Change-bug-url-to-https.patch --]
[-- Type: text/x-patch, Size: 826 bytes --]

From df0231a81311bc8cfe7240942e482e0518633d0f Mon Sep 17 00:00:00 2001
From: Jonathan Grant <jg@jguk.org>
Date: Wed, 27 May 2020 23:17:02 +0100
Subject: [PATCH] Change bug url to https

Signed-off-by: Jonathan Grant <jg@jguk.org>
---
 gdb/configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gdb/configure.ac b/gdb/configure.ac
index 9dac11469f..62750804fa 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])
 
-- 
2.17.1


^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2020-06-11 19:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-27 22:20 [PATCH] change bug url to https in gdb --help Jonny Grant
2020-05-28 19:05 ` Christian Biesinger
2020-05-29 23:45   ` Jonny Grant
2020-05-30 15:26     ` Simon Marchi
2020-05-30 15:36       ` Jonny Grant
2020-06-10 13:12       ` Jonny Grant
2020-06-09 12:20   ` Jonny Grant
2020-06-09 18:24     ` Christian Biesinger
2020-06-11  2:27       ` Simon Marchi
2020-06-11 15:57         ` Pedro Alves
2020-06-11 19:29           ` Christian Biesinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).