diff options
author | asau <asau@pkgsrc.org> | 2013-10-04 15:55:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2013-10-04 15:55:38 +0000 |
commit | 05aa897c0d9a639e0ad1f90aadf2e66d4fdf5422 (patch) | |
tree | 33a6ded941dd975b8c1e4d5b82ba6613adf21782 | |
parent | 107a22a1dc805ffa56036baefc02c1a7ae301023 (diff) | |
download | pkgsrc-05aa897c0d9a639e0ad1f90aadf2e66d4fdf5422.tar.gz |
Update to Chicken 4.8.0.5
Requested by Peter Bex.
4.8.0.5
- Security fixes
- CVE-2013-4385: read-string! no longer reads beyond its buffer when
length is #f.
- poll() is also used on cygwin by enabling the fix for CVE-2012-6122
- file-creation-mode now passes a valid value to umask when its argument
is omitted. (Also ensure it always returns the old umask value.)
- Fix a data corruption problem in list->queue.
- Core libraries
- read-string! behaves correctly in presence of EOF.
- Several subtle problems in the reader in the presence of EOF are fixed.
- Use poll() instead of select() on cygwin.
- Runtime
- Fix an issue on initial seed of the random number generator.
4.8.0.4
- Runtime
- Ensure correct type is used for sigsetjmp(3) buffer. This fixes,
for example, a bus error in 32-bit OS X builds (#1021).
- Core libraries
- Export file-type from the posix unit.
- Build system
- Use inexact comparison for flonum tests, as there is sometimes a
miniscule difference between trig functions computed by libc and
those precalculated by gcc.
-rw-r--r-- | lang/chicken/Makefile | 4 | ||||
-rw-r--r-- | lang/chicken/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index d12b3337569..d5957b1063e 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.49 2013/03/12 20:12:27 asau Exp $ +# $NetBSD: Makefile,v 1.50 2013/10/04 15:55:38 asau Exp $ -DISTNAME= chicken-4.8.0.3 +DISTNAME= chicken-4.8.0.5 CATEGORIES= lang MASTER_SITES= http://code.call-cc.org/releases/$(PKGVERSION_NOREV)/ \ http://code.call-cc.org/releases/$(PKGVERSION_NOREV:R)/ diff --git a/lang/chicken/distinfo b/lang/chicken/distinfo index ba2b3086e0e..53fcfaa1793 100644 --- a/lang/chicken/distinfo +++ b/lang/chicken/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.36 2013/03/12 20:12:27 asau Exp $ +$NetBSD: distinfo,v 1.37 2013/10/04 15:55:38 asau Exp $ -SHA1 (chicken-4.8.0.3.tar.gz) = 90ce759d3b8a2cb53b2409c1e90277d380069440 -RMD160 (chicken-4.8.0.3.tar.gz) = c9a10795bda21559b6429c148da2ade229de3812 -Size (chicken-4.8.0.3.tar.gz) = 3959422 bytes +SHA1 (chicken-4.8.0.5.tar.gz) = fb393e49433c183d6a97da9b1ca48cb09ed51d72 +RMD160 (chicken-4.8.0.5.tar.gz) = 39b96764aa7a549bfaef87cd88f014dd81d5628b +Size (chicken-4.8.0.5.tar.gz) = 3970370 bytes |