pkgsrc-WIP-changes archive

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

pharo-vm10: Update to 10.3.2



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sat Jan 11 19:50:24 2025 +0900
Changeset:	9ef0e695f6c95004fa416ee7ef898572072fa984

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

Log Message:
pharo-vm10: Update to 10.3.2

v10.3.2

What's Changed

- Improving Implementation of CompositeImageFormat and PermanentSpace
  by @tesonep in #855
- Fixing cygpath conversion for newer version of cmake by @tesonep in
  #860
- use pharo file server @ inria by @demarey in #867
- compatible with FreeBSD mmap() by @Dieken in #863
- Improving Forwarders in the PermSpace by @tesonep in #861
- When patching JITed code after become of a class, the class index
  can look like a negative number by @tesonep in #873
- fix unused-local-typedef by @RenaudFondeur in #877
- Prepare release 10.3.2 by @guillep in #879

New Contributors

    @Dieken made their first contribution in #863

v10.3.1

What's Changed

- Redo 294 by @guillep in #829
- Making it loadable in P12 by @guillep in #825
- Added test on extended store and pop by @guillep in #520
- Update build version to P12 by @guillep in #826
- Improving log of old space limit error reporting by @tesonep in #833
- a better comment support for Slang by @RenaudFondeur in #838
- a first version of Slang with no type conflict and an exception if
  one appear by @RenaudFondeur in #819
- remove unused cast and expression by @RenaudFondeur in #837
- fix warnings related to multiple include of the same header file by
  @RenaudFondeur in #840
- Fix a lot of unused expression by @RenaudFondeur in #832
- add a comment explaining why declareCVarsIn: is empty in some
  subclasses by @RenaudFondeur in #842
- small change in dead code elimination to considers a method with
 only comments empty by @RenaudFondeur in #843
- small change in copyWithoutReturn to handle CCoerce by
  @RenaudFondeur in #836
- Remove hostname lookup on network initialization by @guillep in #845
- Update SDL2 version in OSX (Intel & Apple) by @tesonep in #849
- Adding option for pin behaviour by @tesonep in #844

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

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 1700125b96..f2791fd0d5 100644
--- a/pharo-vm10/Makefile
+++ b/pharo-vm10/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-PHAROVM_VER=	10.3.0
-PHAROVM_HASH=	51626b1
+PHAROVM_VER=	10.3.2
+PHAROVM_HASH=	b8793dd2
 
 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 fa8188efa2..30fe53c767 100644
--- a/pharo-vm10/distinfo
+++ b/pharo-vm10/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (PharoVM-10.3.0-51626b1-Linux-x86_64-c-src.zip) = 28c11be95e77161e363e0293e091eb67aeaf3340bfab5fdb8ae24c2a90da7821
-SHA512 (PharoVM-10.3.0-51626b1-Linux-x86_64-c-src.zip) = 4df8a7e94ee2fde5377bab0ae58e811272ef94b0d529f01aeb3811835d3534c87ebfd0ff3249b2fc14e730f099020574c7971083985ec7b254ab29f5da0eebd4
-Size (PharoVM-10.3.0-51626b1-Linux-x86_64-c-src.zip) = 4105768 bytes
+BLAKE2s (PharoVM-10.3.2-b8793dd2-Linux-x86_64-c-src.zip) = 5f8f960b23f068dde8beff999a93d17dfde3df6da9d543b7dd614136d7716513
+SHA512 (PharoVM-10.3.2-b8793dd2-Linux-x86_64-c-src.zip) = c4df867cc7fa1536fb72c4db89842038403d69ce660c6d3014ff2e3b5dbbe4c460d9600f8eb93c66831016b59bee1dc9da633df5415cdaa1ec169ddddfb5154f
+Size (PharoVM-10.3.2-b8793dd2-Linux-x86_64-c-src.zip) = 4367037 bytes
 SHA1 (patch-CMakeLists.txt) = 533049079f0d8db0584c8ba590150436cdc84a95
 SHA1 (patch-cmake_OpenBSD.cmake) = e34312fd124d2cfa5e35e0184c9e8c6a5e6dd2a1
 SHA1 (patch-cmake_importCairo.cmake) = 0e90fbbcdebb4b0aa994be74737fa7d6462e253c


Home | Main Index | Thread Index | Old Index