Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] [NOMERGE] rustup: update to 1.24.0.
@ 2021-04-28  8:55 jcgruenhage
  2021-05-03  9:43 ` [PR PATCH] [Updated] " jcgruenhage
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: jcgruenhage @ 2021-04-28  8:55 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages rustup-1.24.0_1
https://github.com/void-linux/void-packages/pull/30557

[NOMERGE] rustup: update to 1.24.0.
<!-- 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

This release of rustup does have a bug, so we shouldn't merge this one yet, just built this in prep for rustup 1.24.1, or how their fix release is going to be called.

> Shortly after publishing the release we got reports of a regression preventing users from running rustfmt and cargo fmt after upgrading to Rustup 1.24.0. To limit the damage we reverted the release to version 1.23.1.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rustup-1.24.0_1-30557.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From 0b2578543e017f233d0aea2f2862e575bc3aafb1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 28 Apr 2021 10:49:58 +0200
Subject: [PATCH] rustup: update to 1.24.0.

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

diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template
index e4f985f74ec4..6f34ed22bfb2 100644
--- a/srcpkgs/rustup/template
+++ b/srcpkgs/rustup/template
@@ -1,7 +1,7 @@
 # Template file for 'rustup'
 pkgname=rustup
-version=1.23.1
-revision=3
+version=1.24.0
+revision=1
 # rustup doesn't recognize this target
 archs="~armv*-musl"
 build_style=cargo
@@ -14,7 +14,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"
 homepage="https://www.rustup.rs"
 distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz"
-checksum=0203231bfe405ee1c7d5e7e1c013b9b8a2dc87fbd8474e77f500331d8c26365f
+checksum=ac19cc27458e581cc66929655fce30e26a66e13c53f7ef7fb22f08f2a1d85db9
 
 post_build() {
 	RUSTUP="target/${RUST_TARGET}/release/rustup-init"

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

* Re: [PR PATCH] [Updated] [NOMERGE] rustup: update to 1.24.0.
  2021-04-28  8:55 [PR PATCH] [NOMERGE] rustup: update to 1.24.0 jcgruenhage
@ 2021-05-03  9:43 ` jcgruenhage
  2021-06-11  1:04 ` rustup: update to 1.24.1 cinerea0
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2021-05-03  9:43 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages rustup-1.24.0_1
https://github.com/void-linux/void-packages/pull/30557

[NOMERGE] rustup: update to 1.24.0.
<!-- 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

This release of rustup does have a bug, so we shouldn't merge this one yet, just built this in prep for rustup 1.24.1, or how their fix release is going to be called.

> Shortly after publishing the release we got reports of a regression preventing users from running rustfmt and cargo fmt after upgrading to Rustup 1.24.0. To limit the damage we reverted the release to version 1.23.1.

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rustup-1.24.0_1-30557.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From 344f678c44784b00ded9b7ff91a3a7bfeb5a3e0f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 28 Apr 2021 10:49:58 +0200
Subject: [PATCH] rustup: update to 1.24.1.

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

diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template
index e4f985f74ec4..cb92bd1d3925 100644
--- a/srcpkgs/rustup/template
+++ b/srcpkgs/rustup/template
@@ -1,7 +1,7 @@
 # Template file for 'rustup'
 pkgname=rustup
-version=1.23.1
-revision=3
+version=1.24.1
+revision=1
 # rustup doesn't recognize this target
 archs="~armv*-musl"
 build_style=cargo
@@ -14,7 +14,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"
 homepage="https://www.rustup.rs"
 distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz"
-checksum=0203231bfe405ee1c7d5e7e1c013b9b8a2dc87fbd8474e77f500331d8c26365f
+checksum=e69bce5a4b1abe05489b19d2906c258b27f70ff8b13f59e5932527ae6b77c6a6
 
 post_build() {
 	RUSTUP="target/${RUST_TARGET}/release/rustup-init"

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

* Re: rustup: update to 1.24.1.
  2021-04-28  8:55 [PR PATCH] [NOMERGE] rustup: update to 1.24.0 jcgruenhage
  2021-05-03  9:43 ` [PR PATCH] [Updated] " jcgruenhage
