pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cyclone: update to cyclone-0.27
Module Name: pkgsrc-wip
Committed By: Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By: yhardy
Date: Sun Mar 7 11:12:10 2021 +0200
Changeset: fccdc3fda58cde0d809d6e8591b95239e2a20107
Modified Files:
cyclone/Makefile
cyclone/distinfo
Log Message:
cyclone: update to cyclone-0.27
Announcement:
Released Cyclone Scheme 0.27
March 5th, 2021
Features
* Arthur Maciel added opaque? and opaque-null? predicates to
(cyclone foreign).
* Added import-shared-object to (scheme eval) to allow loading
a third party C shared library.
* Allow C compiler/linker options from a library to be expanded
via cond-expand.
Bug Fixes
* Updated the runtime to avoid a race condition when creating
new symbols. Thanks to Skye Soss for the bug report and patch.
* Prevent the compiler from inlining calls to primitives that
open ports, avoiding a range of issues such as an open file
operation being inlined across multiple places in the intermediate
code. Thanks to Andy Arvanitis for the bug report.
* Arthur Maciel updated current-jiffy to use clock_gettime.
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=fccdc3fda58cde0d809d6e8591b95239e2a20107
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cyclone/Makefile | 2 +-
cyclone/distinfo | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diffs:
diff --git a/cyclone/Makefile b/cyclone/Makefile
index ddedba1d8c..7bd237a71d 100644
--- a/cyclone/Makefile
+++ b/cyclone/Makefile
@@ -1,7 +1,7 @@
# $NetBSD$
GITHUB_PROJECT= cyclone-bootstrap
-GITHUB_TAG= v0.26
+GITHUB_TAG= v0.27
DISTNAME= ${GITHUB_TAG}
PKGNAME= cyclone-${DISTNAME:S,^v,,}
CATEGORIES= lang
diff --git a/cyclone/distinfo b/cyclone/distinfo
index f8ba448744..258609f4d4 100644
--- a/cyclone/distinfo
+++ b/cyclone/distinfo
@@ -1,8 +1,8 @@
$NetBSD$
-SHA1 (cyclone-bootstrap/v0.26.tar.gz) = fbafa561b96c6e78205addeb5b766c05539b090c
-RMD160 (cyclone-bootstrap/v0.26.tar.gz) = a31033894d8b67868a323926fadc5910dace55e6
-SHA512 (cyclone-bootstrap/v0.26.tar.gz) = 8c79fc51fef6f53342aa9902bcad9e5c9e9d79fe65ac30924a0f780a41c8b5a4ad28f0285b057fea896caf5b90d6fa22fb303ccf18a7222ec207052fac18ea60
-Size (cyclone-bootstrap/v0.26.tar.gz) = 3482465 bytes
+SHA1 (cyclone-bootstrap/v0.27.tar.gz) = f4e75877f0d7f96c2c1e46f3979c44224b415baf
+RMD160 (cyclone-bootstrap/v0.27.tar.gz) = 363eb6892e59448adb0c5d8d9e08ea3740940d85
+SHA512 (cyclone-bootstrap/v0.27.tar.gz) = e4794dc1bd2dacc848189db97b5c212edd843e7bc9a8bb873dbebf1eca8c113d4c937f15e0bcfbfa83c9c95425918dc70a6be315deca6a0a4f4cbe2a811086cc
+Size (cyclone-bootstrap/v0.27.tar.gz) = 3477447 bytes
SHA1 (patch-Makefile) = 7cda8694e900623b9a10c91521e0189fb5d45a38
SHA1 (patch-Makefile.config) = b5f857305be64f8c05c04449bf5125746e44eb51
Home |
Main Index |
Thread Index |
Old Index