Re: [PATCH] change link to parabola

2016-10-12 Thread Ludovic Courtès
Jonathan Brielmaier skribis: > Small Patch for the Guile Website Applied and will update the web site shortly. Thanks! Ludo’.

Re: REPL Server: Guard against HTTP inter-protocol exploitation attacks.

2016-10-12 Thread Alex Kost
Hello, I've noticed an insignificant typo in commit 08c021916dbd3a235a9f9cc33df4c418c0724e03 (in the fancy warning message). [...] > + ;; Print a report to STDERR (POSIX file descriptor 2). > + ;; XXX Can we do better here? > + (call-with-port (dup->port 2

GNU Guile 2.0.13 released [security fixes]

2016-10-12 Thread Ludovic Courtès
We are pleased to announce GNU Guile release 2.0.13, the next maintenance release for the 2.0.x stable series, containing important security fixes. This release contains 44 commits by 11 people over 4 months. Guile is an implementation of the Scheme programming language. It is designed to help pr

Re: REPL Server: Guard against HTTP inter-protocol exploitation attacks.

2016-10-12 Thread Ludovic Courtès
Alex Kost skribis: > Hello, I've noticed an insignificant typo in commit > 08c021916dbd3a235a9f9cc33df4c418c0724e03 (in the fancy warning message). > > [...] >> + ;; Print a report to STDERR (POSIX file descriptor 2). >> + ;; XXX Can we do better here? >> +

Re: Guile security vulnerability w/ listening on localhost + port (with fix)

2016-10-12 Thread Nala Ginrut
On Tue, 2016-10-11 at 09:01 -0500, Christopher Allan Webber wrote: > The Guile team has just pushed out a new commit on the Guile stable-2.0 > branch addressing a security issue for Guile.  There will be a release > shortly as well.  The commit is > 08c021916dbd3a235a9f9cc33df4c418c0724e03, or for

Re: Guile security vulnerability w/ listening on localhost + port (with fix)

2016-10-12 Thread Thompson, David
On Wed, Oct 12, 2016 at 11:49 AM, Nala Ginrut wrote: > But maybe we should provide both just like what php-fpm does? And let users > choose which one to use, localhost:port or unix socket. This is what Guile already does. - Dave