pkgsrc-WIP-changes archive

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

pharo-vm: Update to 9.0.10



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Dec 11 18:18:39 2021 +0900
Changeset:	16d1e722ec2a3a88420e7de2d29ae7ea3424c082

Modified Files:
	pharo-vm/Makefile
	pharo-vm/distinfo

Log Message:
pharo-vm: Update to 9.0.10

- Improving error messages when looking for a symbol in Windows, and exporting symbol used when using worker thread.
- Adding message counting primitives in the interpreter
- Adding a compile time option to generate or not the counting of messages
- Adding generation of StackVM
- Fixing memory issue with spawned threads in AIO.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=16d1e722ec2a3a88420e7de2d29ae7ea3424c082

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 pharo-vm/Makefile | 4 ++--
 pharo-vm/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/pharo-vm/Makefile b/pharo-vm/Makefile
index b0f6a09870..ee13327a60 100644
--- a/pharo-vm/Makefile
+++ b/pharo-vm/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-PHAROVM_VER=	9.0.9
-PHAROVM_HASH=	220ee65
+PHAROVM_VER=	9.0.10
+PHAROVM_HASH=	db55890
 
 DISTNAME=	PharoVM-${PHAROVM_VER}-${PHAROVM_HASH}-Linux-x86_64-c-src
 PKGNAME=	pharo-vm-${PHAROVM_VER}
diff --git a/pharo-vm/distinfo b/pharo-vm/distinfo
index 691cb0c4a5..2c7f8cdb0d 100644
--- a/pharo-vm/distinfo
+++ b/pharo-vm/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (PharoVM-9.0.9-220ee65-Linux-x86_64-c-src.zip) = ad0a4f2a49e88292d27f03642209004429231b8c418adccb324052a58fb07687
-SHA512 (PharoVM-9.0.9-220ee65-Linux-x86_64-c-src.zip) = f718b9c2aead39252fabfa99f663e49535742c705451219a542ffcff7bf94ab7a97550fff96b2de8559fedb2032be79c6795d2d855073e68f1a06ace46c703ba
-Size (PharoVM-9.0.9-220ee65-Linux-x86_64-c-src.zip) = 4675437 bytes
+BLAKE2s (PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip) = 85a4fbf2d53c8b7104f4f00eea134b137bc577e03dff6d461bbb5a3ffb60525a
+SHA512 (PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip) = a59afd023a2184928acba5f3564af623293a9ebbcbeca100034806e24ad9bbcd9e65d0518ec74efbcb8e2f9259f3d98780e29aa7c981e024ab14df56f881e9d5
+Size (PharoVM-9.0.10-db55890-Linux-x86_64-c-src.zip) = 4676265 bytes
 SHA1 (patch-CMakeLists.txt) = 8e864b7f32c3ce775446f1c37ec206aac585b971
 SHA1 (patch-generated_64_vm_src_gcc3x-cointerp.c) = 29920ef6e43f21e762a615c3ab4379eca822c5c7
 SHA1 (patch-include_pharovm_debug.h) = a305dc8b2915bd457df3b76053a5072c1c2f8228


Home | Main Index | Thread Index | Old Index