philpennock / homebrew-protocols

UNMAINTAINED [was: Homebrew formulae for protocol things which interest me]
2 stars 5 forks source link

fixed sha 256 has for dumpasn1.cfg #3

Closed eliburke closed 5 years ago

eliburke commented 5 years ago

The hash for the 20180611 cfg file was incorrect.

philpennock commented 5 years ago

It was correct, but the file was modified without changing the timestamp (again). The diff is:

--- dumpasn1.cfg    2018-06-10 22:39:32.000000000 -0400
+++ /Users/pdp/tmp/dumpasn1.cfg 2018-10-24 12:30:32.000000000 -0400
@@ -2120,7 +2120,7 @@
 Comment = CryptoPro digest params C (variant 2) for GOST R 34.11-94
 Description = cryptoProDigestC

-OID = 1 2 643 2 2 30 3
+OID = 1 2 643 2 2 30 4
 Comment = CryptoPro digest params D (variant 3) for GOST R 34.11-94
 Description = cryptoProDigestD

Webserver says that this file was last modified 2018-06-14 so that's the datestamp I'll use. Also it looks like the files are canonically available over https now, so I'll make that switch at the same time.

Thanks for the report!

philpennock commented 5 years ago

Fixed in 0859b8cb5679264db1c80b1c35f8ab85250737ee - thank you. :)

eliburke commented 5 years ago

Ah well... Gutmann's like 1 million years old in computer technology years... we can't expect him to use modern things like git/github. j/k Peter if you ever read this. 😄