Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rakudo: update to 2021.02.1.
@ 2021-03-01  9:43 atweiden
  2021-03-01 19:51 ` [PR REVIEW] " ericonr
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: atweiden @ 2021-03-01  9:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/29147

rakudo: update to 2021.02.1.
<!-- 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/29147.patch is attached

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

From a51f5b83b0234f9413dd04d33e3bc9980628244f Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:35:27 +1100
Subject: [PATCH 1/3] MoarVM: update to 2021.02.

---
 srcpkgs/MoarVM/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 75ada16bfce..a6beefb294c 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,20 +1,19 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --has-libatomic_ops --has-libffi
- --has-libtommath --has-libuv"
+ --has-libtommath"
 hostmakedepends="perl"
-makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
- libzstd-devel"
+makedepends="libatomic_ops-devel libffi-devel libtommath-devel libzstd-devel"
 short_desc="VM with adaptive optimization and JIT compilation, built for Rakudo"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=6d028273b6ed5ba7b972e7b3f2681ce1deff1897ebdf7bcd5cfcd1e7c2fec384
+checksum=19a0c3679e7be8081ddea28a02264be8a821cf624452e35977f8a4b9764d3123
 nocross=yes
 shlib_provides="libmoar.so"

From 93ac918955544dc5947faa4e48034df7bb1ebdbe Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:37:34 +1100
Subject: [PATCH 2/3] nqp: update to 2021.02.

---
 srcpkgs/nqp/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index e75d67b6a36..39645edac93 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,19 +1,18 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 make_check_target=test
 configure_script="perl Configure.pl"
 configure_args="--prefix=/usr --backends=moar"
 hostmakedepends="git perl"
-makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel
- libuv-devel"
+makedepends="MoarVM libatomic_ops-devel libffi-devel libtommath-devel"
 depends="MoarVM-${version}_${revision}"
 short_desc="Lightweight Raku-like environment for virtual machines"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=7985f587c43801650316745f055cb5fc3f9063c5bb34de5ae695d76518ad900f
+checksum=d24b1dc8c9f5e743787098a19c9d17b75f57dd34d293716d5b15b9105037d4ef
 nocross=yes

From 24b888e004ff32fe8ba07f56d9757e9c2ac07bb6 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:40:49 +1100
Subject: [PATCH 3/3] rakudo: update to 2021.02.1.

---
 srcpkgs/rakudo/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index fcef8d7dcfc..ed6c0a81364 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2020.11
+version=2021.02.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -23,16 +23,16 @@ make_dirs="
  /usr/lib/raku/vendor/short 0755 root root
  /usr/lib/raku/vendor/sources 0755 root root"
 hostmakedepends="git perl"
-makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
- libzstd-devel nqp"
-depends="nqp-${version}_${revision}"
+makedepends="libatomic_ops-devel libffi-devel libtommath-devel libzstd-devel
+ nqp"
+depends="nqp-2021.02_${revision}"
 short_desc="Mature, production-ready implementation of the Raku language"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=b6f086553dfdfbf878d8b1f7659c3a0028f770e6655fb947bdd65ce0ded4fa80
+checksum=c8ea8d8bff3c3c983d1f7967321bcb5b72043b2fb5f3da6e8187af5306e998f7
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR REVIEW] rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
@ 2021-03-01 19:51 ` ericonr
  2021-03-01 22:42 ` atweiden
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-03-01 19:51 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29147#discussion_r585004755

Comment:
The commit message should mention that you are removing the system libuv for the vendored in one (I believe?), but ideally we could just update our `libuv` and have these packages keep using it...

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

* Re: [PR REVIEW] rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
  2021-03-01 19:51 ` [PR REVIEW] " ericonr
@ 2021-03-01 22:42 ` atweiden
  2021-03-02  4:44 ` ericonr
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2021-03-01 22:42 UTC (permalink / raw)
  To: ml

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

New review comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/29147#discussion_r585103207

Comment:
Given the relative importance of libuv to MoarVM, I'd be quite a bit more confident using Raku with the exact version of libuv upstream vendors. As of now, upstream is using [libuv v1.41.0](https://github.com/MoarVM/MoarVM/commit/cf60e095dc1d467e002a2d3cd5c1eaff8219c294).

Raku would probably work fine with a system libuv that differs from the vendored one, and I wouldn't be opposed to keeping the libuv system dep. But nor would I want Raku's usage of libuv to drive updates and patches — IIRC Raku has patched its vendored version of libuv in the past — to Void's libuv.

> ideally we could just update our libuv and have these packages keep using it...

LMK if this is what you want to do, then.

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

