Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] rustup: update to 1.20.2
@ 2019-10-21 10:01 voidlinux-github
  2019-10-22 10:04 ` voidlinux-github
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-21 10:01 UTC (permalink / raw)
  To: ml

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

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

https://github.com/jcgruenhage/void-packages rustup-1.20.2
https://github.com/void-linux/void-packages/pull/15660

rustup: update to 1.20.2
None

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

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

From 7df1c040325e265b979f4abe216cf610d7bd5c50 Mon Sep 17 00:00:00 2001
From: Jan Christian Gruenhage <jan.christian@gruenhage.xyz>
Date: Mon, 21 Oct 2019 11:59:19 +0200
Subject: [PATCH] rustup: update to 1.20.2

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

diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template
index d1a5d5be264..c8eb053bd30 100644
--- a/srcpkgs/rustup/template
+++ b/srcpkgs/rustup/template
@@ -1,7 +1,7 @@
 # Template file for 'rustup'
 pkgname=rustup
-version=1.18.3
-revision=2
+version=1.20.2
+revision=1
 wrksrc="${pkgname}.rs-${version}"
 build_style=cargo
 configure_args="--features no-self-update --bin rustup-init"
@@ -12,11 +12,11 @@ maintainer="Daniel Lee Ramírez <dleeram@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://www.rustup.rs"
 distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"
-checksum=9a2ae2c85bbbfc838b25d86d049bc677532950d78765725beabb8a61df1c2710
+checksum=4d47ef7468c615fd10fbb07a16c15754336263d7417ee1685dfbd6e3ec151084
 
 pre_build() {
-	cargo update --package openssl-sys --precise 0.9.46
-	cargo update --package openssl --precise 0.10.22
+	cargo update --package openssl-sys --precise 0.9.51
+	cargo update --package openssl --precise 0.10.25
 }
 
 do_install() {

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

* Re: rustup: update to 1.20.2
  2019-10-21 10:01 [PR PATCH] rustup: update to 1.20.2 voidlinux-github
@ 2019-10-22 10:04 ` voidlinux-github
  2019-10-22 11:42 ` voidlinux-github
  2019-10-24 12:31 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-22 10:04 UTC (permalink / raw)
  To: ml

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

New comment by Piraty on void-packages repository

https://github.com/void-linux/void-packages/pull/15660#issuecomment-544890857

Comment:
#15684

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

* Re: rustup: update to 1.20.2
  2019-10-21 10:01 [PR PATCH] rustup: update to 1.20.2 voidlinux-github
  2019-10-22 10:04 ` voidlinux-github
@ 2019-10-22 11:42 ` voidlinux-github
  2019-10-24 12:31 ` [PR PATCH] [Merged]: " voidlinux-github
  2 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-22 11:42 UTC (permalink / raw)
  To: ml

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

New comment by jcgruenhage on void-packages repository

https://github.com/void-linux/void-packages/pull/15660#issuecomment-544922167

Comment:
People should probably check whether a PR already exists before opening a new one that does the same thing..

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

* Re: [PR PATCH] [Merged]: rustup: update to 1.20.2
  2019-10-21 10:01 [PR PATCH] rustup: update to 1.20.2 voidlinux-github
  2019-10-22 10:04 ` voidlinux-github
  2019-10-22 11:42 ` voidlinux-github
@ 2019-10-24 12:31 ` voidlinux-github
  2 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-24 12:31 UTC (permalink / raw)
  To: ml

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

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

rustup: update to 1.20.2
https://github.com/void-linux/void-packages/pull/15660

Description:
None

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

* [PR PATCH] rustup: update to 1.20.2.
@ 2019-10-22  0:33 voidlinux-github
  0 siblings, 0 replies; 5+ messages in thread
From: voidlinux-github @ 2019-10-22  0:33 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Wychmire/void-packages rustup
https://github.com/void-linux/void-packages/pull/15684

rustup: update to 1.20.2.
Travis build succeeded on [my fork](https://travis-ci.org/Wychmire/void-packages/builds/601026991) and installs/updates toolchains properly on my local install.

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

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

From 74c0e63a7d8f4d3f85e97b851fb2336a5c604e19 Mon Sep 17 00:00:00 2001
From: Caleb JA <skywise@tutanota.de>
Date: Mon, 21 Oct 2019 20:00:34 -0400
Subject: [PATCH] rustup: update to 1.20.2.

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

diff --git a/srcpkgs/rustup/template b/srcpkgs/rustup/template
index d1a5d5be264..3ead9480fe8 100644
--- a/srcpkgs/rustup/template
+++ b/srcpkgs/rustup/template
@@ -1,7 +1,7 @@
 # Template file for 'rustup'
 pkgname=rustup
-version=1.18.3
-revision=2
+version=1.20.2
+revision=1
 wrksrc="${pkgname}.rs-${version}"
 build_style=cargo
 configure_args="--features no-self-update --bin rustup-init"
@@ -12,10 +12,10 @@ maintainer="Daniel Lee Ramírez <dleeram@protonmail.com>"
 license="Apache-2.0, MIT"
 homepage="https://www.rustup.rs"
 distfiles="https://github.com/rust-lang-nursery/${pkgname}.rs/archive/${version}.tar.gz"
-checksum=9a2ae2c85bbbfc838b25d86d049bc677532950d78765725beabb8a61df1c2710
+checksum=4d47ef7468c615fd10fbb07a16c15754336263d7417ee1685dfbd6e3ec151084
 
 pre_build() {
-	cargo update --package openssl-sys --precise 0.9.46
+	cargo update --package openssl-sys --precise 0.9.52
 	cargo update --package openssl --precise 0.10.22
 }
 

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

end of thread, other threads:[~2019-10-24 12:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-21 10:01 [PR PATCH] rustup: update to 1.20.2 voidlinux-github
2019-10-22 10:04 ` voidlinux-github
2019-10-22 11:42 ` voidlinux-github
2019-10-24 12:31 ` [PR PATCH] [Merged]: " voidlinux-github
2019-10-22  0:33 [PR PATCH] " voidlinux-github

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