@ 2021-06-11  1:04 ` cinerea0
  2021-06-18 18:46 ` jcgruenhage
  2021-06-18 19:13 ` [PR PATCH] [Updated] " jcgruenhage
  3 siblings, 0 replies; 5+ messages in thread
From: cinerea0 @ 2021-06-11  1:04 UTC (permalink / raw)
  To: ml

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

New comment by cinerea0 on void-packages repository

https://github.com/void-linux/void-packages/pull/30557#issuecomment-859185960

Comment:
Why was this PR marked as a draft?

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

* Re: rustup: update to 1.24.1.
  2021-04-28  8:55 [PR PATCH] [NOMERGE] rustup: update to 1.24.0 jcgruenhage
  2021-05-03  9:43 ` [PR PATCH] [Updated] " jcgruenhage
  2021-06-11  1:04 ` rustup: update to 1.24.1 cinerea0
@ 2021-06-18 18:46 ` jcgruenhage
  2021-06-18 19:13 ` [PR PATCH] [Updated] " jcgruenhage
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2021-06-18 18:46 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/30557#issuecomment-864216001

Comment:
@cinerea0 yeah, 1.24.0 was bork, 1.24.1 is fine, but 1.24.2 and 1.24.3 already exist, but need a higher rust version, so I've wanted to wait for the next rust update to hit void-packages.

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

* Re: [PR PATCH] [Updated] rustup: update to 1.24.1.
  2021-04-28  8:55 [PR PATCH] [NOMERGE] rustup: update to 1.24.0 jcgruenhage
                   ` (2 preceding siblings ...)
  2021-06-18 18:46 ` jcgruenhage
@ 2021-06-18 19:13 ` jcgruenhage
  3 siblings, 0 replies; 5+ messages in thread
From: jcgruenhage @ 2021-06-18 19:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages rustup-1.24.0_1
https://github.com/void-linux/void-packages/pull/30557

rustup: update to 1.24.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

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

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-rustup-1.24.0_1-30557.patch --]
[-- Type: text/x-diff, Size: 1131 bytes --]

From 441dcacd12ff17a1ba90d9c2d3422204889ab367 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jan=20Christian=20Gr=C3=BCnhage?=
 <jan.christian@gruenhage.xyz>
Date: Wed, 28 Apr 2021 10:49:58 +0200
Subject: [PATCH] rustup: update to 1.24.1.

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

diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template
index e4f985f74ec4..cb92bd1d3925 100644
--- a/srcpkgs/rustup/template
+++ b/srcpkgs/rustup/template
@@ -1,7 +1,7 @@
 # Template file for 'rustup'
 pkgname=rustup
-version=1.23.1
-revision=3
+version=1.24.1
+revision=1
 # rustup doesn't recognize this target
 archs="~armv*-musl"
 build_style=cargo
@@ -14,7 +14,7 @@ maintainer="Jan Christian Grünhage <jan.christian@gruenhage.xyz>"
 license="Apache-2.0, MIT"
 homepage="https://www.rustup.rs"
 distfiles="https://github.com/rust-lang/${pkgname}/archive/${version}.tar.gz"
-checksum=0203231bfe405ee1c7d5e7e1c013b9b8a2dc87fbd8474e77f500331d8c26365f
+checksum=e69bce5a4b1abe05489b19d2906c258b27f70ff8b13f59e5932527ae6b77c6a6
 
 post_build() {
 	RUSTUP="target/${RUST_TARGET}/release/rustup-init"

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

end of thread, other threads:[~2021-06-18 19:13 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-28  8:55 [PR PATCH] [NOMERGE] rustup: update to 1.24.0 jcgruenhage
2021-05-03  9:43 ` [PR PATCH] [Updated] " jcgruenhage
2021-06-11  1:04 ` rustup: update to 1.24.1 cinerea0
2021-06-18 18:46 ` jcgruenhage
2021-06-18 19:13 ` [PR PATCH] [Updated] " jcgruenhage

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