* Re: [PR REVIEW] rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
  2021-03-01 19:51 ` [PR REVIEW] " ericonr
  2021-03-01 22:42 ` atweiden
@ 2021-03-02  4:44 ` ericonr
  2021-03-02  9:36 ` [PR PATCH] [Updated] " atweiden
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-03-02  4:44 UTC (permalink / raw)
  To: ml

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

New review comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/29147#discussion_r585247581

Comment:
Yes, I would prefer that you update `libuv`. As is, if MoarVM can use system libuv with just a configuration argument, we should consider that supported and stick with the system one.

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

* Re: [PR PATCH] [Updated] rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
                   ` (2 preceding siblings ...)
  2021-03-02  4:44 ` ericonr
@ 2021-03-02  9:36 ` atweiden
  2021-03-02 10:47 ` atweiden
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2021-03-02  9:36 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/29147

rakudo: update to 2021.02.1.
<!-- 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/29147.patch is attached

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

From d70831f2acd42ce4e741701a328a824b6596cf7d Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 2 Mar 2021 20:36:07 +1100
Subject: [PATCH 1/4] libuv: update to 1.41.0.

---
 srcpkgs/libuv/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template
index 458c4ed52aa..f616c85d192 100644
--- a/srcpkgs/libuv/template
+++ b/srcpkgs/libuv/template
@@ -1,6 +1,6 @@
 # Template file for 'libuv'
 pkgname=libuv
-version=1.39.0
+version=1.41.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -10,7 +10,7 @@ license="MIT, CC-BY-SA-4.0"
 homepage="https://libuv.org/"
 changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
 distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz"
-checksum=dc7b21f1bb7ef19f4b42c5ea058afabe51132d165da18812b70fb319659ba629
+checksum=6cfeb5f4bab271462b4a2cc77d4ecec847fdbdc26b72019c27ae21509e6f94fa
 
 LDFLAGS="-pthread"
 

From 114155e730f2e645480d9c19ee46b4ee05096baf Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:35:27 +1100
Subject: [PATCH 2/4] MoarVM: update to 2021.02.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 75ada16bfce..51c54bde07a 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=6d028273b6ed5ba7b972e7b3f2681ce1deff1897ebdf7bcd5cfcd1e7c2fec384
+checksum=19a0c3679e7be8081ddea28a02264be8a821cf624452e35977f8a4b9764d3123
 nocross=yes
 shlib_provides="libmoar.so"

From ab0fed10ca2dc6aad163e8398ad8c5feb6a600e0 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:37:34 +1100
Subject: [PATCH 3/4] nqp: update to 2021.02.

---
 srcpkgs/nqp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index e75d67b6a36..cd3064a4ec5 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=7985f587c43801650316745f055cb5fc3f9063c5bb34de5ae695d76518ad900f
+checksum=d24b1dc8c9f5e743787098a19c9d17b75f57dd34d293716d5b15b9105037d4ef
 nocross=yes

From acc170458fb5cbc7ce435aa799e69144c8fc9910 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:40:49 +1100
Subject: [PATCH 4/4] rakudo: update to 2021.02.1.

---
 srcpkgs/rakudo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index fcef8d7dcfc..6995de97f32 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2020.11
+version=2021.02.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -25,14 +25,14 @@ make_dirs="
 hostmakedepends="git perl"
 makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
  libzstd-devel nqp"
-depends="nqp-${version}_${revision}"
+depends="nqp-2021.02_${revision}"
 short_desc="Mature, production-ready implementation of the Raku language"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=b6f086553dfdfbf878d8b1f7659c3a0028f770e6655fb947bdd65ce0ded4fa80
+checksum=c8ea8d8bff3c3c983d1f7967321bcb5b72043b2fb5f3da6e8187af5306e998f7
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
                   ` (3 preceding siblings ...)
  2021-03-02  9:36 ` [PR PATCH] [Updated] " atweiden
@ 2021-03-02 10:47 ` atweiden
  2021-03-02 11:06 ` atweiden
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2021-03-02 10:47 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/29147

rakudo: update to 2021.02.1.
<!-- 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/29147.patch is attached

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

From 2f425f28447b58ca2942ca7218f8a293940386f2 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 2 Mar 2021 20:36:07 +1100
Subject: [PATCH 1/4] libuv: update to 1.41.0.

---
 srcpkgs/libuv/patches/disable-fs-chown.patch  | 20 ---------
 .../libuv/patches/disable-setuid-test.patch   | 42 -------------------
 srcpkgs/libuv/template                        |  4 +-
 3 files changed, 2 insertions(+), 64 deletions(-)
 delete mode 100644 srcpkgs/libuv/patches/disable-fs-chown.patch
 delete mode 100644 srcpkgs/libuv/patches/disable-setuid-test.patch

