Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go: update to 1.19.
@ 2022-08-05  8:06 g4s8
  2022-08-05  8:10 ` classabbyamp
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: g4s8 @ 2022-08-05  8:06 UTC (permalink / raw)
  To: ml

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

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

https://github.com/g4s8/void-packages go-1.19
https://github.com/void-linux/void-packages/pull/38474

go: update to 1.19.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 - GNU libc)


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

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

From d092b2d0d11b607fb08815e2ba0aac46176086c8 Mon Sep 17 00:00:00 2001
From: Kirill <g4s8.public@gmail.com>
Date: Fri, 5 Aug 2022 10:54:32 +0300
Subject: [PATCH] go: update to 1.19.

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 9aa551c74c53..6238feb2752b 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.17.2
+version=1.19
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://golang.org/"
 changelog="https://golang.org/doc/devel/release.html"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=2255eb3e4e824dd7d5fcdc2e7f84534371c186312e546fb1086a34c17752f431
+checksum=9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9
 nostrip=yes
 noverifyrdeps=yes
 

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

* Re: go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
@ 2022-08-05  8:10 ` classabbyamp
  2022-08-05  8:11 ` [PR PATCH] [Updated] " g4s8
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-08-05  8:10 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38474#issuecomment-1206170088

Comment:
I think you need to rebase your branch on the latest master, there are conflicts

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

* Re: [PR PATCH] [Updated] go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
  2022-08-05  8:10 ` classabbyamp
@ 2022-08-05  8:11 ` g4s8
  2022-08-05  8:20 ` classabbyamp
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: g4s8 @ 2022-08-05  8:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/g4s8/void-packages go-1.19
https://github.com/void-linux/void-packages/pull/38474

go: update to 1.19.
#### Testing the changes
- I tested the changes in this PR: **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 - GNU libc)


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

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

From a9e0e9a99a41f6f92cb6feac5bf5cd345f6788d1 Mon Sep 17 00:00:00 2001
From: Kirill <g4s8.public@gmail.com>
Date: Fri, 5 Aug 2022 10:54:32 +0300
Subject: [PATCH] go: update to 1.19.

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 2db64b795ed8..7f0b407853cc 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.18.3
+version=1.19
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -11,7 +11,7 @@ license="BSD-3-Clause"
 homepage="https://go.dev/"
 changelog="https://go.dev/doc/devel/release.html"
 distfiles="https://go.dev/dl/go${version}.src.tar.gz"
-checksum=0012386ddcbb5f3350e407c679923811dbd283fcdc421724931614a842ecbc2d
+checksum=9419cc70dc5a2523f29a77053cafff658ed21ef3561d9b6b020280ebceab28b9
 nostrip=yes
 noverifyrdeps=yes
 

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

* Re: go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
  2022-08-05  8:10 ` classabbyamp
  2022-08-05  8:11 ` [PR PATCH] [Updated] " g4s8
@ 2022-08-05  8:20 ` classabbyamp
  2022-08-05  9:59 ` paper42
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: classabbyamp @ 2022-08-05  8:20 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/38474#issuecomment-1206179344

Comment:
supercedes #38385 

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

* Re: go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
                   ` (2 preceding siblings ...)
  2022-08-05  8:20 ` classabbyamp
@ 2022-08-05  9:59 ` paper42
  2022-08-05 19:09 ` icp1994
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-08-05  9:59 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38474#issuecomment-1206270925

Comment:
cc @the-maldridge 

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

* Re: go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
                   ` (3 preceding siblings ...)
  2022-08-05  9:59 ` paper42
@ 2022-08-05 19:09 ` icp1994
  2022-08-07  5:10 ` subnut
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 9+ messages in thread
From: icp1994 @ 2022-08-05 19:09 UTC (permalink / raw)
  To: ml

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

New comment by icp1994 on void-packages repository

https://github.com/void-linux/void-packages/pull/38474#issuecomment-1206777692

Comment:
https://github.com/golang/go/issues/52919#issuecomment-1206137273 should be relevant for the failed i686 build

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

* Re: go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
                   ` (4 preceding siblings ...)
  2022-08-05 19:09 ` icp1994
@ 2022-08-07  5:10 ` subnut
  2022-08-07 20:49 ` paper42
  2022-08-07 20:49 ` [PR PATCH] [Closed]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: subnut @ 2022-08-07  5:10 UTC (permalink / raw)
  To: ml

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

New comment by subnut on void-packages repository

https://github.com/void-linux/void-packages/pull/38474#issuecomment-1207332426

Comment:
Failing builds fixed in #38510

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

* Re: go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
                   ` (5 preceding siblings ...)
  2022-08-07  5:10 ` subnut
@ 2022-08-07 20:49 ` paper42
  2022-08-07 20:49 ` [PR PATCH] [Closed]: " paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-08-07 20:49 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/38474#issuecomment-1207483029

Comment:
superseded by #38510

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

* Re: [PR PATCH] [Closed]: go: update to 1.19.
  2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
                   ` (6 preceding siblings ...)
  2022-08-07 20:49 ` paper42
@ 2022-08-07 20:49 ` paper42
  7 siblings, 0 replies; 9+ messages in thread
From: paper42 @ 2022-08-07 20:49 UTC (permalink / raw)
  To: ml

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

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

go: update to 1.19.
https://github.com/void-linux/void-packages/pull/38474

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

#### Local build testing
- I built this PR locally for my native architecture, (x86_64 - GNU libc)


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

end of thread, other threads:[~2022-08-07 20:49 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-05  8:06 [PR PATCH] go: update to 1.19 g4s8
2022-08-05  8:10 ` classabbyamp
2022-08-05  8:11 ` [PR PATCH] [Updated] " g4s8
2022-08-05  8:20 ` classabbyamp
2022-08-05  9:59 ` paper42
2022-08-05 19:09 ` icp1994
2022-08-07  5:10 ` subnut
2022-08-07 20:49 ` paper42
2022-08-07 20:49 ` [PR PATCH] [Closed]: " paper42

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