pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/ecl lang/ecl: update to ecl-21.2.1



details:   https://anonhg.NetBSD.org/pkgsrc/rev/86b1a6ab35c1
branches:  trunk
changeset: 456170:86b1a6ab35c1
user:      yhardy <yhardy%pkgsrc.org@localhost>
date:      Wed Jul 21 08:46:10 2021 +0000

description:
lang/ecl: update to ecl-21.2.1

Announcement:

ECL 21.2.1 release

Tagged as release

Written by Marius Gerbershagen on 2021-02-01 14:21

Dear Community,

We are announcing a new stable ECL release which fixes a number of
bugs from the previous release. Changes made include amongst others

  * working generational and precise garbage collector modes
  * support for using precompiled headers to improve compilation speed
  * the bytecompiler correctly implements the ANSI specification for
    load time forms of literal objects in compiled files
  * fixes for encoding issues when reading in the output of the
    MSVC compiler
  * issues preventing ECL from compiling on Xcode 12 and running
    on ARM64 versions of Mac OS have been rectified

More detailed information can be obtained from the CHANGELOG file
and git commit logs. We'd like to thank all people who contributed
to this release. Some of them are listed here (without any particular
order): Paul Ruetz, Karsten Poeck, Eric Timmons, Vladimir Sedach, Dima
Pasechnik, Matthias Köppe, Yuri Lensky, Tobias Hansen, Pritam Baral,
Marius Gerbershagen and Daniel Kochmański.

This release is available for download in a form of a source code
archive (we do not ship prebuilt binaries):

  • ECL 21.2.1 tarball archive
  • The ECL Manual

Happy Hacking,
The ECL Developers

diffstat:

 lang/ecl/Makefile |   4 ++--
 lang/ecl/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r a5c08cfdfa09 -r 86b1a6ab35c1 lang/ecl/Makefile
--- a/lang/ecl/Makefile Wed Jul 21 07:12:52 2021 +0000
+++ b/lang/ecl/Makefile Wed Jul 21 08:46:10 2021 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.27 2020/07/09 08:23:37 yhardy Exp $
+# $NetBSD: Makefile,v 1.28 2021/07/21 08:46:10 yhardy Exp $
 
-DISTNAME=              ecl-20.4.24
+DISTNAME=              ecl-21.2.1
 CATEGORIES=            lang
 MASTER_SITES=          https://common-lisp.net/project/ecl/static/files/release/
 EXTRACT_SUFX=          .tgz
diff -r a5c08cfdfa09 -r 86b1a6ab35c1 lang/ecl/distinfo
--- a/lang/ecl/distinfo Wed Jul 21 07:12:52 2021 +0000
+++ b/lang/ecl/distinfo Wed Jul 21 08:46:10 2021 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.22 2020/07/09 08:23:37 yhardy Exp $
+$NetBSD: distinfo,v 1.23 2021/07/21 08:46:10 yhardy Exp $
 
-SHA1 (ecl-20.4.24.tgz) = 96daa970ae31821c44d9e8ee344f62106d6d79a0
-RMD160 (ecl-20.4.24.tgz) = 003ba6262219fabe04970ee31035d7bd3dd44df8
-SHA512 (ecl-20.4.24.tgz) = 4c127e0d6a99e38f3a926135ae92d92899058c5a5e99b90f28d4a47b58d94ee89a958cfb4bfd2b9e6ad7b3c57867cd13119b2a4dd6bb1aa3bb5ec42a96bfa788
-Size (ecl-20.4.24.tgz) = 7815444 bytes
+SHA1 (ecl-21.2.1.tgz) = c41838960964c6e0b9b83a08bca1f717ccc6951e
+RMD160 (ecl-21.2.1.tgz) = 631b9427edef67ea3cac91da2031ac4629a6dd33
+SHA512 (ecl-21.2.1.tgz) = 0849bebe1a8073ea8027cfb172c1d7781d43adb6a8b80585bd08d5674b80422d1648b6fbf718cc17a51c5de6c696514523b4d13a82e8113bf9365c95d3c28648
+Size (ecl-21.2.1.tgz) = 7875088 bytes


Home | Main Index | Thread Index | Old Index