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.6.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/48aa96f6b004
branches:  trunk
changeset: 374971:48aa96f6b004
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Fri Mar 04 13:19:58 2022 +0000

description:
nim: Update to 1.6.4

Changelog:
Version 1.6.4 released

08 February 2022 The Nim Team

The Nim team is happy to announce version 1.6.4, our second patch release for
Nim 1.6.

Version 1.6.4 is a result of a month and a half of hard work, and it contains
33 commits, fixing one major regression and bringing some general improvements
over 1.6.2.

The most important fix is for the C FFI regression introduced in 1.6.2.

We would recommend to all of our users to upgrade and use version 1.6.4.

Bugfixes

These reported issues were fixed:

  * Fixed "Potential C FFI regression" (#19342)
  * Fixed "re.split unexpected results with zero-width characters" (#14468)
  * Fixed "Out-of-bounds in strformat" (#19107)
  * Fixed "Adding an empty list to a non-empty list breaks the latter list" (
    #19297)
  * Fixed "Wrong result when using varargs with var arguments." (#16617)
  * Fixed "Adding an empty DoublyLinkedList to a non-empty DoublyLinkedList
    breaks the latter list" (#19314)
  * Fixed "Silent FFI bug when passing array inside object using gc:orc" (#
    19497)

diffstat:

 lang/nim/Makefile |  4 ++--
 lang/nim/distinfo |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (26 lines):

diff -r 066b861e7f01 -r 48aa96f6b004 lang/nim/Makefile
--- a/lang/nim/Makefile Fri Mar 04 12:28:24 2022 +0000
+++ b/lang/nim/Makefile Fri Mar 04 13:19:58 2022 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.24 2022/01/04 12:49:08 ryoon Exp $
+# $NetBSD: Makefile,v 1.25 2022/03/04 13:19:58 ryoon Exp $
 
-DISTNAME=      nim-1.6.2
+DISTNAME=      nim-1.6.4
 CATEGORIES=    lang
 MASTER_SITES=  http://nim-lang.org/download/
 EXTRACT_SUFX=  .tar.xz
diff -r 066b861e7f01 -r 48aa96f6b004 lang/nim/distinfo
--- a/lang/nim/distinfo Fri Mar 04 12:28:24 2022 +0000
+++ b/lang/nim/distinfo Fri Mar 04 13:19:58 2022 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.21 2022/01/04 12:49:08 ryoon Exp $
+$NetBSD: distinfo,v 1.22 2022/03/04 13:19:58 ryoon Exp $
 
-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
+BLAKE2s (nim-1.6.4.tar.xz) = 1282b93eb7d9f1043561fda030c0336f33c4ba242844c17c8a594bfc5fb952b1
+SHA512 (nim-1.6.4.tar.xz) = f4d082f37f0e675e8cdb4340d67f2e58b5e6ac5bb51dab1ded5417097f3b86d71fa585ef12ee1c3cd5b17285589cbe9d5658fcb29c98547f7967a1b6f0cb4646
+Size (nim-1.6.4.tar.xz) = 5130208 bytes
 SHA1 (patch-bin_nim-gdb) = 0d4e9ae4cc8687ca7821891b63808fa1d175069c



Home | Main Index | Thread Index | Old Index