[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] fix chicken-install http download bug
From: |
felix . winkelmann |
Subject: |
[PATCH] fix chicken-install http download bug |
Date: |
Sun, 16 Jul 2023 12:25:25 +0200 |
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 allows anything bug space and vertical bar and is slightly more
strict regarding the format.
Thanks to "kniffy" for reporting this and Mario for investigating.
felix
0001-accept-dashes-in-file-version-information-transmitte.patch
Description: Text document
- [PATCH] fix chicken-install http download bug,
felix . winkelmann <=