public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
From: Adolf Belka <adolf.belka@ipfire.org>
To: development@lists.ipfire.org
Subject: Re: [PATCH 8/8] pakfire: Adjust code to deal with new LWP::UserAgent.
Date: Mon, 14 Feb 2022 22:15:54 +0100	[thread overview]
Message-ID: <59677cf2-8ec2-abc0-e3b5-91e4f1c5888e@ipfire.org> (raw)
In-Reply-To: <20220203111613.13632-8-stefan.schantl@ipfire.org>

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

Reviewed-by: Adolf Belka <adolf.belka(a)ipfire.org>

On 03/02/2022 12:16, Stefan Schantl wrote:
> Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
> ---
>   src/pakfire/lib/functions.pl | 9 ++++++++-
>   1 file changed, 8 insertions(+), 1 deletion(-)
>
> diff --git a/src/pakfire/lib/functions.pl b/src/pakfire/lib/functions.pl
> index 2f34763d5..37b930080 100644
> --- a/src/pakfire/lib/functions.pl
> +++ b/src/pakfire/lib/functions.pl
> @@ -155,7 +155,14 @@ sub fetchfile {
>   		
>   		logger("DOWNLOAD INFO: Host: $host ($proto) - File: $file");
>   
> -		my $ua = LWP::UserAgent->new;
> +		# Init LWP::UserAgent, request SSL hostname verification
> +		# and specify CA file.
> +		my $ua = LWP::UserAgent->new(
> +			ssl_opts => {
> +				SSL_ca_file     => '/etc/ssl/cert.pem',
> +				verify_hostname => 1,
> +			}
> +		);
>   		$ua->agent("Pakfire/$Conf::version");
>   		$ua->timeout(20);
>   		

  parent reply	other threads:[~2022-02-14 21:15 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-02-03 11:16 [PATCH 1/8] perl-Try-Tiny: New package Stefan Schantl
2022-02-03 11:16 ` [PATCH 2/8] perl-HTTP-Message: " Stefan Schantl
2022-02-05 12:24   ` Peter Müller
2022-02-14 21:12   ` Adolf Belka
2022-02-03 11:16 ` [PATCH 3/8] libwww-perl: Update to 6.61 Stefan Schantl
2022-02-05 12:24   ` Peter Müller
2022-02-14 21:12   ` Adolf Belka
2022-02-03 11:16 ` [PATCH 4/8] perl-HTTP-Date: New package Stefan Schantl
2022-02-05 12:25   ` Peter Müller
2022-02-14 21:13   ` Adolf Belka
2022-02-03 11:16 ` [PATCH 5/8] perl-LWP-Protocol-https: " Stefan Schantl
2022-02-05 12:25   ` Peter Müller
2022-02-14 21:14   ` Adolf Belka
2022-02-03 11:16 ` [PATCH 6/8] perl-Net-HTTP: " Stefan Schantl
2022-02-05 12:25   ` Peter Müller
2022-02-14 21:14   ` Adolf Belka
2022-02-03 11:16 ` [PATCH 7/8] ids-functions.pl: Adjust code to deal with new LWP::UserAgent Stefan Schantl
2022-02-05 12:26   ` Peter Müller
2022-02-14 21:15   ` Adolf Belka
2022-02-03 11:16 ` [PATCH 8/8] pakfire: " Stefan Schantl
2022-02-05 12:26   ` Peter Müller
2022-02-14 21:15   ` Adolf Belka [this message]
2022-02-05 12:24 ` [PATCH 1/8] perl-Try-Tiny: New package Peter Müller
2022-02-14 21:10 ` Adolf Belka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59677cf2-8ec2-abc0-e3b5-91e4f1c5888e@ipfire.org \
    --to=adolf.belka@ipfire.org \
    --cc=development@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox