Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] wabt: update to 1.0.21.
@ 2021-03-15 23:50 ifreund
  2021-04-01 21:42 ` [PR PATCH] [Updated] " ifreund
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: ifreund @ 2021-03-15 23:50 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1587 bytes --]

There is a new pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages bump-wabt
https://github.com/void-linux/void-packages/pull/29500

wabt: update to 1.0.21.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/29500.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-wabt-29500.patch --]
[-- Type: text/x-diff, Size: 1722 bytes --]

From b7c291914b539eced63f88778eec49c80cce38d9 Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 16 Mar 2021 00:49:24 +0100
Subject: [PATCH] wabt: update to 1.0.21.

---
 srcpkgs/wabt/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/wabt/template b/srcpkgs/wabt/template
index 752dfd31e6b3..c7d321ba48a2 100644
--- a/srcpkgs/wabt/template
+++ b/srcpkgs/wabt/template
@@ -1,6 +1,6 @@
 # Template file for 'wabt'
 pkgname=wabt
-version=1.0.20
+version=1.0.21
 revision=1
 build_style=cmake
 make_check_target=check
@@ -9,15 +9,15 @@ short_desc="WebAssembly Binary Toolkit"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/WebAssembly/wabt"
-_gtest_commit=7888184f28509dba839e3683409443e0b5bb8948
+_gtest_commit=703bd9caab50b139428cea1aaff9974ebee5742e
 _testsuite_commit=18f83401a47a0e43772cf7d9f216e994bf7c7fa6
 _wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
 distfiles="https://github.com/WebAssembly/wabt/archive/${version}.tar.gz
  https://github.com/google/googletest/archive/${_gtest_commit}.tar.gz
  https://github.com/WebAssembly/testsuite/archive/${_testsuite_commit}.tar.gz
  https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz"
-checksum="39def40e8719030e0d11b1abbd81427fb1731c0372fcb24e2baaea067acba66f
- acc72b0cde04828fd4640576fdbd0727fc202f08b7701ae0bb318e2510f44b22
+checksum="bc0817e4b790988e8853f9838f1f9d877dd2dcd4e7fe3e68e5b2e04cc02cada5
+ d17b1b83a57b3933565a6d0616fe261107326d47de20288d0949ed038e1c342d
  9d82be5b4dcfaadb9c0b0455c0c8b2989b942f75b9f698fa8e70329e403f4f74
  aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c"
 

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] wabt: update to 1.0.21.
  2021-03-15 23:50 [PR PATCH] wabt: update to 1.0.21 ifreund
@ 2021-04-01 21:42 ` ifreund
  2021-04-02  8:56 ` [PR PATCH] [Updated] wabt: update to 1.0.23 ifreund
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ifreund @ 2021-04-01 21:42 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages bump-wabt
https://github.com/void-linux/void-packages/pull/29500

wabt: update to 1.0.21.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/29500.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-wabt-29500.patch --]
[-- Type: text/x-diff, Size: 1873 bytes --]

From b866638b549a045967f49aa3822b0fa0a82a1bef Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 16 Mar 2021 00:49:24 +0100
Subject: [PATCH] wabt: update to 1.0.23.

---
 srcpkgs/wabt/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/wabt/template b/srcpkgs/wabt/template
index 752dfd31e6b3..2f55fb70a6a4 100644
--- a/srcpkgs/wabt/template
+++ b/srcpkgs/wabt/template
@@ -1,6 +1,6 @@
 # Template file for 'wabt'
 pkgname=wabt
-version=1.0.20
+version=1.0.23
 revision=1
 build_style=cmake
 make_check_target=check
@@ -9,16 +9,16 @@ short_desc="WebAssembly Binary Toolkit"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/WebAssembly/wabt"
-_gtest_commit=7888184f28509dba839e3683409443e0b5bb8948
-_testsuite_commit=18f83401a47a0e43772cf7d9f216e994bf7c7fa6
+_gtest_commit=703bd9caab50b139428cea1aaff9974ebee5742e
+_testsuite_commit=9994915e0cca8b42a16c577e4c85491822367dde
 _wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
 distfiles="https://github.com/WebAssembly/wabt/archive/${version}.tar.gz
  https://github.com/google/googletest/archive/${_gtest_commit}.tar.gz
  https://github.com/WebAssembly/testsuite/archive/${_testsuite_commit}.tar.gz
  https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz"
-checksum="39def40e8719030e0d11b1abbd81427fb1731c0372fcb24e2baaea067acba66f
- acc72b0cde04828fd4640576fdbd0727fc202f08b7701ae0bb318e2510f44b22
- 9d82be5b4dcfaadb9c0b0455c0c8b2989b942f75b9f698fa8e70329e403f4f74
+checksum="925f47020705cd2cc00a4ff6a36ab08f8adf6d08c7eac5057db0db38b6b2f16d
+ d17b1b83a57b3933565a6d0616fe261107326d47de20288d0949ed038e1c342d
+ baf8a7f68ddd21fb7ad255acc765391c972c12f3857af8e9a979342b160e6a5a
  aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c"
 
 pre_configure() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Updated] wabt: update to 1.0.23.
  2021-03-15 23:50 [PR PATCH] wabt: update to 1.0.21 ifreund
  2021-04-01 21:42 ` [PR PATCH] [Updated] " ifreund
