Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] cargo-bootstrap: Update to 1.59.0
@ 2022-03-21 19:21 subnut
  2022-03-21 19:24 ` [PR PATCH] [Updated] " subnut
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: subnut @ 2022-03-21 19:21 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages cargo-bootstrap
https://github.com/void-linux/void-packages/pull/36267

cargo-bootstrap: Update to 1.59.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

DRAFT because I think we probably also need to update the `cargo` package too?  
**IDK.** Let me know if you think this is appropriate to merge as-is, and I wil un-draft it. :slightly_smiling_face: 

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36267.patch is attached

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

From 2f880e71fbd166340ad01ff710359187a7a8a30b Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Tue, 22 Mar 2022 00:49:20 +0530
Subject: [PATCH] cargo-bootstrap: Update to 1.59.0

---
 srcpkgs/cargo-bootstrap/template | 28 ++++++++--------------------
 1 file changed, 8 insertions(+), 20 deletions(-)

diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..fe395d53f7a7 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-bootstrap'
 pkgname=cargo-bootstrap
-version=0.58.0
+version=1.59.0
 revision=1
 short_desc="Bootstrap binaries of Rust package manager"
 maintainer="q66 <daniel@octaforge.org>"
@@ -11,43 +11,31 @@ lib32disabled=yes
 nostrip=yes
 
 _bootstrap_url="https://static.rust-lang.org/dist"
-_bootver=1.57.0
-
-# we don't use upstream cargo binaries for ppc32, as they are busted (probably
-# a dependency is wrong, which results in failed signature verification when
-# updating the crates.io index)
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686|ppc64le) ;;
-	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
-		_bootver=${version}
-		;;
-esac
 
 wrksrc="cargo-${_bootver}-${RUST_TARGET}"
 distfiles="${_bootstrap_url}/cargo-${_bootver}-${RUST_TARGET}.tar.xz"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686)
-		checksum="9898a1fae2647f930fa14b9c160a1d22e67ccc70ac0d2d8f79ef1ffcf8d89af7"
+		checksum="4f282b8a4dadf53ba3f8784cefe0c2be908179ba81b7b29a0db4a11b6a3f8849"
 		;;
 	x86_64)
-		checksum="ed2013713ae742895af5df8d91c5430ba9ba3c781e3bc7f3471b220cc06d565d"
+		checksum="f56ebfb333ea46e4429377bf4b16a2ec889d61640a41c3093577cdd8f3c80b96"
 		;;
 	x86_64-musl)
-		checksum="0d8564d0348843d6c08d98990d9eac50b7b7ab790f89d514b4f45079e786d932"
+		checksum="95f2727f22f40d7a294f08d24dc7b5f4fb4fe3991854becceffa75bf8f049745"
 		;;
 	ppc64le)
-		checksum="599cf1b5a8cdbf76d591621bc9222aefa60e2f5fd378ae71c4dcf4514c47122e"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc64le-musl)
-		checksum="99ae7661c62617ac42adacb50cce9ae8d019bcf85e987b98fbc27240bceb1dd9"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc64)
-		checksum="c64b9cce7a3ceaf5c310fad70be33077f1e6dea1384767fcf744732c0daa7473"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc)
-		checksum="e67c2a7d16b3c732a1dcb663d031daf6eaca4b74d1d15196086c53c0c3a5b0a2"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	*) broken="cargo bootstrap binaries unavailable for ${XBPS_MACHINE}";;
 esac

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

* Re: [PR PATCH] [Updated] cargo-bootstrap: Update to 1.59.0
  2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
@ 2022-03-21 19:24 ` subnut
  2022-03-21 19:26 ` subnut
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: subnut @ 2022-03-21 19:24 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages cargo-bootstrap
https://github.com/void-linux/void-packages/pull/36267

cargo-bootstrap: Update to 1.59.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

DRAFT because I think we probably also need to update the `cargo` package too?  
**IDK.** Let me know if you think this is appropriate to merge as-is, and I wil un-draft it. :slightly_smiling_face: 

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36267.patch is attached

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

From 73fc568d85c39697362231b18069d49c2cd61027 Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Tue, 22 Mar 2022 00:49:20 +0530
Subject: [PATCH] cargo-bootstrap: Update to 1.59.0

---
 srcpkgs/cargo-bootstrap/template | 30 +++++++++---------------------
 1 file changed, 9 insertions(+), 21 deletions(-)

diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..f02178e5c471 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-bootstrap'
 pkgname=cargo-bootstrap
-version=0.58.0
+version=1.59.0
 revision=1
 short_desc="Bootstrap binaries of Rust package manager"
 maintainer="q66 <daniel@octaforge.org>"
@@ -11,43 +11,31 @@ lib32disabled=yes
 nostrip=yes
 
 _bootstrap_url="https://static.rust-lang.org/dist"
-_bootver=1.57.0
-
-# we don't use upstream cargo binaries for ppc32, as they are busted (probably
-# a dependency is wrong, which results in failed signature verification when
-# updating the crates.io index)
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686|ppc64le) ;;
-	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
-		_bootver=${version}
-		;;
-esac
 
 wrksrc="cargo-${_bootver}-${RUST_TARGET}"
-distfiles="${_bootstrap_url}/cargo-${_bootver}-${RUST_TARGET}.tar.xz"
+distfiles="${_bootstrap_url}/cargo-${version}-${RUST_TARGET}.tar.xz"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686)
-		checksum="9898a1fae2647f930fa14b9c160a1d22e67ccc70ac0d2d8f79ef1ffcf8d89af7"
+		checksum="4f282b8a4dadf53ba3f8784cefe0c2be908179ba81b7b29a0db4a11b6a3f8849"
 		;;
 	x86_64)
-		checksum="ed2013713ae742895af5df8d91c5430ba9ba3c781e3bc7f3471b220cc06d565d"
+		checksum="f56ebfb333ea46e4429377bf4b16a2ec889d61640a41c3093577cdd8f3c80b96"
 		;;
 	x86_64-musl)
-		checksum="0d8564d0348843d6c08d98990d9eac50b7b7ab790f89d514b4f45079e786d932"
+		checksum="95f2727f22f40d7a294f08d24dc7b5f4fb4fe3991854becceffa75bf8f049745"
 		;;
 	ppc64le)
-		checksum="599cf1b5a8cdbf76d591621bc9222aefa60e2f5fd378ae71c4dcf4514c47122e"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc64le-musl)
-		checksum="99ae7661c62617ac42adacb50cce9ae8d019bcf85e987b98fbc27240bceb1dd9"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc64)
-		checksum="c64b9cce7a3ceaf5c310fad70be33077f1e6dea1384767fcf744732c0daa7473"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc)
-		checksum="e67c2a7d16b3c732a1dcb663d031daf6eaca4b74d1d15196086c53c0c3a5b0a2"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	*) broken="cargo bootstrap binaries unavailable for ${XBPS_MACHINE}";;
 esac

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

* Re: [PR PATCH] [Updated] cargo-bootstrap: Update to 1.59.0
  2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
  2022-03-21 19:24 ` [PR PATCH] [Updated] " subnut
