pkgsrc-WIP-changes archive

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

pharo-vm10: Update to 10.0.6



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Mon Sep 25 23:20:23 2023 +0900
Changeset:	a8037587a65f0c135e4fd7e9f5c602d714e33632

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

Log Message:
pharo-vm10: Update to 10.0.6

Version 10.0.6

Improvements in build environment
* Update build environment for Pharo 10 vm branch by @guillep in #594
* Make tests run in parallel by @guillep in #596
* Update Jenkins to use Pharo 110 for building by @PalumboN in #661

Cleanups
* Cleanups/externalize internalize by @guillep in #583
* Fix/warnings by @guillep in #584
* fixing-categorization in P10 by @tesonep in #625

Fixes
* Fix mnuMethodOrNilFor: for method wrappers by @guillep in #578
* fix function signatures by @pavel-krivanek in #582

Debugging improvements
* Gdbinit file and helpers v2 by @guillep in #486
* VM Debugger improvement with IR by @QDucasse in #342

VM Improvements
* improving-permSpace by @tesonep in #614

* Changing the order of command-line processing and PList in OSX by
  @tesonep in #609
* Adding parsing of image parameters from PList by @tesonep in #636
* Change terminate handler to exit with 128+signal by @jvalteren in
  #644
* Improvements in parameters handling in OSX by @tesonep in #639
* Adding check to fix when the image is open with an older VM by
  @tesonep in #642
* Fix/ephemeron list by @guillep in #668

New Contributors
* @jvalteren made their first contribution in #644

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

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

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

diffs:
diff --git a/pharo-vm10/Makefile b/pharo-vm10/Makefile
index 1a5e92b95f..1c7fda9538 100644
--- a/pharo-vm10/Makefile
+++ b/pharo-vm10/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-PHAROVM_VER=	10.0.5
-PHAROVM_HASH=	2757766
+PHAROVM_VER=	10.0.6
+PHAROVM_HASH=	b67609b
 
 DISTNAME=	PharoVM-${PHAROVM_VER}-${PHAROVM_HASH}-Linux-x86_64-c-src
 PKGNAME=	pharo-vm10-${PHAROVM_VER}
diff --git a/pharo-vm10/distinfo b/pharo-vm10/distinfo
index fe6ae5077c..24bbc9e1d9 100644
--- a/pharo-vm10/distinfo
+++ b/pharo-vm10/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (PharoVM-10.0.5-2757766-Linux-x86_64-c-src.zip) = acdaa29deb6e7ed1b4d21d8d6d188b5a5d32c91260fe0ee0562ce7994868c735
-SHA512 (PharoVM-10.0.5-2757766-Linux-x86_64-c-src.zip) = 90747a19662dd745d0612643d25e241cb35cbeef0d674a278201a50c518df2ea2e7ad113aa72790da99f765b603d6240f64784d841b2930df31b6d59ada0c614
-Size (PharoVM-10.0.5-2757766-Linux-x86_64-c-src.zip) = 4086972 bytes
+BLAKE2s (PharoVM-10.0.6-b67609b-Linux-x86_64-c-src.zip) = 15abb695e15bc4634983eb245aab78a96e24d3d7087c4f1f6be5007d9fa40ac7
+SHA512 (PharoVM-10.0.6-b67609b-Linux-x86_64-c-src.zip) = a0c81c761d9ffd8f6a2af59e4c2deb94868fbddc1d123006024c6996c26324bd1844ee0af989b94de0245e7a82aa1b5178c70d61e9fe5bda51482ceb88ab56b5
+Size (PharoVM-10.0.6-b67609b-Linux-x86_64-c-src.zip) = 4090715 bytes
 SHA1 (patch-CMakeLists.txt) = 533049079f0d8db0584c8ba590150436cdc84a95
 SHA1 (patch-cmake_importCairo.cmake) = 0e90fbbcdebb4b0aa994be74737fa7d6462e253c
 SHA1 (patch-include_pharovm_debug.h) = a806f34f443b0d7907983d0d4f20fc121b7dfb65


Home | Main Index | Thread Index | Old Index