Update to SBCL 1.0.40
Changes in sbcl-1.0.40 relative to sbcl-1.0.39: * bug fix: readdir now works on :inode64 darwin builds (lp#592897) * bug fix: Name conflicts between symbols passed as arguments to a single call to IMPORT no longer add multiple symbols with the same name to the package (detectable via DO-SYMBOLS). * bug fix: support building without the dlshim on darwin x86 and x86-64 (lp#533470). * bug fix: TRACE :ENCAPSULATE NIL now works on ppc/linux.
This commit is contained in:
parent
1fe43b8a56
commit
0acfe3cdbf
2 changed files with 6 additions and 6 deletions
|
@ -1,7 +1,7 @@
|
|||
# $NetBSD: Makefile,v 1.27 2010/06/25 13:43:22 asau Exp $
|
||||
# $NetBSD: Makefile,v 1.28 2010/07/02 21:59:39 asau Exp $
|
||||
|
||||
DISTNAME= ${PKGNAME_NOREV}-source
|
||||
PKGNAME= sbcl-1.0.39
|
||||
PKGNAME= sbcl-1.0.40
|
||||
CATEGORIES= lang
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sbcl/}
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.11 2010/06/16 06:19:23 asau Exp $
|
||||
$NetBSD: distinfo,v 1.12 2010/07/02 21:59:39 asau Exp $
|
||||
|
||||
SHA1 (sbcl-1.0.39-source.tar.bz2) = 027a76d68cf9f9895fea75ba6c7cc055cbd3350d
|
||||
RMD160 (sbcl-1.0.39-source.tar.bz2) = 8cbbd21cd0a0872626ad0e031912eb633f7a8dba
|
||||
Size (sbcl-1.0.39-source.tar.bz2) = 3419835 bytes
|
||||
SHA1 (sbcl-1.0.40-source.tar.bz2) = 4ad12e6443f92edceb133023a497086cac40e8b7
|
||||
RMD160 (sbcl-1.0.40-source.tar.bz2) = dfafffe122e683a0837adfb65eb0ce29ce3b6d32
|
||||
Size (sbcl-1.0.40-source.tar.bz2) = 3428830 bytes
|
||||
SHA1 (patch-aa) = 3bd72ba259fc23c3ae09bf104c8e395f3826fff0
|
||||
SHA1 (patch-ab) = e8420a7aa51f6920d6556e84ef3f0ca32fdeb2fd
|
||||
SHA1 (patch-ac) = bce87555a5944cfeb25c65df9d41c3f49b5d4866
|
||||
|
|
Loading…
Reference in a new issue