Re: [Bug-wget] problem installing wget 1.20.1 on GNU/Linux 4.4.0-134-generic

2019-03-15 Thread Mauricio Zambrano Bigiarini
Thank you very much Tim for your prompt reply.


Kind regards,

Mauricio

=
"Mistakes are always forgivable, if one has
the courage to admit them" (Bruce Lee)
=
Linux user #454569 -- Linux Mint user

On Fri, 15 Mar 2019 at 19:22, Tim Rühsen  wrote:
>
> That was a problem with the perl https daemon not supporting IPv6.
>
> Here on Debian unstable, we just got a patch that fixes it.
>
> See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667738
>
> Regards, Tim
>
>
> On 15.03.19 20:41, Mauricio Zambrano Bigiarini wrote:
> > I'm reporting the results of make check on Linux Mint 18.3
> >
> > Thanks in advance for any comment on this.
> >
> > Kind regards
> >
> > Mauricio Zambrano-Bigiarini, PhD
> >
> > =
> > Department of Civil Engineering
> > Faculty of Engineering and Sciences
> > Universidad de La Frontera, Temuco, Chile
> > http://hzambran.github.io/
> > =
> > mailto : mauricio.zambr...@ufrontera.cl
> > work-phone : +56 45 259 2812
> > =
> > "Mistakes are always forgivable, if one has
> > the courage to admit them" (Bruce Lee)
> > =
> > Linux user #454569 -- Linux Mint user
> >
> > uname -a
> >
> > 4.4.0-134-generic #160~14.04.1-Ubuntu SMP Fri Aug 17 11:07:07 UTC 2018
> > x86_64 x86_64 x86_64 GNU/Linux
> >
> >
> > ./configure --sysconfdir=/etc  --with-ssl=openssl
> >
> > configure: configuring for GNU Wget 1.20.1
> > checking for a BSD-compatible install... /usr/bin/install -c
> > checking whether build environment is sane... yes
> > checking for a thread-safe mkdir -p... /bin/mkdir -p
> > checking for gawk... gawk
> > checking whether make sets $(MAKE)... yes
> > checking whether make supports nested variables... yes
> > checking build system type... x86_64-pc-linux-gnu
> > checking host system type... x86_64-pc-linux-gnu
> > checking whether make supports nested variables... (cached) yes
> > checking for gcc... gcc
> > checking whether the C compiler works... yes
> > checking for C compiler default output file name... a.out
> > checking for suffix of executables...
> > checking whether we are cross compiling... no
> > checking for suffix of object files... o
> > checking whether we are using the GNU C compiler... yes
> > checking whether gcc accepts -g... yes
> > checking for gcc option to enable C11 features... -std=gnu11
> > checking whether make supports the include directive... yes (GNU style)
> > checking dependency style of gcc -std=gnu11... gcc3
> > checking how to run the C preprocessor... gcc -std=gnu11 -E
> > checking for grep that handles long lines and -e... /bin/grep
> > checking for egrep... /bin/grep -E
> > checking for ANSI C header files... yes
> > checking for sys/types.h... yes
> > checking for sys/stat.h... yes
> > checking for stdlib.h... yes
> > checking for string.h... yes
> > checking for memory.h... yes
> > checking for strings.h... yes
> > checking for inttypes.h... yes
> > checking for stdint.h... yes
> > checking for unistd.h... yes
> > checking minix/config.h usability... no
> > checking minix/config.h presence... no
> > checking for minix/config.h... no
> > checking whether it is safe to define __EXTENSIONS__... yes
> > checking whether _XOPEN_SOURCE should be defined... no
> > checking for Minix Amsterdam compiler... no
> > checking for ar... ar
> > checking for ranlib... ranlib
> > checking for _LARGEFILE_SOURCE value needed for large files... no
> > checking for special C compiler options needed for large files... no
> > checking for _FILE_OFFSET_BITS value needed for large files... no
> > checking for a Python interpreter with version >= 3.0... python3
> > checking for python3... /usr/bin/python3
> > checking for python3 version... 3.4
> > checking for python3 platform... linux
> > checking for python3 script directory... 
> > ${prefix}/lib/python3.4/site-packages
> > checking for python3 extension module directory...
> > ${exec_prefix}/lib/python3.4/site-packages
> > checking whether NLS is requested... yes
> > checking for msgfmt... /usr/bin/msgfmt
> > checking for gmsgfmt... /usr/bin/msgfmt
> > checking for xgettext... /usr/bin/xgettext
> > checking for msgmerge... /usr/bin/msgmerge
> > checking for ld used by gcc -std=gnu11... /usr/bin/ld
> > checking if the linker (/usr/bin/ld) is GNU ld... yes
> > checking for shared library run path origin... done
> > checking 32-bit host C ABI... no
> > checking for the common suffixes of directories in the library search
> > path... lib,lib
> > checking for CFPreferencesCopyAppValue... no
> > checking for CFLocaleCopyCurrent... no
> > checking for GNU gettext in libc... yes
> > checking whether to use NLS... yes
> > checking where the gettext function comes from... libc
> > checking for ranlib... (cached) ranlib
> > checking for flex... flex
> > checking lex output file root... lex.yy
> > checking lex library... -l

