diff options
author | ryoon <ryoon@pkgsrc.org> | 2021-03-01 13:12:56 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2021-03-01 13:12:56 +0000 |
commit | ad640a0ee190195c569a5934ebd161c67092fbdd (patch) | |
tree | 19e19da974d0707a795d26d653eff5465fdfbda8 /lang | |
parent | 97061faccdaef2551cbbbfbe0875d7ccd0fcd6dc (diff) | |
download | pkgsrc-ad640a0ee190195c569a5934ebd161c67092fbdd.tar.gz |
nim: Update to 1.4.4
Changelog:
Bugfixes since 1.4.2
Fixed "-d:fulldebug switch does not compile with gc:arc" (#16214)
Fixed "Strange behavior when calling into Nim" (#16249)
Fixed "VC++ winnt.h fatal error "No Target Architecture" in stdlib_io." (#14259)
Fixed "osLastError may randomly raise defect and crash" (#16359)
Fixed "& shows as & in docs" (#16364)
Fixed "gc:arc - SIGSEGV for rawAlloc on windows" (#16365)
Fixed "generic importc proc's don't work (breaking lots of vmops procs for js)" (#16428)
Fixed "[ARC] Compiler error with a closure proc in a macro " (#15043)
Fixed "genericAssignAux runtime error" (#16706)
Fixed "Concept: codegen ignores parameter passing" (#16897)
Fixed "{.push exportc.} interacts with anonymous functions" (#16967)
Fixed "ARC exports a dangerous 'dispose' proc" (#17003)
Fixed "Cursor inference leading to corrupt memory with a tuple" (#17033)
Fixed "toOpenArray doesn't work in VM; toOpenArray with var openArray doesn't work in nim js" (#15952)
Fixed "memory allocation during {.global.} init breaks GC" (#17085)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nim/Makefile | 4 | ||||
-rw-r--r-- | lang/nim/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/nim/Makefile b/lang/nim/Makefile index af812f48ea7..fb75d71f8a2 100644 --- a/lang/nim/Makefile +++ b/lang/nim/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.19 2020/12/07 12:40:44 ryoon Exp $ +# $NetBSD: Makefile,v 1.20 2021/03/01 13:12:56 ryoon Exp $ -DISTNAME= nim-1.4.2 +DISTNAME= nim-1.4.4 CATEGORIES= lang MASTER_SITES= http://nim-lang.org/download/ EXTRACT_SUFX= .tar.xz diff --git a/lang/nim/distinfo b/lang/nim/distinfo index 7dbe926ef02..9d568a7625f 100644 --- a/lang/nim/distinfo +++ b/lang/nim/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.15 2020/12/07 12:40:44 ryoon Exp $ +$NetBSD: distinfo,v 1.16 2021/03/01 13:12:56 ryoon Exp $ -SHA1 (nim-1.4.2.tar.xz) = 6b14e82b94a01f5952766458c29be592afd5cc32 -RMD160 (nim-1.4.2.tar.xz) = 99ac5920fe5991793269e6c4a40bc337ceef031d -SHA512 (nim-1.4.2.tar.xz) = a357eaa5ef6c71b296fe6c53ed25be8b864a2895871a4ef6f23f2d31ce1c17d6dfb12eaf2bb8e71d122b7cf46746873109f424388ac2b6e84826699c1c5493fe -Size (nim-1.4.2.tar.xz) = 4770616 bytes +SHA1 (nim-1.4.4.tar.xz) = 396487358c8160bef0894e32de2a6ecf38aadd01 +RMD160 (nim-1.4.4.tar.xz) = fa6d9306a251621c5d2a2e135ae460ea29a522d5 +SHA512 (nim-1.4.4.tar.xz) = 42db962295a6014ccb3e2df3c07248a3abac863169f16af0c947dc97ca1ada683484f95773dc5fc11118001e9a48f116787d34d71aa77bef18877ce04e1f4fe9 +Size (nim-1.4.4.tar.xz) = 4686420 bytes SHA1 (patch-bin_nim-gdb) = 0d4e9ae4cc8687ca7821891b63808fa1d175069c |