Re: new egg: cmark

2021-11-03 Thread Harley Swick
Mario, Looks like I missed a step. I have added a release-info file and tested it with test-new-egg. Jim, Thanks for the feedback. I have updated the wiki with your suggestions. - Harley

new egg: cmark

2021-11-03 Thread Harley Swick
Hi there! I'm announcing the first release of cmark and would like to add it to the coop. cmark is a wrapper for the commonmark C library. It also includes a cmark->sxml function that I have specifically implemented to be a drop-in replacement for lowdown. There is a different cmark egg for

Re: openssl patch

2020-12-01 Thread Harley Swick
Hi Vasilij, > This isn't small due to what seems to be loads of whitespace changes. > Could you please fix those and resend the patch? My bad, looks like my emacs setup got a bit aggressive. Now the patch is actually small. Harley Index: openssl.scm

openssl patch

2020-12-01 Thread Harley Swick
Hi there, I've attached a small patch for the openssl egg that adds another error status. This status is 'ssl-eof when the error is SSL_ERR_SYSCALL but the return code is zero. According to the OpenSSL docs[1] under the BUGS section: > The SSL_ERROR_SYSCALL eith errno value of 0 indicates