pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/nim nim: Update to 1.4.4
details: https://anonhg.NetBSD.org/pkgsrc/rev/80f8630960a2
branches: trunk
changeset: 447962:80f8630960a2
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Mon Mar 01 13:12:56 2021 +0000
description:
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:
lang/nim/Makefile | 4 ++--
lang/nim/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r f8c3c3bd649a -r 80f8630960a2 lang/nim/Makefile
--- a/lang/nim/Makefile Mon Mar 01 13:06:38 2021 +0000
+++ b/lang/nim/Makefile Mon Mar 01 13:12:56 2021 +0000
@@ -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 -r f8c3c3bd649a -r 80f8630960a2 lang/nim/distinfo
--- a/lang/nim/distinfo Mon Mar 01 13:06:38 2021 +0000
+++ b/lang/nim/distinfo Mon Mar 01 13:12:56 2021 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index