pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/nim



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Mon Mar  1 13:12:56 UTC 2021

Modified Files:
        pkgsrc/lang/nim: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 pkgsrc/lang/nim/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/lang/nim/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/nim/Makefile
diff -u pkgsrc/lang/nim/Makefile:1.19 pkgsrc/lang/nim/Makefile:1.20
--- pkgsrc/lang/nim/Makefile:1.19       Mon Dec  7 12:40:44 2020
+++ pkgsrc/lang/nim/Makefile    Mon Mar  1 13:12:56 2021
@@ -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

Index: pkgsrc/lang/nim/distinfo
diff -u pkgsrc/lang/nim/distinfo:1.15 pkgsrc/lang/nim/distinfo:1.16
--- pkgsrc/lang/nim/distinfo:1.15       Mon Dec  7 12:40:44 2020
+++ pkgsrc/lang/nim/distinfo    Mon Mar  1 13:12:56 2021
@@ -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