openssl: 2.2.4 release

2021-07-27 Thread Vasilij Schneidermann
Hello, I've released openssl 2.2.4 to resolve an issue in the `file-cipher` and `file-digest` procedures returning incorrect results for file sizes that are not an exact multiple of 4096. I have to thank elflng for finding the issue and megane with root cause analysis. As a result of this, the `ci

New eggs: srfi-203 and srfi-216 (SICP)

2021-07-27 Thread Vasilij Schneidermann
Hello, Someone on the IRC channel pointed out that there is no obvious egg to use for solving SICP exercises as the sicp egg is C4-only and no alternatives exist. I chose to port SRFI-203 and SRFI-216 which provide the picture language and other SICP prerequisites. Both eggs have been tested succ

Re: New eggs: srfi-203 and srfi-216 (SICP)

2021-07-27 Thread Mario Domenech Goulart
On Wed, 28 Jul 2021 01:06:58 +0200 Vasilij Schneidermann wrote: > Someone on the IRC channel pointed out that there is no obvious egg to > use for solving SICP exercises as the sicp egg is C4-only and no > alternatives exist. I chose to port SRFI-203 and SRFI-216 which provide > the picture lang