pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/lang/ecl
Module Name: pkgsrc
Committed By: yhardy
Date: Wed Jul 21 08:46:10 UTC 2021
Modified Files:
pkgsrc/lang/ecl: Makefile distinfo
Log Message:
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
To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/lang/ecl/Makefile
cvs rdiff -u -r1.22 -r1.23 pkgsrc/lang/ecl/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/ecl/Makefile
diff -u pkgsrc/lang/ecl/Makefile:1.27 pkgsrc/lang/ecl/Makefile:1.28
--- pkgsrc/lang/ecl/Makefile:1.27 Thu Jul 9 08:23:37 2020
+++ pkgsrc/lang/ecl/Makefile Wed Jul 21 08:46:10 2021
@@ -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
Index: pkgsrc/lang/ecl/distinfo
diff -u pkgsrc/lang/ecl/distinfo:1.22 pkgsrc/lang/ecl/distinfo:1.23
--- pkgsrc/lang/ecl/distinfo:1.22 Thu Jul 9 08:23:37 2020
+++ pkgsrc/lang/ecl/distinfo Wed Jul 21 08:46:10 2021
@@ -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