diff --git a/srcpkgs/libuv/patches/disable-fs-chown.patch b/srcpkgs/libuv/patches/disable-fs-chown.patch
deleted file mode 100644
index e2dd0899fad..00000000000
--- a/srcpkgs/libuv/patches/disable-fs-chown.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- test/test-list.h.orig	2018-04-16 19:13:01.184197428 +0200
-+++ test/test-list.h	2018-04-16 19:13:28.144260600 +0200
-@@ -287,7 +287,7 @@ TEST_DECLARE   (fs_unlink_readonly)
- #ifdef _WIN32
- TEST_DECLARE   (fs_unlink_archive_readonly)
- #endif
--TEST_DECLARE   (fs_chown)
-+/* TEST_DECLARE   (fs_chown) */
- TEST_DECLARE   (fs_link)
- TEST_DECLARE   (fs_readlink)
- TEST_DECLARE   (fs_realpath)
-@@ -821,7 +821,7 @@ TASK_LIST_START
- #ifdef _WIN32
-   TEST_ENTRY  (fs_unlink_archive_readonly)
- #endif
--  TEST_ENTRY  (fs_chown)
-+  /* TEST_ENTRY  (fs_chown) */
-   TEST_ENTRY  (fs_utime)
-   TEST_ENTRY  (fs_futime)
-   TEST_ENTRY  (fs_readlink)
diff --git a/srcpkgs/libuv/patches/disable-setuid-test.patch b/srcpkgs/libuv/patches/disable-setuid-test.patch
deleted file mode 100644
index 27ccb746445..00000000000
--- a/srcpkgs/libuv/patches/disable-setuid-test.patch
+++ /dev/null
@@ -1,42 +0,0 @@
---- test/test-list.h.orig	2018-04-16 19:13:01.184197428 +0200
-+++ test/test-list.h	2018-04-16 19:15:11.042501710 +0200
-@@ -254,8 +254,8 @@ TEST_DECLARE   (spawn_detached)
- TEST_DECLARE   (spawn_and_kill_with_std)
- TEST_DECLARE   (spawn_and_ping)
- TEST_DECLARE   (spawn_preserve_env)
--TEST_DECLARE   (spawn_setuid_fails)
--TEST_DECLARE   (spawn_setgid_fails)
-+/* TEST_DECLARE   (spawn_setuid_fails)
-+TEST_DECLARE   (spawn_setgid_fails) */
- TEST_DECLARE   (spawn_stdout_to_file)
- TEST_DECLARE   (spawn_stdout_and_stderr_to_file)
- TEST_DECLARE   (spawn_stdout_and_stderr_to_file2)
-@@ -391,7 +391,7 @@ TEST_DECLARE   (win32_signum_number)
- TEST_DECLARE   (emfile)
- TEST_DECLARE   (close_fd)
- TEST_DECLARE   (spawn_fs_open)
--TEST_DECLARE   (spawn_setuid_setgid)
-+/* TEST_DECLARE   (spawn_setuid_setgid) */
- TEST_DECLARE   (we_get_signal)
- TEST_DECLARE   (we_get_signals)
- TEST_DECLARE   (we_get_signal_one_shot)
-@@ -755,8 +755,8 @@ TASK_LIST_START
-   TEST_ENTRY  (spawn_and_kill_with_std)
-   TEST_ENTRY  (spawn_and_ping)
-   TEST_ENTRY  (spawn_preserve_env)
--  TEST_ENTRY  (spawn_setuid_fails)
--  TEST_ENTRY  (spawn_setgid_fails)
-+  /* TEST_ENTRY  (spawn_setuid_fails)
-+  TEST_ENTRY  (spawn_setgid_fails) */
-   TEST_ENTRY  (spawn_stdout_to_file)
-   TEST_ENTRY  (spawn_stdout_and_stderr_to_file)
-   TEST_ENTRY  (spawn_stdout_and_stderr_to_file2)
-@@ -790,7 +790,7 @@ TASK_LIST_START
-   TEST_ENTRY  (emfile)
-   TEST_ENTRY  (close_fd)
-   TEST_ENTRY  (spawn_fs_open)
--  TEST_ENTRY  (spawn_setuid_setgid)
-+  /* TEST_ENTRY  (spawn_setuid_setgid) */
-   TEST_ENTRY  (we_get_signal)
-   TEST_ENTRY  (we_get_signals)
-   TEST_ENTRY  (we_get_signal_one_shot)
diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template
index 458c4ed52aa..f616c85d192 100644
--- a/srcpkgs/libuv/template
+++ b/srcpkgs/libuv/template
@@ -1,6 +1,6 @@
 # Template file for 'libuv'
 pkgname=libuv
