Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go: update to 1.16
@ 2021-02-25 15:38 endigma
  2021-02-25 15:46 ` FollieHiyuki
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: endigma @ 2021-02-25 15:38 UTC (permalink / raw)
  To: ml

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

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

https://github.com/endigma/void-packages patch-2
https://github.com/void-linux/void-packages/pull/29054

go: update to 1.16


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

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

From 1ce96d7216ca6f4ea3d399a98c8e5b8f9f3d969a Mon Sep 17 00:00:00 2001
From: endigma <endigmamc@gmail.com>
Date: Thu, 25 Feb 2021 11:36:52 -0400
Subject: [PATCH] go: update to 1.16

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 186575b0676..6c21c781cec 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.15.8
+version=1.16
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=540c0ab7781084d124991321ed1458e479982de94454a98afab6acadf38497c2
+checksum=7688063d55656105898f323d90a79a39c378d86fe89ae192eb3b7fc46347c95a
 nostrip=yes
 noverifyrdeps=yes
 

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

* Re: go: update to 1.16
  2021-02-25 15:38 [PR PATCH] go: update to 1.16 endigma
@ 2021-02-25 15:46 ` FollieHiyuki
  2021-02-25 15:46 ` [PR PATCH] [Closed]: " endigma
  2021-02-25 15:46 ` endigma
  2 siblings, 0 replies; 6+ messages in thread
From: FollieHiyuki @ 2021-02-25 15:46 UTC (permalink / raw)
  To: ml

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

New comment by FollieHiyuki on void-packages repository

https://github.com/void-linux/void-packages/pull/29054#issuecomment-785998591

Comment:
Duplicated of #28825 

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

* Re: go: update to 1.16
  2021-02-25 15:38 [PR PATCH] go: update to 1.16 endigma
  2021-02-25 15:46 ` FollieHiyuki
  2021-02-25 15:46 ` [PR PATCH] [Closed]: " endigma
@ 2021-02-25 15:46 ` endigma
  2 siblings, 0 replies; 6+ messages in thread
From: endigma @ 2021-02-25 15:46 UTC (permalink / raw)
  To: ml

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

New comment by endigma on void-packages repository

https://github.com/void-linux/void-packages/pull/29054#issuecomment-785998779

Comment:
> Duplicated of #28825



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

* Re: [PR PATCH] [Closed]: go: update to 1.16
  2021-02-25 15:38 [PR PATCH] go: update to 1.16 endigma
  2021-02-25 15:46 ` FollieHiyuki
@ 2021-02-25 15:46 ` endigma
  2021-02-25 15:46 ` endigma
  2 siblings, 0 replies; 6+ messages in thread
From: endigma @ 2021-02-25 15:46 UTC (permalink / raw)
  To: ml

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

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

go: update to 1.16
https://github.com/void-linux/void-packages/pull/29054

Description:


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

* [PR PATCH] go: update to 1.16
@ 2021-02-24 13:05 saqfish
  0 siblings, 0 replies; 6+ messages in thread
From: saqfish @ 2021-02-24 13:05 UTC (permalink / raw)
  To: ml

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

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

https://github.com/saqfish/void-packages go
https://github.com/void-linux/void-packages/pull/29026

go: update to 1.16
#### 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/29026.patch is attached

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

From 2fdb3f5190ed30eb6a14873f376c243b2d509a56 Mon Sep 17 00:00:00 2001
From: saqfish <saqfish@gmail.com>
Date: Wed, 24 Feb 2021 07:02:23 -0600
Subject: [PATCH] go: update to 1.16

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 186575b0676..6c21c781cec 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.15.8
+version=1.16
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -10,7 +10,7 @@ maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=540c0ab7781084d124991321ed1458e479982de94454a98afab6acadf38497c2
+checksum=7688063d55656105898f323d90a79a39c378d86fe89ae192eb3b7fc46347c95a
 nostrip=yes
 noverifyrdeps=yes
 

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

* [PR PATCH] go: update to 1.16
@ 2021-02-17 18:49 4ricci
  0 siblings, 0 replies; 6+ messages in thread
From: 4ricci @ 2021-02-17 18:49 UTC (permalink / raw)
  To: ml

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

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

https://github.com/4ricci/void-packages go
https://github.com/void-linux/void-packages/pull/28825

go: update to 1.16
<!-- Mark items with [x] where applicable -->
Tested on x86_64-glibc.

According to the release notes, this version no more supports x87 on the 386 arch, but only SSE2 and softfloat. I think SSE2 was the default even in older releases.
Since Void's i686 port must not require SSE2, we should both export `GO386=softfloat` when building the compiler (if needed) and set it as the default for the package. I don't know how to do it however. Setting it in `do_build()` makes the build fail.

Also, `GO111MODULE` now defaults to `on` instead of `auto`. Should we provide an INSTALL.msg?

#### 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/28825.patch is attached

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

From b9e5b9cd345495ee7b4684738c2da277f9feacae Mon Sep 17 00:00:00 2001
From: Roberto Ricci <ricci@disroot.org>
Date: Wed, 17 Feb 2021 10:23:09 +0100
Subject: [PATCH] go: update to 1.16

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index 186575b0676..20781ce682d 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.15.8
+version=1.16
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -9,8 +9,9 @@ short_desc="Go Programming Language"
 maintainer="Michael Aldridge <maldridge@voidlinux.org>"
 license="BSD-3-Clause"
 homepage="http://golang.org/"
+changelog="https://golang.org/doc/devel/release.html"
 distfiles="https://golang.org/dl/go${version}.src.tar.gz"
-checksum=540c0ab7781084d124991321ed1458e479982de94454a98afab6acadf38497c2
+checksum=7688063d55656105898f323d90a79a39c378d86fe89ae192eb3b7fc46347c95a
 nostrip=yes
 noverifyrdeps=yes
 

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

end of thread, other threads:[~2021-02-25 15:46 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-25 15:38 [PR PATCH] go: update to 1.16 endigma
2021-02-25 15:46 ` FollieHiyuki
2021-02-25 15:46 ` [PR PATCH] [Closed]: " endigma
2021-02-25 15:46 ` endigma
  -- strict thread matches above, loose matches on Subject: below --
2021-02-24 13:05 [PR PATCH] " saqfish
2021-02-17 18:49 4ricci

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