Received: from malur.postgresql.org ([2a02:16a8:dc51::56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1frJe9-0004CC-5e for buildfarm-members@arkaria.postgresql.org; Sun, 19 Aug 2018 09:05:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1frJe7-0004hv-Gb for buildfarm-members@arkaria.postgresql.org; Sun, 19 Aug 2018 09:05:15 +0000 Received: from makus.postgresql.org ([2001:4800:1501:1::229]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.89) (envelope-from ) id 1frJe7-0004he-73 for buildfarm-members@lists.postgresql.org; Sun, 19 Aug 2018 09:05:15 +0000 Received: from yoda.llamalab.com ([194.14.207.58] helo=yoda.mksoft.nu) by makus.postgresql.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1frJe4-0005TS-7I for buildfarm-members@postgresql.org; Sun, 19 Aug 2018 09:05:13 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mksoft.nu; s=20151129; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=Wug+s5uj8o+/tZ6SYoSsXY6XUQ5JEdKGo3Wy947zYps=; b=qO38zlo62zC0AhUUZxHdRLiwbjiRTNwiQzI6nrnktPFvUftRlSJ0JjPjVd7qLoG1t3X04ymCyuqgy2bHmkdY3YuauMXntHS9ypipI1TIdsb3YWQZioJhX+l8JqW/fLrvJBUM3SwnzbETyvlKyc0eU1WD56tsBLlZpUTUloPXUH2BXDpo8hhL34gn2x05G13Yf6wxyhDQVG/alWtdSZinItlYOL9R1wsRseLLzR1FymTUrr8UJ+WGUpNH7Wt/EjB/x0siabOyXbMEu9hShfJjIlbOYnG4n3IF9akeqL11vdIjB3Hgq0A0F47qGz28dUzLL/9MzU56CKRj3Emr3wtifA==; Received: from c83-251-89-246.bredband.comhem.se ([83.251.89.246] helo=[10.100.0.2]) by yoda.mksoft.nu with esmtpsa (TLS1.2:DHE_RSA_AES_128_CBC_SHA1:128) (Exim 4.80) (envelope-from ) id 1frJdr-0001eG-4q; Sun, 19 Aug 2018 11:05:08 +0200 Subject: Re: many animals are running old clients To: Andrew Dunstan , buildfarm-members@postgresql.org References: <144264ec-fd45-80eb-7642-109f920286b9@2ndQuadrant.com> From: =?UTF-8?Q?Mikael_Kjellstr=c3=b6m?= Message-ID: Date: Sun, 19 Aug 2018 11:04:54 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk On 2018-08-18 14:12, Andrew Dunstan wrote: > Mail goes to the buildfarm-members list. That should be sufficiently > specific. Having to email owners individually would be unpleasant. OK, yes I agree. > run_web_txn.pl is only ever used on Windows/msys, that's why its path is > different. If you're not using one of those systems you can safely > ignore it. OK, that makes sense. > Would it help if I added a script to set the perl locations? > Alternatively, we could switch to using /usr/bin/env, but I'm not sure > how universal it is. And if you want to use a non-distro perl it > possibly won't help anyway. Well, it's not that hard to go through all the .pl-files manually and change the path to where perl is located. Would be nice to have a script that automatically detected the perl binary through using which or something like that but that wouldn't be portable and work on other OS:es like Windows, I guess. I did get a problem with my NetBSD 7 animal not accepting the SSL-certificate (Let's Encrypt) that https://git.postgresql.org uses. I got the error: Git mirror failure: Cloning into bare repository '/home/pgbf/buildroot/pgmirror.git'... fatal: unable to access 'https://git.postgresql.org/git/postgresql.git/': SSL certificate problem: unable to get local issuer certificate I managed to solve that in NetBSD but following the following guide: https://www.cambus.net/installing-ca-certificates-on-netbsd/ what that does is basically installing the mozilla-rootscerts on to the system and using it as default. After that it worked fine again. But I can imagine on older OS:es where you can't easily upgrade the CA-certs on the system it could be a big problem. HTTPS and the cert business is so broken it's not even funny imho. /Mikael