@ 2022-03-21 19:26 ` subnut
  2022-03-21 19:33 ` subnut
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: subnut @ 2022-03-21 19:26 UTC (permalink / raw)
  To: ml

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

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

https://github.com/subnut/void-packages cargo-bootstrap
https://github.com/void-linux/void-packages/pull/36267

cargo-bootstrap: Update to 1.59.0
<!-- Uncomment relevant sections and delete options which are not applicable -->

DRAFT because I think we probably also need to update the `cargo` package too?  
**IDK.** Let me know if you think this is appropriate to merge as-is, and I wil un-draft it. :slightly_smiling_face: 

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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/36267.patch is attached

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

From 1004f4d325b6224394d6e62b3c7a9a7f3085d5bf Mon Sep 17 00:00:00 2001
From: Subhaditya Nath <sn03.general@gmail.com>
Date: Tue, 22 Mar 2022 00:49:20 +0530
Subject: [PATCH] cargo-bootstrap: Update to 1.59.0

---
 srcpkgs/cargo-bootstrap/template | 32 ++++++++++----------------------
 1 file changed, 10 insertions(+), 22 deletions(-)

diff --git a/srcpkgs/cargo-bootstrap/template b/srcpkgs/cargo-bootstrap/template
index e75f8763b5b8..0d8d5f888fc5 100644
--- a/srcpkgs/cargo-bootstrap/template
+++ b/srcpkgs/cargo-bootstrap/template
@@ -1,6 +1,6 @@
 # Template file for 'cargo-bootstrap'
 pkgname=cargo-bootstrap
