guile22: update to 2.2.6.
Changes in 2.2.6 (since 2.2.5) * Bug fixes ** Fix regression introduced in 2.2.5 that would break HTTP servers Guile 2.2.5 introduced a bug that would break the built-in HTTP server provided by the (web server) module. Specifically, HTTP servers would hang while reading requests. See <https://bugs.gnu.org/36350>. ** 'strftime' and 'strptime' honor the current locale encoding Until now these procedures would wrongfully assume that the locale encoding is always UTF-8. See <https://bugs.gnu.org/35920>. ** Re-export 'current-load-port' This procedure was erroneously removed in the 2.2 series but was still documented. ** Minor documentation mistakes were fixed
This commit is contained in:
parent
ba488d0815
commit
72e17bd543
3 changed files with 9 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.10 2019/07/14 21:46:22 rillig Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2019/07/20 21:01:19 wiz Exp $
|
||||
|
||||
DISTNAME= guile-2.2.5
|
||||
DISTNAME= guile-2.2.6
|
||||
PKGNAME= ${DISTNAME:S/guile/guile22/}
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ftp://ftp.gnu.org/gnu/guile/
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
@comment $NetBSD: PLIST,v 1.5 2019/06/23 09:14:58 wiz Exp $
|
||||
@comment $NetBSD: PLIST,v 1.6 2019/07/20 21:01:19 wiz Exp $
|
||||
guile/2.2/bin/guild
|
||||
guile/2.2/bin/guile
|
||||
guile/2.2/bin/guile-config
|
||||
|
@ -438,7 +438,7 @@ guile/2.2/lib/guile/2.2/ccache/web/server/http.go
|
|||
guile/2.2/lib/guile/2.2/ccache/web/uri.go
|
||||
guile/2.2/lib/guile/2.2/extensions/guile-readline.la
|
||||
guile/2.2/lib/libguile-2.2.la
|
||||
guile/2.2/lib/libguile-2.2.so.1.4.0-gdb.scm
|
||||
guile/2.2/lib/libguile-2.2.so.1.4.1-gdb.scm
|
||||
guile/2.2/lib/pkgconfig/guile-2.2.pc
|
||||
guile/2.2/man/man1/guile.1
|
||||
guile/2.2/share/aclocal/guile.m4
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.6 2019/06/23 09:14:58 wiz Exp $
|
||||
$NetBSD: distinfo,v 1.7 2019/07/20 21:01:19 wiz Exp $
|
||||
|
||||
SHA1 (guile-2.2.5.tar.gz) = b85a93614f395e0846d4cd175daff60f25bb6557
|
||||
RMD160 (guile-2.2.5.tar.gz) = a52d57f6a2355fba18dd18b123a7c40c35ccca66
|
||||
SHA512 (guile-2.2.5.tar.gz) = 1c07a6d16e00953d416bd8db5b1e9574c62751f745c203de5a910b9688cf93756fe2303ab084d9e9949bff11e6e14909304ecd1ef671be2a06c7c3f292f6380c
|
||||
Size (guile-2.2.5.tar.gz) = 18126413 bytes
|
||||
SHA1 (guile-2.2.6.tar.gz) = 3e77ee0e5af2a9926fb04f43838e17c9323222ae
|
||||
RMD160 (guile-2.2.6.tar.gz) = 2f322d124a9c8eecd00f6b6288771c648639e3ed
|
||||
SHA512 (guile-2.2.6.tar.gz) = 6a9264c2e10def5e69a0e755fb28a5f09b98bc202660d742b0ee144d4f486b049dcbce8bcece79c3af9421d43df6eca36adf82798520f75b09303f5e8c2092af
|
||||
Size (guile-2.2.6.tar.gz) = 18132818 bytes
|
||||
SHA1 (patch-libguile_loader.c) = 32b012d095c343995f93d0c8160411c4b0cfbee1
|
||||
|
|
Loading…
Reference in a new issue