pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/binaryen



Module Name:    pkgsrc
Committed By:   fcambus
Date:           Sun Jul  2 21:22:07 UTC 2023

Modified Files:
        pkgsrc/devel/binaryen: Makefile distinfo

Log Message:
binaryen: update to 114.

v114
----

- Fix a bug where e.g. -O3 -Oz ran the -O3 with the opt levels of -Oz, which
  could inhibit inlining, for example. While this is a bugfix, it affects how
  commandline options are interpreted, so if you depended on the old behavior
  this may be a breaking change. That is, the old behavior made -O3 -Oz run the
  first -O3 with -Oz's opt levels, and the new behavior is to run -O3 with the
  proper (-O3) opt levels.
- Add pass to remove Exception Handling instructions.


To generate a diff of this commit:
cvs rdiff -u -r1.18 -r1.19 pkgsrc/devel/binaryen/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/binaryen/distinfo

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

Modified files:

Index: pkgsrc/devel/binaryen/Makefile
diff -u pkgsrc/devel/binaryen/Makefile:1.18 pkgsrc/devel/binaryen/Makefile:1.19
--- pkgsrc/devel/binaryen/Makefile:1.18 Mon May 22 13:58:06 2023
+++ pkgsrc/devel/binaryen/Makefile      Sun Jul  2 21:22:07 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.18 2023/05/22 13:58:06 fcambus Exp $
+# $NetBSD: Makefile,v 1.19 2023/07/02 21:22:07 fcambus Exp $
 
-VERSION=       113
+VERSION=       114
 DISTNAME=      binaryen-${VERSION}
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=WebAssembly/}

Index: pkgsrc/devel/binaryen/distinfo
diff -u pkgsrc/devel/binaryen/distinfo:1.17 pkgsrc/devel/binaryen/distinfo:1.18
--- pkgsrc/devel/binaryen/distinfo:1.17 Mon May 22 13:58:06 2023
+++ pkgsrc/devel/binaryen/distinfo      Sun Jul  2 21:22:07 2023
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.17 2023/05/22 13:58:06 fcambus Exp $
+$NetBSD: distinfo,v 1.18 2023/07/02 21:22:07 fcambus Exp $
 
-BLAKE2s (binaryen-113.tar.gz) = 2b2235731ce6c1bbcd8ab2be31b5e7da32b367435345711557d0552ac388ca44
-SHA512 (binaryen-113.tar.gz) = b0192dbeb4138054ecf6aec3371557fd546ccbac0ed8694228412311fb8a58045916d51effcdd0b0230c689b6bc0a70c712f2776c67041bdb7468625c211fe36
-Size (binaryen-113.tar.gz) = 4702040 bytes
+BLAKE2s (binaryen-114.tar.gz) = 5357e59e8e809d06c41b23139f5cbacfc34ef896b46de8a72d46111d0537e255
+SHA512 (binaryen-114.tar.gz) = ad59ea91609f0a554c9360f8f2b0ad42a484ff4e338ad2cf3fee1ac8a2b9483647845f19016c94872f42afe9edc2431abf68033bb6db6192f37a480667c8f49f
+Size (binaryen-114.tar.gz) = 4728373 bytes
 SHA1 (patch-third__party_CMakeLists.txt) = 02f3f7476049348a29e93ebe3bceb2dbba47ebf3



Home | Main Index | Thread Index | Old Index