Re: [Bug-wget] problem installing wget 1.20.1 on GNU/Linux 4.4.0-134-generic

2019-03-15 Thread Tim Rühsen
That was a problem with the perl https daemon not supporting IPv6.

Here on Debian unstable, we just got a patch that fixes it.

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=667738

Regards, Tim


On 15.03.19 20:41, Mauricio Zambrano Bigiarini wrote:
> I'm reporting the results of make check on Linux Mint 18.3
> 
> Thanks in advance for any comment on this.
> 
> Kind regards
> 
> Mauricio Zambrano-Bigiarini, PhD
> 
> =
> Department of Civil Engineering
> Faculty of Engineering and Sciences
> Universidad de La Frontera, Temuco, Chile
> http://hzambran.github.io/
> =
> mailto : mauricio.zambr...@ufrontera.cl
> work-phone : +56 45 259 2812
> =
> "Mistakes are always forgivable, if one has
> the courage to admit them" (Bruce Lee)
> =
> Linux user #454569 -- Linux Mint user
> 
> uname -a
> 
> 4.4.0-134-generic #160~14.04.1-Ubuntu SMP Fri Aug 17 11:07:07 UTC 2018
> x86_64 x86_64 x86_64 GNU/Linux
> 
> 
> ./configure --sysconfdir=/etc  --with-ssl=openssl
> 
> configure: configuring for GNU Wget 1.20.1
> checking for a BSD-compatible install... /usr/bin/install -c
> checking whether build environment is sane... yes
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for gawk... gawk
> checking whether make sets $(MAKE)... yes
> checking whether make supports nested variables... yes
> checking build system type... x86_64-pc-linux-gnu
> checking host system type... x86_64-pc-linux-gnu
> checking whether make supports nested variables... (cached) yes
> checking for gcc... gcc
> checking whether the C compiler works... yes
> checking for C compiler default output file name... a.out
> checking for suffix of executables...
> checking whether we are cross compiling... no
> checking for suffix of object files... o
> checking whether we are using the GNU C compiler... yes
> checking whether gcc accepts -g... yes
> checking for gcc option to enable C11 features... -std=gnu11
> checking whether make supports the include directive... yes (GNU style)
> checking dependency style of gcc -std=gnu11... gcc3
> checking how to run the C preprocessor... gcc -std=gnu11 -E
> checking for grep that handles long lines and -e... /bin/grep
> checking for egrep... /bin/grep -E
> checking for ANSI C header files... yes
> checking for sys/types.h... yes
> checking for sys/stat.h... yes
> checking for stdlib.h... yes
> checking for string.h... yes
> checking for memory.h... yes
> checking for strings.h... yes
> checking for inttypes.h... yes
> checking for stdint.h... yes
> checking for unistd.h... yes
> checking minix/config.h usability... no
> checking minix/config.h presence... no
> checking for minix/config.h... no
> checking whether it is safe to define __EXTENSIONS__... yes
> checking whether _XOPEN_SOURCE should be defined... no
> checking for Minix Amsterdam compiler... no
> checking for ar... ar
> checking for ranlib... ranlib
> checking for _LARGEFILE_SOURCE value needed for large files... no
> checking for special C compiler options needed for large files... no
> checking for _FILE_OFFSET_BITS value needed for large files... no
> checking for a Python interpreter with version >= 3.0... python3
> checking for python3... /usr/bin/python3
> checking for python3 version... 3.4
> checking for python3 platform... linux
> checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
> checking for python3 extension module directory...
> ${exec_prefix}/lib/python3.4/site-packages
> checking whether NLS is requested... yes
> checking for msgfmt... /usr/bin/msgfmt
> checking for gmsgfmt... /usr/bin/msgfmt
> checking for xgettext... /usr/bin/xgettext
> checking for msgmerge... /usr/bin/msgmerge
> checking for ld used by gcc -std=gnu11... /usr/bin/ld
> checking if the linker (/usr/bin/ld) is GNU ld... yes
> checking for shared library run path origin... done
> checking 32-bit host C ABI... no
> checking for the common suffixes of directories in the library search
> path... lib,lib
> checking for CFPreferencesCopyAppValue... no
> checking for CFLocaleCopyCurrent... no
> checking for GNU gettext in libc... yes
> checking whether to use NLS... yes
> checking where the gettext function comes from... libc
> checking for ranlib... (cached) ranlib
> checking for flex... flex
> checking lex output file root... lex.yy
> checking lex library... -lfl
> checking whether yytext is a pointer... yes
> checking for an ANSI C-conforming const... yes
> checking for inline... inline
> checking for working volatile... yes
> checking for ANSI C header files... (cached) yes
> checking for special C compiler options needed for large files... (cached) no
> checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
> checking size of off_t... 8
> checking for stdbool.h that conforms to C99... yes
> checking for _Bool... yes
> checking for unistd.h... (cached) yes
> checking