-version=0.58.0
+version=1.59.0
 revision=1
 short_desc="Bootstrap binaries of Rust package manager"
 maintainer="q66 <daniel@octaforge.org>"
@@ -11,43 +11,31 @@ lib32disabled=yes
 nostrip=yes
 
 _bootstrap_url="https://static.rust-lang.org/dist"
-_bootver=1.57.0
 
-# we don't use upstream cargo binaries for ppc32, as they are busted (probably
-# a dependency is wrong, which results in failed signature verification when
-# updating the crates.io index)
-case "$XBPS_TARGET_MACHINE" in
-	x86_64*|i686|ppc64le) ;;
-	*)
-		_bootstrap_url="https://alpha.de.repo.voidlinux.org/distfiles"
-		_bootver=${version}
-		;;
-esac
-
-wrksrc="cargo-${_bootver}-${RUST_TARGET}"
-distfiles="${_bootstrap_url}/cargo-${_bootver}-${RUST_TARGET}.tar.xz"
+wrksrc="cargo-${version}-${RUST_TARGET}"
+distfiles="${_bootstrap_url}/cargo-${version}-${RUST_TARGET}.tar.xz"
 
 case "$XBPS_TARGET_MACHINE" in
 	i686)
-		checksum="9898a1fae2647f930fa14b9c160a1d22e67ccc70ac0d2d8f79ef1ffcf8d89af7"
+		checksum="4f282b8a4dadf53ba3f8784cefe0c2be908179ba81b7b29a0db4a11b6a3f8849"
 		;;
 	x86_64)
-		checksum="ed2013713ae742895af5df8d91c5430ba9ba3c781e3bc7f3471b220cc06d565d"
+		checksum="f56ebfb333ea46e4429377bf4b16a2ec889d61640a41c3093577cdd8f3c80b96"
 		;;
 	x86_64-musl)
-		checksum="0d8564d0348843d6c08d98990d9eac50b7b7ab790f89d514b4f45079e786d932"
+		checksum="95f2727f22f40d7a294f08d24dc7b5f4fb4fe3991854becceffa75bf8f049745"
 		;;
 	ppc64le)
-		checksum="599cf1b5a8cdbf76d591621bc9222aefa60e2f5fd378ae71c4dcf4514c47122e"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc64le-musl)
-		checksum="99ae7661c62617ac42adacb50cce9ae8d019bcf85e987b98fbc27240bceb1dd9"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc64)
-		checksum="c64b9cce7a3ceaf5c310fad70be33077f1e6dea1384767fcf744732c0daa7473"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	ppc)
-		checksum="e67c2a7d16b3c732a1dcb663d031daf6eaca4b74d1d15196086c53c0c3a5b0a2"
+		checksum="abda08beb3411ec8f14ab872aa9859dc419e5f75c312221a62d655ff5401876f"
 		;;
 	*) broken="cargo bootstrap binaries unavailable for ${XBPS_MACHINE}";;
 esac

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

