huajianmao / apt-cyg

Automatically exported from code.google.com/p/apt-cyg
MIT License
0 stars 0 forks source link

md5 sum error #53

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
every install fails with a md5sum error.
Logfile attached.

$ bash -x /bin/apt-cyg install git > /cygdrive/c/debug.log 2>&1; echo $?
1

Original issue reported on code.google.com by dak...@dakkar.eu on 26 Mar 2015 at 5:27

Attachments:

GoogleCodeExporter commented 8 years ago
(Copied from a reply on anther issue)

I ran into the same issue just yesterday.  The hash algorithm has changed in 
Cygwin's setup.ini, looks like they've upgraded from MD5 to SHA512.

Since Google Code is about to die off, I went ahead and made a fix in my fork:
 * https://github.com/digitallamb/apt-cyg

Give it a try and let me know if you have issues.

Original comment by capnsla...@gmail.com on 26 Mar 2015 at 9:32

GoogleCodeExporter commented 8 years ago
There is a pull requrest in the "official" (?) git repo: 
https://github.com/transcode-open/apt-cyg/pull/38

Hiope this will be merged.

Original comment by dak...@dakkar.eu on 27 Mar 2015 at 6:29