-version=1.39.0
+version=1.41.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -10,7 +10,7 @@ license="MIT, CC-BY-SA-4.0"
 homepage="https://libuv.org/"
 changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
 distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz"
-checksum=dc7b21f1bb7ef19f4b42c5ea058afabe51132d165da18812b70fb319659ba629
+checksum=6cfeb5f4bab271462b4a2cc77d4ecec847fdbdc26b72019c27ae21509e6f94fa
 
 LDFLAGS="-pthread"
 

From 4c49e61a17e9a1a0b668f0a53256f10979f2cd33 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:35:27 +1100
Subject: [PATCH 2/4] MoarVM: update to 2021.02.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 75ada16bfce..51c54bde07a 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=6d028273b6ed5ba7b972e7b3f2681ce1deff1897ebdf7bcd5cfcd1e7c2fec384
+checksum=19a0c3679e7be8081ddea28a02264be8a821cf624452e35977f8a4b9764d3123
 nocross=yes
 shlib_provides="libmoar.so"

From 9e42e7eb2794d4940f504a85bfc109ea0e3016e2 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:37:34 +1100
Subject: [PATCH 3/4] nqp: update to 2021.02.

---
 srcpkgs/nqp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index e75d67b6a36..cd3064a4ec5 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=7985f587c43801650316745f055cb5fc3f9063c5bb34de5ae695d76518ad900f
+checksum=d24b1dc8c9f5e743787098a19c9d17b75f57dd34d293716d5b15b9105037d4ef
 nocross=yes

From 862b04ba27bccf58aa2146778d4057476ad42687 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:40:49 +1100
Subject: [PATCH 4/4] rakudo: update to 2021.02.1.

---
 srcpkgs/rakudo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index fcef8d7dcfc..6995de97f32 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2020.11
+version=2021.02.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -25,14 +25,14 @@ make_dirs="
 hostmakedepends="git perl"
 makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
  libzstd-devel nqp"
-depends="nqp-${version}_${revision}"
+depends="nqp-2021.02_${revision}"
 short_desc="Mature, production-ready implementation of the Raku language"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=b6f086553dfdfbf878d8b1f7659c3a0028f770e6655fb947bdd65ce0ded4fa80
+checksum=c8ea8d8bff3c3c983d1f7967321bcb5b72043b2fb5f3da6e8187af5306e998f7
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Updated] rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
                   ` (4 preceding siblings ...)
  2021-03-02 10:47 ` atweiden
@ 2021-03-02 11:06 ` atweiden
  2021-03-02 11:27 ` atweiden
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2021-03-02 11:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/29147

rakudo: update to 2021.02.1.
<!-- 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/29147.patch is attached

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

From 644da7b9a766ae431adf4483f2a24754bc786a36 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 2 Mar 2021 20:36:07 +1100
Subject: [PATCH 1/4] libuv: update to 1.41.0.

---
 srcpkgs/libuv/patches/disable-fs-chown.patch  | 10 +++++-----
 .../libuv/patches/disable-setuid-test.patch   | 20 +++++++++----------
 srcpkgs/libuv/template                        |  4 ++--
 3 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/libuv/patches/disable-fs-chown.patch b/srcpkgs/libuv/patches/disable-fs-chown.patch
index e2dd0899fad..893d09edfa0 100644
--- a/srcpkgs/libuv/patches/disable-fs-chown.patch
+++ b/srcpkgs/libuv/patches/disable-fs-chown.patch
@@ -1,6 +1,6 @@
---- test/test-list.h.orig	2018-04-16 19:13:01.184197428 +0200
-+++ test/test-list.h	2018-04-16 19:13:28.144260600 +0200
-@@ -287,7 +287,7 @@ TEST_DECLARE   (fs_unlink_readonly)
+--- test/test-list.h.orig	2021-03-02 21:59:17.718832425 +1100
++++ test/test-list.h	2021-03-02 21:59:41.809157112 +1100
+@@ -344,7 +344,7 @@
  #ifdef _WIN32
  TEST_DECLARE   (fs_unlink_archive_readonly)
  #endif
@@ -9,12 +9,12 @@
  TEST_DECLARE   (fs_link)
  TEST_DECLARE   (fs_readlink)
  TEST_DECLARE   (fs_realpath)
-@@ -821,7 +821,7 @@ TASK_LIST_START
+@@ -997,7 +997,7 @@
  #ifdef _WIN32
    TEST_ENTRY  (fs_unlink_archive_readonly)
  #endif
 -  TEST_ENTRY  (fs_chown)
 +  /* TEST_ENTRY  (fs_chown) */
    TEST_ENTRY  (fs_utime)