* Re: cargo-bootstrap: Update to 1.59.0
  2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
  2022-03-21 19:24 ` [PR PATCH] [Updated] " subnut
  2022-03-21 19:26 ` subnut
@ 2022-03-21 19:33 ` subnut
  2022-03-21 19:36 ` [PR PATCH] [Closed]: " q66
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: subnut @ 2022-03-21 19:33 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36267#issuecomment-1074334693

Comment:
@q66 Please review.  
(I made some pretty drastic changes, not gonna lie :sweat_smile:)

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

* Re: [PR PATCH] [Closed]: cargo-bootstrap: Update to 1.59.0
  2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
                   ` (2 preceding siblings ...)
  2022-03-21 19:33 ` subnut
@ 2022-03-21 19:36 ` q66
  2022-03-21 19:36 ` q66
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2022-03-21 19:36 UTC (permalink / raw)
  To: ml

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

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

cargo-bootstrap: Update to 1.59.0
https://github.com/void-linux/void-packages/pull/36267

Description:
<!-- Uncomment relevant sections and delete options which are not applicable -->

DRAFT because I think we probably also need to update the `cargo` package too?  
**IDK.** Let me know if you think this is appropriate to merge as-is, and I wil un-draft it. :slightly_smiling_face: 

#### Testing the changes
- I tested the changes in this PR: **NO**

<!--
#### New package
- This new package conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements): **YES**|**NO**
-->

<!-- Note: If the build is likely to take more than 2 hours, please [skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration)
and test at least one native build and, if supported, at least one cross build.
Ignore this section if this PR is not skipping CI.
-->
<!-- 
#### Local build testing
- 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] 8+ messages in thread

* Re: cargo-bootstrap: Update to 1.59.0
  2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
                   ` (3 preceding siblings ...)
  2022-03-21 19:36 ` [PR PATCH] [Closed]: " q66
@ 2022-03-21 19:36 ` q66
  2022-03-21 19:37 ` q66
  2022-03-21 19:42 ` subnut
  6 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2022-03-21 19:36 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/36267#issuecomment-1074337049

Comment:
rust, rust-bootstrap, cargo, cargo-bootstrap are always updated together in a single PR

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

* Re: cargo-bootstrap: Update to 1.59.0
  2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
                   ` (4 preceding siblings ...)
  2022-03-21 19:36 ` q66
@ 2022-03-21 19:37 ` q66
  2022-03-21 19:42 ` subnut
  6 siblings, 0 replies; 8+ messages in thread
From: q66 @ 2022-03-21 19:37 UTC (permalink / raw)
  To: ml

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

New comment by q66 on void-packages repository

https://github.com/void-linux/void-packages/pull/36267#issuecomment-1074338183

Comment:
(those changes are also incorrect, the ppc special case should *not* be removed)

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

* Re: cargo-bootstrap: Update to 1.59.0
  2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
                   ` (5 preceding siblings ...)
  2022-03-21 19:37 ` q66
@ 2022-03-21 19:42 ` subnut
  6 siblings, 0 replies; 8+ messages in thread
From: subnut @ 2022-03-21 19:42 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/36267#issuecomment-1074342482

Comment:
@q66 

Okay. So what should be the updated value of `version` ?  
Or should I keep `version` as-it-is and bump `revision` instead?  
Or something else?

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

end of thread, other threads:[~2022-03-21 19:42 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-21 19:21 [PR PATCH] cargo-bootstrap: Update to 1.59.0 subnut
2022-03-21 19:24 ` [PR PATCH] [Updated] " subnut
2022-03-21 19:26 ` subnut
2022-03-21 19:33 ` subnut
2022-03-21 19:36 ` [PR PATCH] [Closed]: " q66
2022-03-21 19:36 ` q66
2022-03-21 19:37 ` q66
2022-03-21 19:42 ` subnut

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).