pkgsrc-WIP-changes archive

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

pharo-vm10: Update to 10.0.5



Module Name:	pkgsrc-wip
Committed By:	Atsushi Toyokura <asteria.at%gmail.com@localhost>
Pushed By:	steleto
Date:		Sun May 14 19:01:17 2023 +0900
Changeset:	5e84c849f3c64fa20cb5c57dadce7e1e35abe8b6

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

Log Message:
pharo-vm10: Update to 10.0.5

v10.0.5

  What's Changed

  * Testing scavenger tenuring by @PalumboN in #588
  * Deleting Pharo image from the vm repo by @jordanmontt in #591
  * Cleaning Up Third Party Libraries by @tesonep in #581

v10.0.4

  What's Changed

  * Composed image format by @PalumboN in #377
  * Composed image format: C translation by @PalumboN in #388
  * Perm space on image by @PalumboN in #416
  * New & old remembered sets by @PalumboN in #418
  * Reduce segment files size on move objects to PermSpace by
  * @PalumboN in #508
  * Adding option to not use contant block optimization for test by
    @StevenCostiou in #573
  * Do not use newer CMAKE features by @estebanlm in #572
  * Split a method in two to reuse part in espell by @jecisc in #569
  * Adding Support for PermSpace by @tesonep in #488

  New Contributors

  * @StevenCostiou made their first contribution in #573
  * @estebanlm made their first contribution in #572
  * @jecisc made their first contribution in #569

v10.0.3

  What's Changed

  * P10 - Fix in ARM32 by @tesonep in #562
  * Verify ephemeron key is not immediate when marking by @guillep in
    #565

v10.0.2

  What's Changed

  * Generate Pharo VM dependency graph by @hernanmd in #554
  * Link against a shared SDL2 if already installed in target by
    @hernanmd in #555
  * Slang: Integer>>#bitOr: and Integer>>#| are translated to C code
    differently by @hernanmd in #523 Fix ephemeron compaction by
    @guillep in #561

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

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 6a0a1e31af..083845262e 100644
--- a/pharo-vm10/Makefile
+++ b/pharo-vm10/Makefile
@@ -1,7 +1,7 @@
 # $NetBSD$
 
-PHAROVM_VER=	10.0.1
-PHAROVM_HASH=	f928dd9
+PHAROVM_VER=	10.0.5
+PHAROVM_HASH=	2757766
 
 DISTNAME=	PharoVM-${PHAROVM_VER}-${PHAROVM_HASH}-Linux-x86_64-c-src
 PKGNAME=	pharo-vm-${PHAROVM_VER}
diff --git a/pharo-vm10/distinfo b/pharo-vm10/distinfo
index 214e2cf1ab..fe6ae5077c 100644
--- a/pharo-vm10/distinfo
+++ b/pharo-vm10/distinfo
@@ -1,8 +1,8 @@
 $NetBSD$
 
-BLAKE2s (PharoVM-10.0.1-f928dd9-Linux-x86_64-c-src.zip) = cb5a2fd01278f3c54ff0378ab435a385955e4057062e40aa542494cf358bec80
-SHA512 (PharoVM-10.0.1-f928dd9-Linux-x86_64-c-src.zip) = cd1b8975bc5f31f2831b0afce8d8829ad2e708bb3e9c21d0e13203aee0c2a8922f1f7416f243d2e21921c1733d5331c996a656af504f2feb47e227e3c543d0f4
-Size (PharoVM-10.0.1-f928dd9-Linux-x86_64-c-src.zip) = 4019205 bytes
+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
 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