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:           Fri Mar  4 13:19:59 UTC 2022

Modified Files:
        pkgsrc/lang/nim: Makefile distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/lang/nim/Makefile
cvs rdiff -u -r1.21 -r1.22 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.24 pkgsrc/lang/nim/Makefile:1.25
--- pkgsrc/lang/nim/Makefile:1.24       Tue Jan  4 12:49:08 2022
+++ pkgsrc/lang/nim/Makefile    Fri Mar  4 13:19:58 2022
@@ -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

Index: pkgsrc/lang/nim/distinfo
diff -u pkgsrc/lang/nim/distinfo:1.21 pkgsrc/lang/nim/distinfo:1.22
--- pkgsrc/lang/nim/distinfo:1.21       Tue Jan  4 12:49:08 2022
+++ pkgsrc/lang/nim/distinfo    Fri Mar  4 13:19:58 2022
@@ -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