[Bug-wget] problem installing wget 1.20.1 on GNU/Linux 4.4.0-134-generic

2019-03-15 Thread Mauricio Zambrano Bigiarini
I'm reporting the results of make check on Linux Mint 18.3

Thanks in advance for any comment on this.

Kind regards

Mauricio Zambrano-Bigiarini, PhD

=
Department of Civil Engineering
Faculty of Engineering and Sciences
Universidad de La Frontera, Temuco, Chile
http://hzambran.github.io/
=
mailto : mauricio.zambr...@ufrontera.cl
work-phone : +56 45 259 2812
=
"Mistakes are always forgivable, if one has
the courage to admit them" (Bruce Lee)
=
Linux user #454569 -- Linux Mint user

uname -a

4.4.0-134-generic #160~14.04.1-Ubuntu SMP Fri Aug 17 11:07:07 UTC 2018
x86_64 x86_64 x86_64 GNU/Linux


./configure --sysconfdir=/etc  --with-ssl=openssl

configure: configuring for GNU Wget 1.20.1
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking whether make supports nested variables... (cached) yes
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... -std=gnu11
checking whether make supports the include directive... yes (GNU style)
checking dependency style of gcc -std=gnu11... gcc3
checking how to run the C preprocessor... gcc -std=gnu11 -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking for Minix Amsterdam compiler... no
checking for ar... ar
checking for ranlib... ranlib
checking for _LARGEFILE_SOURCE value needed for large files... no
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for a Python interpreter with version >= 3.0... python3
checking for python3... /usr/bin/python3
checking for python3 version... 3.4
checking for python3 platform... linux
checking for python3 script directory... ${prefix}/lib/python3.4/site-packages
checking for python3 extension module directory...
${exec_prefix}/lib/python3.4/site-packages
checking whether NLS is requested... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by gcc -std=gnu11... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... done
checking 32-bit host C ABI... no
checking for the common suffixes of directories in the library search
path... lib,lib
checking for CFPreferencesCopyAppValue... no
checking for CFLocaleCopyCurrent... no
checking for GNU gettext in libc... yes
checking whether to use NLS... yes
checking where the gettext function comes from... libc
checking for ranlib... (cached) ranlib
checking for flex... flex
checking lex output file root... lex.yy
checking lex library... -lfl
checking whether yytext is a pointer... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for working volatile... yes
checking for ANSI C header files... (cached) yes
checking for special C compiler options needed for large files... (cached) no
checking for _FILE_OFFSET_BITS value needed for large files... (cached) no
checking size of off_t... 8
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for unistd.h... (cached) yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking termios.h usability... yes
checking termios.h presence... yes
checking for termios.h... yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checkin

Re: [Bug-wget] [Wget-Bug][PATCH] Disable automatic wget headers

2019-03-15 Thread Darshit Shah
Hi Adham,

Please send responses to the mailing list.

* adham elkarn  [190315 18:43]:
> Hi Darnir,
> 
> Thank you for your answer.
> 
> This is my first patch so i thank you also for your patience.
> 
> I understood your implementation but i want to be sure. A command like:
> 
> wget  --disable-header="User-Agent" --disable-header="Accept" is 
> equivalent to :
> 
> wget  --header=User-Agent --header=Accept.

No, that leads to confusion. It should be:

wget  --header="User-Agent: " --header="Accept: "

> 
> Also would you keep the --no-headers option? I think it allows someone that 
> doesn't know what are the default request headers remove them all.

