pkgsrc-WIP-changes archive

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

pharo-vm10: Update to 10.3.8



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Wed Oct 29 01:10:29 2025 +0900
Changeset:	f357101012081aefba9eb13fa32fd0debca6f18c

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

Log Message:
pharo-vm10: Update to 10.3.8

v10.3.8

- Fixing a race condition introduced in v10.3.7 by @tesonep in #1011
- Removing named events as they have a speed impact by @tesonep in #1013

v10.3.7

- Improving debugging and types of aioWin.c by @tesonep in #1008
- Reducing the number of handles to test by @tesonep in #1009

v10.3.6

- [P10] Fix OBS Build by @tesonep in #980
- Fix Issue 982 - Pharo 10 branch by @guillep in #984
- Fix missing accept on socket by @tesonep in #995
- fixing-build-in-windows by @tesonep in #997

v10.3.5

- Removed unused temp in findNewMethodOrdinaryIfFound: by @kumom in #951
- Remove set cursor C code #210 by @kumom in #952
- fix PharoWorker value when coming from plist file by @demarey in #972
- log worker mode by @demarey in #971
- Updating SDL2 to 2.32.6 for Windows (x86_64) and MacOS (ARM and
  Intel) by @tesonep in #977
- Set the size of larger indexable object allocated in the young space
  by @tesonep in #975

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

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 f6608d646f..25e1a63857 100644
--- a/pharo-vm10/Makefile
+++ b/pharo-vm10/Makefile
@@ -1,8 +1,8 @@
 # $NetBSD$
 
-PHAROVM_VER=	10.3.4
+PHAROVM_VER=	10.3.8
 PHAROVM_AHEAD=	0
-PHAROVM_HASH=	62881b7
+PHAROVM_HASH=	a7c8a0b
 
 DISTNAME=	PharoVM-v${PHAROVM_VER}+${PHAROVM_AHEAD}.${PHAROVM_HASH}-Linux-x86_64-c-src
 PKGNAME=	pharo-vm10-${PHAROVM_VER}
diff --git a/pharo-vm10/distinfo b/pharo-vm10/distinfo
index 189ac2d9d4..ad0e618a6f 100644
--- a/pharo-vm10/distinfo
+++ b/pharo-vm10/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (PharoVM-v10.3.4+0.62881b7-Linux-x86_64-c-src.zip) = b3823fdf9458c50973dc5dfede23d303828055b7ba0ae183259e78c1a200937e
-SHA512 (PharoVM-v10.3.4+0.62881b7-Linux-x86_64-c-src.zip) = 652b5862813bdea73d1de77e2ce6d8de67716e7c023a46786b763b14437ed3bb3ff48e6c2232be5180da3ae2e8e5b6c41092d792087b4a487906442d8e2d5d22
-Size (PharoVM-v10.3.4+0.62881b7-Linux-x86_64-c-src.zip) = 4357928 bytes
+BLAKE2s (PharoVM-v10.3.8+0.a7c8a0b-Linux-x86_64-c-src.zip) = c629a80b6f6d704448598406a5d2d6e1ae3025cff03b662b1b29614b63fa7fd5
+SHA512 (PharoVM-v10.3.8+0.a7c8a0b-Linux-x86_64-c-src.zip) = a1f4cc43ed9a1bb67b5989f636148ca993c9a855e9a0acd05fe1fece1f0db989ca83def273c4f638952a6873651c8e4516b37815440eccc06c0f694b6ef78e79
+Size (PharoVM-v10.3.8+0.a7c8a0b-Linux-x86_64-c-src.zip) = 4360721 bytes
 SHA1 (patch-CMakeLists.txt) = a0fbc2c247f2f771579c7b2543c23b4063277d7d
 SHA1 (patch-cmake_importCairo.cmake) = 0e90fbbcdebb4b0aa994be74737fa7d6462e253c
 SHA1 (patch-cmake_versionExtraction.cmake) = 9bbbe323f054843727ce8009919ea6ebe82eb763


Home | Main Index | Thread Index | Old Index