They re-rolled the distfile (incorrectly; the new one misses language specific error documents). I'll adjust the port to cope.
On 2024/02/20 12:28, Peter J. Philipp wrote: > Hi, > > I just downloaded squid to audit it and found that OpenBSD has wrong > checksums. > > http://www.squid-cache.org/Versions/v6/squid-6.7.tar.xz.asc > > Unless squid-cache.org got hacked, thses are the correct SHA1/MD5 hashsums. > (unfortunately no SHA256). > > pjp@vega$ sha256 -b squid-6.7.tar.xz > SHA256 (squid-6.7.tar.xz) = 4U2qTq5Bkl0a4/COZEOaaqowEb3O1oZii43ml9WrhCg= > pjp@vega$ sha1 squid-6.7.tar.xz > SHA1 (squid-6.7.tar.xz) = 86f55f218e86c91c99887803edb4d9b103dce713 > > In your ports file the checksums are: > > root@vega# more distinfo > SHA256 (squid-6.7.tar.xz) = D3AeE2m/+rnKNIB1+7lu66Lw53g4KwMx5cj2VB22pC0= > SIZE (squid-6.7.tar.xz) = 2562880 > > Thanks! > -peter