I am not too keen on it. The default request headers can be mentioned in the
manual. Adding new options incurs a maintenance overhead.
> 
> Of course the previous patch will be modified.
> 
> 
> Envoyé à partir de Outlook
> 
> 
> 
> De : Darshit Shah 
> Envoyé : vendredi 15 mars 2019 11:18
> À : adham elkarn
> Cc : elkarni...@hotmail.fr; bug-wget@gnu.org
> Objet : Re: [Bug-wget] [Wget-Bug][PATCH] Disable automatic wget headers
> 
> Hi Afham,
> 
> Thanks for working on this bug. However, I am not convinced that this is the
> best way of implementing this feature.
> 
> I would rather that we have a `--disable-header` switch which takes as input
> the names of the headers that should be disabled. This way it is more 
> flexible.
> Simultaneously, it would be nice if you would also implement a parallel 
> feature
> in `--header` where the input of "header-name: " will cause  to
> not be added to the request headers. This allows users to use the existing
> `--header` switch as well.
> 
> Also, in the current implementation, I would prefer that you disabled the
> generation of the header itself, rather than removing it at a later stage. 
> That
> is just inefficient.
> 
> * adham elkarn  [190315 10:26]:
> > From: a-elk 
> >
> >
> > Disable automatic wget headers.
> >
> > *options.h: added no-headers member
> > *http.c: removed default headers
> > *main.c: added new option noheaders, added help description
> > *init.c: adde new option noheaders
> >
> > >From bug #54769 (https://savannah.gnu.org/bugs/?54769).
> > Some servers doesn't handle well some headers. A --no-headers options will 
> > ensure a request will not include default
> > defaut headers. This option disables default headers except Accept header 
> > and Host header
> >
> > Signed-off-by: Moises Torres, Adham El karn
> > ---
> >  src/http.c| 8 
> >  src/init.c| 1 +
> >  src/main.c| 3 +++
> >  src/options.h | 1 +
> >  5 files changed, 14 insertions(+)
> >
> > diff --git a/src/http.c b/src/http.c
> > index 304a2f86..e4bcbf27 100644
> > --- a/src/http.c
> > +++ b/src/http.c
> > @@ -3259,6 +3259,14 @@ gethttp (const struct url *u, struct url 
> > *original_url, struct http_stat *hs,
> > ),
> >  rel_value);
> >
> > +  /* Remove default headers */
> > +  if (opt.no_headers)
> > +{
> > +  int i;
> > +  for (i = 0; i < req->hcount; i++)
> > +  request_remove_header(req, req->headers[i].name);
> > +}
> > +
> >/* Add the user headers. */
> >if (opt.user_headers)
> >  {
> > diff --git a/src/init.c b/src/init.c
> > index 9b6665a6..ae2adeff 100644
> > --- a/src/init.c
> > +++ b/src/init.c
> > @@ -262,6 +262,7 @@ static const struct {
> >{ "netrc",&opt.netrc, cmd_boolean },
> >{ "noclobber",&opt.noclobber, cmd_boolean },
> >{ "noconfig", &opt.noconfig,  cmd_boolean },
> > +  { "noheaders",&opt.no_headers, cmd_boolean},
> >{ "noparent", &opt.no_parent, cmd_boolean },
> >{ "noproxy",  &opt.no_proxy,  cmd_vector },
> >{ "numtries", &opt.ntry,  cmd_number_inf },/* 
> > deprecated*/
> > diff --git a/src/main.c b/src/main.c
> > index 65b7f3f3..92f87171 100644
> > --- a/src/main.c
> > +++ b/src/main.c
> > @@ -377,6 +377,7 @@ static struct cmdline_option option_data[] =
> >  { "no", 'n', OPT__NO, NULL, required_argument },
> >  { "no-clobber", 0, OPT_BOOLEAN, "noclobber", -1 },
> >  { "no-config", 0, OPT_BOOLEAN, "noconfig", -1},
> > +{ "no-headers", 0, OPT_BOOLEAN, "noheaders", no_argument},
> >  { "no-parent", 0, OPT_BOOLEAN, "noparent", -1 },
> >  { "output-document", 'O', OPT_VALUE, "outputdocument", -1 },
> >  { "output-file", 'o', OPT_VALUE, "logfile", -1 },
> > @@ -1025,6 +1026,8 @@ Recursive accept/reject:\n"),
> >-X,  --exclude-directories=LIST  list of excluded directories\n"),
> >  N_("\
> >-np, --no-parent don't ascend to the parent 
> > directory\n"),
> > +N_("\
> > +   --no-headersdon't include default headers\n"),
> >  "\n",
> >  N_("Email bug reports, questions, discussions to 
> > \n"),
> >  N_("and/o

Re: [Bug-wget] [Wget-Bug][PATCH] Disable automatic wget headers

2019-03-15 Thread Darshit Shah
Hi Afham,

Thanks for working on this bug. However, I am not convinced that this is the
best way of implementing this feature.

I would rather that we have a `--disable-header` switch which takes as input
the names of the headers that should be disabled. This way it is more flexible.
Simultaneously, it would be nice if you would also implement a parallel feature
in `--header` where the input of "header-name: " will cause  to
not be added to the request headers. This allows users to use the existing
`--header` switch as well.

Also, in the current implementation, I would prefer that you disabled the
generation of the header itself, rather than removing it at a later stage. That
is just inefficient.

* adham elkarn  [190315 10:26]:
> From: a-elk 
> 
> 
> Disable automatic wget headers.
> 
> *options.h: added no-headers member
> *http.c: removed default headers
> *main.c: added new option noheaders, added help description
> *init.c: adde new option noheaders
> 
> >From bug #54769 (https://savannah.gnu.org/bugs/?54769).
> Some servers doesn't handle well some headers. A --no-headers options will 
> ensure a request will not include default
> defaut headers. This option disables default headers except Accept header and 
> Host header
> 
> Signed-off-by: Moises Torres, Adham El karn
> ---
>  src/http.c| 8 
>  src/init.c| 1 +
>  src/main.c| 3 +++
>  src/options.h | 1 +
>  5 files changed, 14 insertions(+)
> 
> diff --git a/src/http.c b/src/http.c
> index 304a2f86..e4bcbf27 100644
> --- a/src/http.c
> +++ b/src/http.c
> @@ -3259,6 +3259,14 @@ gethttp (const struct url *u, struct url 
> *original_url, struct http_stat *hs,
> ),
>  rel_value);
>  
> +  /* Remove default headers */
> +  if (opt.no_headers)
> +{
> +  int i;
> +  for (i = 0; i < req->hcount; i++)
> + request_remove_header(req, req->headers[i].name);
> +}
> +  
>/* Add the user headers. */
>if (opt.user_headers)
>  {
> diff --git a/src/init.c b/src/init.c
> index 9b6665a6..ae2adeff 100644
> --- a/src/init.c
> +++ b/src/init.c
> @@ -262,6 +262,7 @@ static const struct {
>{ "netrc",&opt.netrc, cmd_boolean },
>{ "noclobber",&opt.noclobber, cmd_boolean },
>{ "noconfig", &opt.noconfig,  cmd_boolean },
> +  { "noheaders",&opt.no_headers, cmd_boolean},
>{ "noparent", &opt.no_parent, cmd_boolean },
>{ "noproxy",  &opt.no_proxy,  cmd_vector },
>{ "numtries", &opt.ntry,  cmd_number_inf },/* 
> deprecated*/
> diff --git a/src/main.c b/src/main.c
> index 65b7f3f3..92f87171 100644
> --- a/src/main.c
> +++ b/src/main.c
> @@ -377,6 +377,7 @@ static struct cmdline_option option_data[] =
>  { "no", 'n', OPT__NO, NULL, required_argument },
>  { "no-clobber", 0, OPT_BOOLEAN, "noclobber", -1 },
>  { "no-config", 0, OPT_BOOLEAN, "noconfig", -1},
> +{ "no-headers", 0, OPT_BOOLEAN, "noheaders", no_argument},
>  { "no-parent", 0, OPT_BOOLEAN, "noparent", -1 },
>  { "output-document", 'O', OPT_VALUE, "outputdocument", -1 },
>  { "output-file", 'o', OPT_VALUE, "logfile", -1 },
> @@ -1025,6 +1026,8 @@ Recursive accept/reject:\n"),
>-X,  --exclude-directories=LIST  list of excluded directories\n"),
>  N_("\
>-np, --no-parent don't ascend to the parent directory\n"),
> +N_("\
> +   --no-headersdon't include default headers\n"),
>  "\n",
>  N_("Email bug reports, questions, discussions to \n"),
>  N_("and/or open issues at 
> https://savannah.gnu.org/bugs/?func=additem&group=wget.\n";)
> diff --git a/src/options.h b/src/options.h
> index 881e2b2e..65055ad8 100644
> --- a/src/options.h
> +++ b/src/options.h
> @@ -147,6 +147,7 @@ struct options
>char *http_user;  /* HTTP username. */
>char *http_passwd;/* HTTP password. */
>char **user_headers;  /* User-defined header(s). */
> +  bool no_headers;  /* Don'include default headers */
>bool http_keep_alive; /* whether we use keep-alive */
>  
>bool use_proxy;   /* Do we use proxy? */
> -- 
> 2.17.1
> 
> 
> 

-- 
Thanking You,
Darshit Shah
PGP Fingerprint: 7845 120B 07CB D8D6 ECE5 FF2B 2A17 43ED A91A 35B6


signature.asc
Description: PGP signature