@ 2021-04-02  8:56 ` ifreund
  2021-04-03  4:16 ` [PR REVIEW] " ericonr
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: ifreund @ 2021-04-02  8:56 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1592 bytes --]

There is an updated pull request by ifreund against master on the void-packages repository

https://github.com/ifreund/void-packages bump-wabt
https://github.com/void-linux/void-packages/pull/29500

wabt: update to 1.0.23.
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


A patch file from https://github.com/void-linux/void-packages/pull/29500.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-bump-wabt-29500.patch --]
[-- Type: text/x-diff, Size: 1873 bytes --]

From d7cc3012cf42e6fce1b2357230e651de8f5cacff Mon Sep 17 00:00:00 2001
From: Isaac Freund <ifreund@ifreund.xyz>
Date: Tue, 16 Mar 2021 00:49:24 +0100
Subject: [PATCH] wabt: update to 1.0.23.

---
 srcpkgs/wabt/template | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/wabt/template b/srcpkgs/wabt/template
index 752dfd31e6b3..2f55fb70a6a4 100644
--- a/srcpkgs/wabt/template
+++ b/srcpkgs/wabt/template
@@ -1,6 +1,6 @@
 # Template file for 'wabt'
 pkgname=wabt
-version=1.0.20
+version=1.0.23
 revision=1
 build_style=cmake
 make_check_target=check
@@ -9,16 +9,16 @@ short_desc="WebAssembly Binary Toolkit"
 maintainer="Isaac Freund <ifreund@ifreund.xyz>"
 license="Apache-2.0"
 homepage="https://github.com/WebAssembly/wabt"
-_gtest_commit=7888184f28509dba839e3683409443e0b5bb8948
-_testsuite_commit=18f83401a47a0e43772cf7d9f216e994bf7c7fa6
+_gtest_commit=703bd9caab50b139428cea1aaff9974ebee5742e
+_testsuite_commit=9994915e0cca8b42a16c577e4c85491822367dde
 _wasm_c_api_commit=d9a80099d496b5cdba6f3fe8fc77586e0e505ddc
 distfiles="https://github.com/WebAssembly/wabt/archive/${version}.tar.gz
  https://github.com/google/googletest/archive/${_gtest_commit}.tar.gz
  https://github.com/WebAssembly/testsuite/archive/${_testsuite_commit}.tar.gz
  https://github.com/WebAssembly/wasm-c-api/archive/${_wasm_c_api_commit}.tar.gz"
-checksum="39def40e8719030e0d11b1abbd81427fb1731c0372fcb24e2baaea067acba66f
- acc72b0cde04828fd4640576fdbd0727fc202f08b7701ae0bb318e2510f44b22
- 9d82be5b4dcfaadb9c0b0455c0c8b2989b942f75b9f698fa8e70329e403f4f74
+checksum="925f47020705cd2cc00a4ff6a36ab08f8adf6d08c7eac5057db0db38b6b2f16d
+ d17b1b83a57b3933565a6d0616fe261107326d47de20288d0949ed038e1c342d
+ baf8a7f68ddd21fb7ad255acc765391c972c12f3857af8e9a979342b160e6a5a
  aea8cd095e9937f1e14f2c93e026317b197eb2345e7a817fe3932062eb7b792c"
 
 pre_configure() {

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] wabt: update to 1.0.23.
  2021-03-15 23:50 [PR PATCH] wabt: update to 1.0.21 ifreund
  2021-04-01 21:42 ` [PR PATCH] [Updated] " ifreund
  2021-04-02  8:56 ` [PR PATCH] [Updated] wabt: update to 1.0.23 ifreund
@ 2021-04-03  4:16 ` ericonr
  2021-04-03  4:17 ` ericonr
  2021-04-03  4:45 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-03  4:16 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 185 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29500#discussion_r606614939

Comment:
This should ideally be `post_extract`.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR REVIEW] wabt: update to 1.0.23.
  2021-03-15 23:50 [PR PATCH] wabt: update to 1.0.21 ifreund
                   ` (2 preceding siblings ...)
  2021-04-03  4:16 ` [PR REVIEW] " ericonr
@ 2021-04-03  4:17 ` ericonr
  2021-04-03  4:45 ` [PR PATCH] [Closed]: " ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-03  4:17 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29500#discussion_r606615283

Comment:
Will do it locally and push.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PR PATCH] [Closed]: wabt: update to 1.0.23.
  2021-03-15 23:50 [PR PATCH] wabt: update to 1.0.21 ifreund
                   ` (3 preceding siblings ...)
  2021-04-03  4:17 ` ericonr
@ 2021-04-03  4:45 ` ericonr
  4 siblings, 0 replies; 6+ messages in thread
From: ericonr @ 2021-04-03  4:45 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1434 bytes --]

There's a closed pull request on the void-packages repository

wabt: update to 1.0.23.
https://github.com/void-linux/void-packages/pull/29500

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-04-03  4:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-15 23:50 [PR PATCH] wabt: update to 1.0.21 ifreund
2021-04-01 21:42 ` [PR PATCH] [Updated] " ifreund
2021-04-02  8:56 ` [PR PATCH] [Updated] wabt: update to 1.0.23 ifreund
2021-04-03  4:16 ` [PR REVIEW] " ericonr
2021-04-03  4:17 ` ericonr
2021-04-03  4:45 ` [PR PATCH] [Closed]: " ericonr

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).