+   TEST_ENTRY  (fs_utime_round)
    TEST_ENTRY  (fs_futime)
-   TEST_ENTRY  (fs_readlink)
diff --git a/srcpkgs/libuv/patches/disable-setuid-test.patch b/srcpkgs/libuv/patches/disable-setuid-test.patch
index 27ccb746445..9dbd6bcee61 100644
--- a/srcpkgs/libuv/patches/disable-setuid-test.patch
+++ b/srcpkgs/libuv/patches/disable-setuid-test.patch
@@ -1,6 +1,6 @@
---- test/test-list.h.orig	2018-04-16 19:13:01.184197428 +0200
-+++ test/test-list.h	2018-04-16 19:15:11.042501710 +0200
-@@ -254,8 +254,8 @@ TEST_DECLARE   (spawn_detached)
+--- test/test-list.h.orig	2021-03-02 21:59:17.718832425 +1100
++++ test/test-list.h	2021-03-02 22:05:18.359833402 +1100
+@@ -305,8 +305,8 @@
  TEST_DECLARE   (spawn_and_kill_with_std)
  TEST_DECLARE   (spawn_and_ping)
  TEST_DECLARE   (spawn_preserve_env)
@@ -11,16 +11,16 @@
  TEST_DECLARE   (spawn_stdout_to_file)
  TEST_DECLARE   (spawn_stdout_and_stderr_to_file)
  TEST_DECLARE   (spawn_stdout_and_stderr_to_file2)
-@@ -391,7 +391,7 @@ TEST_DECLARE   (win32_signum_number)
+@@ -477,7 +477,7 @@
+ TEST_DECLARE   (win32_signum_number)
+ #else
  TEST_DECLARE   (emfile)
- TEST_DECLARE   (close_fd)
- TEST_DECLARE   (spawn_fs_open)
 -TEST_DECLARE   (spawn_setuid_setgid)
 +/* TEST_DECLARE   (spawn_setuid_setgid) */
  TEST_DECLARE   (we_get_signal)
  TEST_DECLARE   (we_get_signals)
  TEST_DECLARE   (we_get_signal_one_shot)
-@@ -755,8 +755,8 @@ TASK_LIST_START
+@@ -923,8 +923,8 @@
    TEST_ENTRY  (spawn_and_kill_with_std)
    TEST_ENTRY  (spawn_and_ping)
    TEST_ENTRY  (spawn_preserve_env)
@@ -31,10 +31,10 @@
    TEST_ENTRY  (spawn_stdout_to_file)
    TEST_ENTRY  (spawn_stdout_and_stderr_to_file)
    TEST_ENTRY  (spawn_stdout_and_stderr_to_file2)
-@@ -790,7 +790,7 @@ TASK_LIST_START
+@@ -963,7 +963,7 @@
+   TEST_ENTRY  (win32_signum_number)
+ #else
    TEST_ENTRY  (emfile)
-   TEST_ENTRY  (close_fd)
-   TEST_ENTRY  (spawn_fs_open)
 -  TEST_ENTRY  (spawn_setuid_setgid)
 +  /* TEST_ENTRY  (spawn_setuid_setgid) */
    TEST_ENTRY  (we_get_signal)
diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template
index 458c4ed52aa..f616c85d192 100644
--- a/srcpkgs/libuv/template
+++ b/srcpkgs/libuv/template
@@ -1,6 +1,6 @@
 # Template file for 'libuv'
 pkgname=libuv
-version=1.39.0
+version=1.41.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -10,7 +10,7 @@ license="MIT, CC-BY-SA-4.0"
 homepage="https://libuv.org/"
 changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
 distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz"
-checksum=dc7b21f1bb7ef19f4b42c5ea058afabe51132d165da18812b70fb319659ba629
+checksum=6cfeb5f4bab271462b4a2cc77d4ecec847fdbdc26b72019c27ae21509e6f94fa
 
 LDFLAGS="-pthread"
 

From 57257ac4c622c55817aaa9597c98f1d9c41637ae Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:35:27 +1100
Subject: [PATCH 2/4] MoarVM: update to 2021.02.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 75ada16bfce..51c54bde07a 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=6d028273b6ed5ba7b972e7b3f2681ce1deff1897ebdf7bcd5cfcd1e7c2fec384
+checksum=19a0c3679e7be8081ddea28a02264be8a821cf624452e35977f8a4b9764d3123
 nocross=yes
 shlib_provides="libmoar.so"

From 4d9264b55703408518b110d88856b14cbde875e5 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:37:34 +1100
Subject: [PATCH 3/4] nqp: update to 2021.02.

