From: | David Fetter <david(at)fetter(dot)org> |
---|---|
To: | buildfarm-members(at)postgresql(dot)org |
Subject: | Re: Moving to HTTPS |
Date: | 2017-01-08 06:01:40 |
Message-ID: | 20170108060140.GA27033@fetter.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | buildfarm-members |
On Sat, Jan 07, 2017 at 07:12:07PM -0500, Tom Lane wrote:
> Andrew Dunstan <andrew(dot)dunstan(at)2ndquadrant(dot)com> writes:
> > Yeah, you're right. Or perhaps even more simply we could do:
> > perl -MLWP::Simple -e 'print qq{BAD\n} unless head(q{https://www.postgresql.org});'
>
> Hmm, so that reports BAD on all four of my buildfarm critters :-(.
>
> On longfin, which is running a current macOS release, "cpan install
> LWP::Protocol::https" seems to be enough to fix it; but on the other
> three, I get various flavors of failure. It looks like the root cause is
> that the versions of the relevant modules that are currently available
> from CPAN assume newer versions of OpenSSL and/or other Perl modules than
> these machines have installed.
>
> I could embark on a massive update binge, but that would sort of defeat
> the purpose of testing against old Perl versions. Thoughts?
You could use install a more modern Perl version just for the
buildfarm client while keeping the system perl marooned however far in
the past we promise to support. Don't know just how painful that is
on those machines...
Best,
David.
--
David Fetter <david(at)fetter(dot)org> http://fetter.org/
Phone: +1 415 235 3778 AIM: dfetter666 Yahoo!: dfetter
Skype: davidfetter XMPP: david(dot)fetter(at)gmail(dot)com
Remember to vote!
Consider donating to Postgres: http://www.postgresql.org/about/donate
From | Date | Subject | |
---|---|---|---|
Next Message | Dave Page | 2017-01-08 11:00:15 | Re: Moving to HTTPS |
Previous Message | Andrew Dunstan | 2017-01-08 02:37:12 | Re: Moving to HTTPS |