Re: [PATCH] fix chicken-install http download bug

2023-07-17 Thread felix . winkelmann
> Regarding the situation of the infrastructure: > > * call-cc.org's cache has been fixed (i.e., monocypher 4.0.1-0 has been > removed, and 4.0.1 has been cached -- contents should be identical). > monocypher can be installed from there. > > * kitten-techs' cache at the time of this writing

Re: [PATCH] fix chicken-install http download bug

2023-07-16 Thread Mario Domenech Goulart
On Sun, 16 Jul 2023 12:25:25 +0200 felix.winkelm...@bevuta.com wrote: > The attached patch fixes a problem with chicken-install that caused eggs > transmitted via HTTP to be rejected due to a malformed version number. > Specifically, "-" was not allowed inside version numbers, and the monocypher

[PATCH] fix chicken-install http download bug

2023-07-16 Thread felix . winkelmann
The attached patch fixes a problem with chicken-install that caused eggs transmitted via HTTP to be rejected due to a malformed version number. Specifically, "-" was not allowed inside version numbers, and the monocypher egg seemed to be the first one using such a versioning scheme. The patch