---
 srcpkgs/nqp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index e75d67b6a36..cd3064a4ec5 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2020.11
+version=2021.02
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=7985f587c43801650316745f055cb5fc3f9063c5bb34de5ae695d76518ad900f
+checksum=d24b1dc8c9f5e743787098a19c9d17b75f57dd34d293716d5b15b9105037d4ef
 nocross=yes

From c6ee926e84e4a7488b698efc68c2efe88f862618 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:40:49 +1100
Subject: [PATCH 4/4] rakudo: update to 2021.02.1.

---
 srcpkgs/rakudo/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index fcef8d7dcfc..6995de97f32 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2020.11
+version=2021.02.1
 revision=1
 build_style=configure
 make_check_target=test
@@ -25,14 +25,14 @@ make_dirs="
 hostmakedepends="git perl"
 makedepends="libatomic_ops-devel libffi-devel libtommath-devel libuv-devel
  libzstd-devel nqp"
-depends="nqp-${version}_${revision}"
+depends="nqp-2021.02_${revision}"
 short_desc="Mature, production-ready implementation of the Raku language"
 maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=b6f086553dfdfbf878d8b1f7659c3a0028f770e6655fb947bdd65ce0ded4fa80
+checksum=c8ea8d8bff3c3c983d1f7967321bcb5b72043b2fb5f3da6e8187af5306e998f7
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
                   ` (5 preceding siblings ...)
  2021-03-02 11:06 ` atweiden
