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:           Tue Jan  4 12:49:08 UTC 2022

Modified Files:
        pkgsrc/lang/nim: Makefile distinfo

Log Message:
nim: Update to 1.6.2

Changelog:
Bugfixes

These reported issues were fixed:

  * Fixed "SYS_getrandom undeclared compiling nim 1.6.0 stdlib on linux kernel
    < 3.17 (including RHEL7)" (#19052)
  * Fixed "Compiler terminated with IndexDefect if --gc:arc or --gc:orc given,
    when proc return a global variable with lent or var type" (#18971)
  * Fixed "Errors initializing an object of RootObj with the C++ backend" (#
    18410)
  * Fixed "Stack traces broken with arc/orc" (#19078)
  * Fixed "isolate happily compiles despite not being able to prove the
    absence of captured refs" (#19013)
  * Fixed "PragmaExpr erroneously added to enum type" (#19011)
  * Fixed "RVO not applied to object with large array" (#14470)
  * Fixed "Compile error from backend gcc when generic int type is defined" (
    #19051)
  * Fixed "Varargs broken in 1.6.0 when len is 0 and preceding block
    arguments." (#19015)
  * Fixed "VM replaces declared type with alias" (#19198)
  * Fixed "regression: effectless inner template declared as side effect" (#
    19159)
  * Fixed "variables in closure iterators loop are not correctly unassigned"
    (#19193)
  * Fixed "Unexported converters propagate through imports and affect code" (
    #19213)
  * Fixed "[arc] of operation segfaults for a ptr object containing traced
    reference" (#19205)
  * Fixed "Static linking with a .lib file not working" (#15955)

This release also includes these improvements:

  * Allow converting static vars to openArray (PR #19047)
  * Do not break interpolation for field init message string (PR #19085)
  * fixes another effect inference bug (PR #19100)
  * fix nimindexterm in rst2tex/doc2tex (PR #19106)
  * Remove tlsEmulation enabled from Windows + GCC config (PR #19119)
  * fixes .raises inference for newSeq builtin under -gc:orc (PR #19158)
  * Fix undeclared SYS_getrandom on emscripten (PR #19144)
  * Merge file size fields correctly on Windows (PR #19141)
  * fix marshal bugs in VM (PR #19161)
  * allow HSlice bounded by constants of distinct types (PR #19219)
  * fixes a possible "javascript:" protocol exploit (PR #19134)
  * let Nim support Nimble 0.14 with lock-file support (PR #19236)
  * nimRawSetjmp: support Windows (PR #19197)
  * Don't read \0 in uri.hostname (PR #19148)
  * json: limit recursion depth (PR #19252)


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/lang/nim/Makefile
cvs rdiff -u -r1.20 -r1.21 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.23 pkgsrc/lang/nim/Makefile:1.24
--- pkgsrc/lang/nim/Makefile:1.23       Sun Nov 21 16:40:02 2021
+++ pkgsrc/lang/nim/Makefile    Tue Jan  4 12:49:08 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.23 2021/11/21 16:40:02 ryoon Exp $
+# $NetBSD: Makefile,v 1.24 2022/01/04 12:49:08 ryoon Exp $
 
-DISTNAME=      nim-1.6.0
+DISTNAME=      nim-1.6.2
 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.20 pkgsrc/lang/nim/distinfo:1.21
--- pkgsrc/lang/nim/distinfo:1.20       Sun Nov 21 16:40:02 2021
+++ pkgsrc/lang/nim/distinfo    Tue Jan  4 12:49:08 2022
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.20 2021/11/21 16:40:02 ryoon Exp $
+$NetBSD: distinfo,v 1.21 2022/01/04 12:49:08 ryoon Exp $
 
-BLAKE2s (nim-1.6.0.tar.xz) = f98f3c9aee7333d8545618a9e1659107dbf507f57bdfedb70f3ef45bb8e682be
-SHA512 (nim-1.6.0.tar.xz) = ac6f20664a2bdc0a47d0b010120ac47590278afa3ef799d02e2fe6da597cacba128be9a0a77ef2f1d78f4ee79ae01732f34a6bfb918af268dccf768b9ca11627
-Size (nim-1.6.0.tar.xz) = 5272976 bytes
+BLAKE2s (nim-1.6.2.tar.xz) = 03ec9b04c30a0e116699681a06d3c64e9dd7253ee9dc60aa11465a84f071f30d
+SHA512 (nim-1.6.2.tar.xz) = 052b62c987035f7633f965356993cd4eec686f4f4f5c675cf966d82cb30fcf574045887a4402bcc20e487299fb5e8f65a921951c2dc21ac334e695e31d95d992
+Size (nim-1.6.2.tar.xz) = 5181616 bytes
 SHA1 (patch-bin_nim-gdb) = 0d4e9ae4cc8687ca7821891b63808fa1d175069c



Home | Main Index | Thread Index | Old Index