[PATCH]: change bug URL to https.

Simon Marchi simark@simark.ca
Sat May 30 15:18:32 GMT 2020


On 2020-05-29 7:50 p.m., Jonny Grant wrote:
> 
> 2020-05-27  Jonny Grant  <jg@jguk.org>
> 
> 	* configure.ac (ACX_BUGURL): change bug URL to https.
> 
> 
>  From df0231a81311bc8cfe7240942e482e0518633d0f Mon Sep 17 00:00:00 2001
> From: Jonny Grant <jg@jguk.org>
> Date: Wed, 27 May 2020 23:17:02 +0100
> Subject: [PATCH] Change bug URL to https
> 
> Signed-off-by: Jonny 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
> 
> 

Hi Jonny,

Applying your patch gave the following warning:

warning: Patch sent with format=flowed; space at the end of lines might be lost.

In the future, I'd suggest sending your patches with git-send-email to avoid any formatting
problem with the patches.

Regardless, I've pushed your patch (with the re-generated configure file included).

Simon


More information about the Gdb-patches mailing list