You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@santuario.apache.org by BRIAN TINGLE <ti...@mac.com> on 2016/05/22 19:37:08 UTC

checksum mismatch

Hi,

when I download http://www.apache.org/dyn/closer.lua/santuario/c-library/xml-security-c-1.7.3.tar.gz <http://www.apache.org/dyn/closer.lua/santuario/c-library/xml-security-c-1.7.3.tar.gz> I get a file

md5sum xml-security-c-1.7.3.tar.gz 
14d8ede130e679979d64d4f45d4f2ed6  xml-security-c-1.7.3.tar.gz
sha256sum xml-security-c-1.7.3.tar.gz 
7a4b4fc452f2e0f07e3a41f4b49bc0247c316852dd4595aa35be6b893276d47e  xml-security-c-1.7.3.tar.gz

These checksum values do not match the expected values 481a0f29d1b6e898da79f80dbbf7b05b as per https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.md5 <https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.md5> and e5226e7319d44f6fd9147a13fb853f5c711b9e75bf60ec273a0ef8a190592583 as per https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.sha256 <https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.sha256>

I need to install this security library to install shibboleth — but policy prevents me from installing if the checksums don’t match.

Can you please advise how to proceed?

thanks — Brian


Re: checksum mismatch

Posted by BRIAN TINGLE <ti...@mac.com>.
http://www.apache.org/dyn/closer.lua <http://www.apache.org/dyn/closer.lua>... used to be http://www.apache.org/dyn/closer.cgi <http://www.apache.org/dyn/closer.cgi>… my script has special logic for the latter.  Again, sorry for the noise 

> On May 22, 2016, at 12:46 PM, BRIAN TINGLE <ti...@mac.com> wrote:
> 
> sorry for the noise, my script is downloading the wrong file for xml-security-c-1.7.3.tar.gz .  The link on https://santuario.apache.org/download.html <https://santuario.apache.org/download.html> maybe once pointed directly to the file last time I ran the script — now it points to a directory page instead.
> 
>> On May 22, 2016, at 12:37 PM, BRIAN TINGLE <tinguru@mac.com <ma...@mac.com>> wrote:
>> 
>> Hi,
>> 
>> when I download http://www.apache.org/dyn/closer.lua/santuario/c-library/xml-security-c-1.7.3.tar.gz <http://www.apache.org/dyn/closer.lua/santuario/c-library/xml-security-c-1.7.3.tar.gz> I get a file
>> 
>> md5sum xml-security-c-1.7.3.tar.gz 
>> 14d8ede130e679979d64d4f45d4f2ed6  xml-security-c-1.7.3.tar.gz
>> sha256sum xml-security-c-1.7.3.tar.gz 
>> 7a4b4fc452f2e0f07e3a41f4b49bc0247c316852dd4595aa35be6b893276d47e  xml-security-c-1.7.3.tar.gz
>> 
>> These checksum values do not match the expected values 481a0f29d1b6e898da79f80dbbf7b05b as per https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.md5 <https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.md5> and e5226e7319d44f6fd9147a13fb853f5c711b9e75bf60ec273a0ef8a190592583 as per https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.sha256 <https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.sha256>
>> 
>> I need to install this security library to install shibboleth — but policy prevents me from installing if the checksums don’t match.
>> 
>> Can you please advise how to proceed?
>> 
>> thanks — Brian
>> 
> 


Re: checksum mismatch

Posted by BRIAN TINGLE <ti...@mac.com>.
sorry for the noise, my script is downloading the wrong file for xml-security-c-1.7.3.tar.gz .  The link on https://santuario.apache.org/download.html <https://santuario.apache.org/download.html> maybe once pointed directly to the file last time I ran the script — now it points to a directory page instead.

> On May 22, 2016, at 12:37 PM, BRIAN TINGLE <ti...@mac.com> wrote:
> 
> Hi,
> 
> when I download http://www.apache.org/dyn/closer.lua/santuario/c-library/xml-security-c-1.7.3.tar.gz <http://www.apache.org/dyn/closer.lua/santuario/c-library/xml-security-c-1.7.3.tar.gz> I get a file
> 
> md5sum xml-security-c-1.7.3.tar.gz 
> 14d8ede130e679979d64d4f45d4f2ed6  xml-security-c-1.7.3.tar.gz
> sha256sum xml-security-c-1.7.3.tar.gz 
> 7a4b4fc452f2e0f07e3a41f4b49bc0247c316852dd4595aa35be6b893276d47e  xml-security-c-1.7.3.tar.gz
> 
> These checksum values do not match the expected values 481a0f29d1b6e898da79f80dbbf7b05b as per https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.md5 <https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.md5> and e5226e7319d44f6fd9147a13fb853f5c711b9e75bf60ec273a0ef8a190592583 as per https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.sha256 <https://www.apache.org/dist/santuario/c-library/xml-security-c-1.7.3.tar.gz.sha256>
> 
> I need to install this security library to install shibboleth — but policy prevents me from installing if the checksums don’t match.
> 
> Can you please advise how to proceed?
> 
> thanks — Brian
>