Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Branko Čibej
On 22.09.2018 17:26, Daniel Shahaf wrote: > Branko Čibej wrote on Sat, 22 Sep 2018 16:54 +0200: >> Ah, that would be this one: >> >> https://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.10.2.tar.bz2 > That still gives me an HTML page, whether I pass the relpath as a query > parameter

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, 22 Sep 2018 15:28 +: > Adam Jensen wrote on Sat, 22 Sep 2018 11:12 -0400: > > On 09/22/2018 10:13 AM, Daniel Shahaf wrote: > > > One reason for not creating the file in the form > > > "${hash}${two_spaces}${filename}" > > > is that not everyone uses sha512sum from G

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Daniel Shahaf
Adam Jensen wrote on Sat, 22 Sep 2018 11:12 -0400: > On 09/22/2018 10:13 AM, Daniel Shahaf wrote: > > One reason for not creating the file in the form > > "${hash}${two_spaces}${filename}" > > is that not everyone uses sha512sum from GNU coreutils. If there were > > additional information in the

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Daniel Shahaf
Branko Čibej wrote on Sat, 22 Sep 2018 16:54 +0200: > Ah, that would be this one: > > https://www.apache.org/dyn/closer.cgi?path=subversion/subversion-1.10.2.tar.bz2 That still gives me an HTML page, whether I pass the relpath as a query parameter (as you have) or as PATH_INFO.

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Adam Jensen
On 09/22/2018 10:13 AM, Daniel Shahaf wrote: > One reason for not creating the file in the form > "${hash}${two_spaces}${filename}" > is that not everyone uses sha512sum from GNU coreutils. If there were > additional information in the file besides the hash value, people not on > linux would have

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Branko Čibej
On 22.09.2018 16:26, Daniel Shahaf wrote: > Branko Čibej wrote on Sat, 22 Sep 2018 16:22 +0200: >> On 22.09.2018 16:13, Daniel Shahaf wrote: >>> Please don't download the artifacts from www*.apache.org but from a >>> mirror. I think there is a redirector CGI somewhere that automatically >>> redire

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Adam Jensen
The script was patched with a line like this: echo " subversion-1.10.2.tar.bz2" >> subversion-1.10.2.tar.bz2.sha512 On 09/22/2018 09:39 AM, Adam Jensen wrote: >>From the recommended release page: > https://subversion.apache.org/download.cgi#recommended-release > > The Checksum (SHA512) file: >

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Daniel Shahaf
Branko Čibej wrote on Sat, 22 Sep 2018 16:22 +0200: > On 22.09.2018 16:13, Daniel Shahaf wrote: > > Please don't download the artifacts from www*.apache.org but from a > > mirror. I think there is a redirector CGI somewhere that automatically > > redirects you to a mirror close to you, but I can't

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Branko Čibej
On 22.09.2018 16:13, Daniel Shahaf wrote: > Please don't download the artifacts from www*.apache.org but from a > mirror. I think there is a redirector CGI somewhere that automatically > redirects you to a mirror close to you, but I can't find it :( http://subversion.apache.org/download.cgi Link

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Daniel Shahaf
Daniel Shahaf wrote on Sat, 22 Sep 2018 14:13 +: > Adam Jensen wrote on Sat, 22 Sep 2018 09:39 -0400: > > Given the current situation, can anyone think of a shell script blurb to > > download the files then verify with the hash? > > wget .../subversion-1.10.2.tar.bz2 > wget > https://www.apac

Re: Subversion 1.10.2 Checksum (SHA512)

2018-09-22 Thread Daniel Shahaf
Adam Jensen wrote on Sat, 22 Sep 2018 09:39 -0400: > Given the current situation, can anyone think of a shell script blurb to > download the files then verify with the hash? wget .../subversion-1.10.2.tar.bz2 wget https://www.apache.org/dist/subversion/subversion-1.10.2.tar.bz2.sha512 sha512sum su