@ 2021-03-02 11:27 ` atweiden
  2021-04-04  2:03 ` [PR PATCH] [Updated] " atweiden
  2021-04-05 13:21 ` [PR PATCH] [Closed]: rakudo: update to 2021.03 ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2021-03-02 11:27 UTC (permalink / raw)
  To: ml

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

New comment by atweiden on void-packages repository

https://github.com/void-linux/void-packages/pull/29147#issuecomment-788838460

Comment:
This PR is frozen pending working libuv test patches.

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

* Re: [PR PATCH] [Updated] rakudo: update to 2021.02.1.
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
                   ` (6 preceding siblings ...)
  2021-03-02 11:27 ` atweiden
@ 2021-04-04  2:03 ` atweiden
  2021-04-05 13:21 ` [PR PATCH] [Closed]: rakudo: update to 2021.03 ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: atweiden @ 2021-04-04  2:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/atweiden/void-packages raku
https://github.com/void-linux/void-packages/pull/29147

rakudo: update to 2021.02.1.
<!-- 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/29147.patch is attached

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

From 0c05154e28a3dafb35cb0316b77e40db3fab1200 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Tue, 2 Mar 2021 20:36:07 +1100
Subject: [PATCH 1/4] libuv: update to 1.41.0.

---
 srcpkgs/libuv/patches/disable-fs-chown.patch  | 10 +++++-----
 .../libuv/patches/disable-setuid-test.patch   | 20 +++++++++----------
 srcpkgs/libuv/template                        |  6 ++++--
 3 files changed, 19 insertions(+), 17 deletions(-)

diff --git a/srcpkgs/libuv/patches/disable-fs-chown.patch b/srcpkgs/libuv/patches/disable-fs-chown.patch
index e2dd0899fad1..893d09edfa02 100644
--- a/srcpkgs/libuv/patches/disable-fs-chown.patch
+++ b/srcpkgs/libuv/patches/disable-fs-chown.patch
@@ -1,6 +1,6 @@
---- test/test-list.h.orig	2018-04-16 19:13:01.184197428 +0200
-+++ test/test-list.h	2018-04-16 19:13:28.144260600 +0200
-@@ -287,7 +287,7 @@ TEST_DECLARE   (fs_unlink_readonly)
+--- test/test-list.h.orig	2021-03-02 21:59:17.718832425 +1100
++++ test/test-list.h	2021-03-02 21:59:41.809157112 +1100
+@@ -344,7 +344,7 @@
  #ifdef _WIN32
  TEST_DECLARE   (fs_unlink_archive_readonly)
  #endif
@@ -9,12 +9,12 @@
  TEST_DECLARE   (fs_link)
  TEST_DECLARE   (fs_readlink)
  TEST_DECLARE   (fs_realpath)
-@@ -821,7 +821,7 @@ TASK_LIST_START
+@@ -997,7 +997,7 @@
  #ifdef _WIN32
    TEST_ENTRY  (fs_unlink_archive_readonly)
  #endif
 -  TEST_ENTRY  (fs_chown)
 +  /* TEST_ENTRY  (fs_chown) */
    TEST_ENTRY  (fs_utime)
+   TEST_ENTRY  (fs_utime_round)
    TEST_ENTRY  (fs_futime)
-   TEST_ENTRY  (fs_readlink)
diff --git a/srcpkgs/libuv/patches/disable-setuid-test.patch b/srcpkgs/libuv/patches/disable-setuid-test.patch
index 27ccb7464451..9dbd6bcee612 100644
--- a/srcpkgs/libuv/patches/disable-setuid-test.patch
+++ b/srcpkgs/libuv/patches/disable-setuid-test.patch
@@ -1,6 +1,6 @@
---- test/test-list.h.orig	2018-04-16 19:13:01.184197428 +0200
-+++ test/test-list.h	2018-04-16 19:15:11.042501710 +0200
-@@ -254,8 +254,8 @@ TEST_DECLARE   (spawn_detached)
+--- test/test-list.h.orig	2021-03-02 21:59:17.718832425 +1100
++++ test/test-list.h	2021-03-02 22:05:18.359833402 +1100
+@@ -305,8 +305,8 @@
  TEST_DECLARE   (spawn_and_kill_with_std)
  TEST_DECLARE   (spawn_and_ping)
  TEST_DECLARE   (spawn_preserve_env)
@@ -11,16 +11,16 @@
  TEST_DECLARE   (spawn_stdout_to_file)
  TEST_DECLARE   (spawn_stdout_and_stderr_to_file)
  TEST_DECLARE   (spawn_stdout_and_stderr_to_file2)
-@@ -391,7 +391,7 @@ TEST_DECLARE   (win32_signum_number)
+@@ -477,7 +477,7 @@
+ TEST_DECLARE   (win32_signum_number)
+ #else
  TEST_DECLARE   (emfile)
- TEST_DECLARE   (close_fd)
- TEST_DECLARE   (spawn_fs_open)
 -TEST_DECLARE   (spawn_setuid_setgid)
 +/* TEST_DECLARE   (spawn_setuid_setgid) */
  TEST_DECLARE   (we_get_signal)
  TEST_DECLARE   (we_get_signals)
  TEST_DECLARE   (we_get_signal_one_shot)
-@@ -755,8 +755,8 @@ TASK_LIST_START
+@@ -923,8 +923,8 @@
    TEST_ENTRY  (spawn_and_kill_with_std)
    TEST_ENTRY  (spawn_and_ping)
    TEST_ENTRY  (spawn_preserve_env)
@@ -31,10 +31,10 @@
    TEST_ENTRY  (spawn_stdout_to_file)
    TEST_ENTRY  (spawn_stdout_and_stderr_to_file)
    TEST_ENTRY  (spawn_stdout_and_stderr_to_file2)
-@@ -790,7 +790,7 @@ TASK_LIST_START
+@@ -963,7 +963,7 @@
+   TEST_ENTRY  (win32_signum_number)
+ #else
    TEST_ENTRY  (emfile)
-   TEST_ENTRY  (close_fd)
-   TEST_ENTRY  (spawn_fs_open)
 -  TEST_ENTRY  (spawn_setuid_setgid)
 +  /* TEST_ENTRY  (spawn_setuid_setgid) */
    TEST_ENTRY  (we_get_signal)
diff --git a/srcpkgs/libuv/template b/srcpkgs/libuv/template
index 458c4ed52aab..76a36863f4b9 100644
--- a/srcpkgs/libuv/template
+++ b/srcpkgs/libuv/template
@@ -1,6 +1,6 @@
 # Template file for 'libuv'
 pkgname=libuv
-version=1.39.0
+version=1.41.0
 revision=1
 build_style=gnu-configure
 hostmakedepends="automake libtool pkg-config"
@@ -10,7 +10,9 @@ license="MIT, CC-BY-SA-4.0"
 homepage="https://libuv.org/"
 changelog="https://raw.githubusercontent.com/libuv/libuv/v1.x/ChangeLog"
 distfiles="https://github.com/libuv/libuv/archive/v${version}.tar.gz"
-checksum=dc7b21f1bb7ef19f4b42c5ea058afabe51132d165da18812b70fb319659ba629
+checksum=6cfeb5f4bab271462b4a2cc77d4ecec847fdbdc26b72019c27ae21509e6f94fa
+# the tests fail when run as root and as such break in the CI containers
+make_check="extended"
 
 LDFLAGS="-pthread"
 

From 985b2c40a5798b91279dca4ce87fd709d5575554 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:35:27 +1100
Subject: [PATCH 2/4] MoarVM: update to 2021.03.

---
 srcpkgs/MoarVM/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/MoarVM/template b/srcpkgs/MoarVM/template
index 75ada16bfce3..52236814e470 100644
--- a/srcpkgs/MoarVM/template
+++ b/srcpkgs/MoarVM/template
@@ -1,6 +1,6 @@
 # Template file for 'MoarVM'
 pkgname=MoarVM
-version=2020.11
+version=2021.03
 revision=1
 build_style=configure
 configure_script="perl Configure.pl"
@@ -15,6 +15,6 @@ license="Artistic-2.0"
 homepage="https://moarvm.org"
 changelog="https://github.com/MoarVM/MoarVM/raw/master/docs/ChangeLog"
 distfiles="https://moarvm.org/releases/MoarVM-${version}.tar.gz"
-checksum=6d028273b6ed5ba7b972e7b3f2681ce1deff1897ebdf7bcd5cfcd1e7c2fec384
+checksum=8a0cf32273e473af884f409a02ad13c4aed5646628facf86544f6b3757e5cacf
 nocross=yes
 shlib_provides="libmoar.so"

From 7eaa91dc572d0fe68493f2d49e315004442b8549 Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:37:34 +1100
Subject: [PATCH 3/4] nqp: update to 2021.03.

---
 srcpkgs/nqp/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/nqp/template b/srcpkgs/nqp/template
index e75d67b6a366..b6d660c413ab 100644
--- a/srcpkgs/nqp/template
+++ b/srcpkgs/nqp/template
@@ -1,6 +1,6 @@
 # Template file for 'nqp'
 pkgname=nqp
-version=2020.11
+version=2021.03
 revision=1
 build_style=configure
 make_check_target=test
@@ -15,5 +15,5 @@ maintainer="Andy Weidenbaum <atweiden@tutanota.de>"
 license="Artistic-2.0"
 homepage="https://github.com/Raku/nqp"
 distfiles="https://rakudo.org/dl/nqp/${pkgname}-${version}.tar.gz"
-checksum=7985f587c43801650316745f055cb5fc3f9063c5bb34de5ae695d76518ad900f
+checksum=73498f685b8efbd54e43176d41a8f001c32abd27bcb0a801dcd69d38f4e61c11
 nocross=yes

From 9007da083a59edda39c500b0903227c7ce2e02cb Mon Sep 17 00:00:00 2001
From: Andy Weidenbaum <atweiden@ioiojo.com>
Date: Mon, 1 Mar 2021 20:40:49 +1100
Subject: [PATCH 4/4] rakudo: update to 2021.03.

---
 srcpkgs/rakudo/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/rakudo/template b/srcpkgs/rakudo/template
index fcef8d7dcfce..903206d04182 100644
--- a/srcpkgs/rakudo/template
+++ b/srcpkgs/rakudo/template
@@ -1,6 +1,6 @@
 # Template file for 'rakudo'
 pkgname=rakudo
-version=2020.11
+version=2021.03
 revision=1
 build_style=configure
 make_check_target=test
@@ -32,7 +32,7 @@ license="Artistic-2.0"
 homepage="https://rakudo.org"
 changelog="https://github.com/rakudo/rakudo/raw/master/docs/ChangeLog"
 distfiles="https://rakudo.org/dl/rakudo/${pkgname}-${version}.tar.gz"
-checksum=b6f086553dfdfbf878d8b1f7659c3a0028f770e6655fb947bdd65ce0ded4fa80
+checksum=98eb57fa0f4953aa6617111f36a2706799d8082b42e22c37cf104a918d914ec2
 nocross=yes
 provides="raku-${version}_${revision}"
 

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

* Re: [PR PATCH] [Closed]: rakudo: update to 2021.03
  2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
                   ` (7 preceding siblings ...)
  2021-04-04  2:03 ` [PR PATCH] [Updated] " atweiden
@ 2021-04-05 13:21 ` ericonr
  8 siblings, 0 replies; 10+ messages in thread
From: ericonr @ 2021-04-05 13:21 UTC (permalink / raw)
  To: ml

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

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

rakudo: update to 2021.03
https://github.com/void-linux/void-packages/pull/29147

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] 10+ messages in thread

end of thread, other threads:[~2021-04-05 13:21 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-01  9:43 [PR PATCH] rakudo: update to 2021.02.1 atweiden
2021-03-01 19:51 ` [PR REVIEW] " ericonr
2021-03-01 22:42 ` atweiden
2021-03-02  4:44 ` ericonr
2021-03-02  9:36 ` [PR PATCH] [Updated] " atweiden
2021-03-02 10:47 ` atweiden
2021-03-02 11:06 ` atweiden
2021-03-02 11:27 ` atweiden
2021-04-04  2:03 ` [PR PATCH] [Updated] " atweiden
2021-04-05 13:21 ` [PR PATCH] [Closed]: rakudo: update to 2021.03 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).