pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[.joined/pkgsrc/trunk]: .joined/pkgsrc/lang/nim nim: Update to 1.6.2
details: https://anonhg.NetBSD.org/.joined/pkgsrc/rev/317de519b99b
branches: trunk
changeset: 371051:317de519b99b
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Tue Jan 04 12:49:08 2022 +0000
description:
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)
diffstat:
lang/nim/Makefile | 4 ++--
lang/nim/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (26 lines):
diff -r 191eec137094 -r 317de519b99b lang/nim/Makefile
--- a/lang/nim/Makefile Tue Jan 04 12:35:59 2022 +0000
+++ b/lang/nim/Makefile Tue Jan 04 12:49:08 2022 +0000
@@ -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
diff -r 191eec137094 -r 317de519b99b lang/nim/distinfo
--- a/lang/nim/distinfo Tue Jan 04 12:35:59 2022 +0000
+++ b/lang/nim/distinfo Tue Jan 04 12:49:08 2022 +0000
@@ -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