Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] go: update to 1.21.3.
@ 2023-10-19 20:27 g4s8
  2023-10-19 20:35 ` g4s8
  2023-10-22 21:07 ` [PR PATCH] [Merged]: " the-maldridge
  0 siblings, 2 replies; 3+ messages in thread
From: g4s8 @ 2023-10-19 20:27 UTC (permalink / raw)
  To: ml

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

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

https://github.com/g4s8/void-packages go-1.21.3
https://github.com/void-linux/void-packages/pull/46782

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

#### Local build testing
- I built this PR locally for my native architecture, (amd64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l
  - aarch64
  - i686

Changes, see https://go.dev/doc/devel/release#go1.21.minor
 - go1.21.2 (released 2023-10-05) includes one security fixes to the cmd/go package, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the runtime/metrics package. See the [Go 1.21.2 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.21.2+label%3ACherryPickApproved) on our issue tracker for details.
 - go1.21.3 (released 2023-10-10) includes a security fix to the net/http package. See the [Go 1.21.3 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.21.3+label%3ACherryPickApproved) on our issue tracker for details.


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

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

From 2b04524885c76473d7f46cf944e6b8577fc34e65 Mon Sep 17 00:00:00 2001
From: Kirill <g4s8.public@gmail.com>
Date: Fri, 20 Oct 2023 00:11:47 +0400
Subject: [PATCH] go: update to 1.21.3.

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

diff --git a/srcpkgs/go/template b/srcpkgs/go/template
index e01beceb405e2..322261bf11642 100644
--- a/srcpkgs/go/template
+++ b/srcpkgs/go/template
@@ -1,6 +1,6 @@
 # Template file for 'go'
 pkgname=go
-version=1.21.1
+version=1.21.3
 revision=1
 create_wrksrc=yes
 build_wrksrc=go
@@ -12,7 +12,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=bfa36bf75e9a1e9cbbdb9abcf9d1707e479bd3a07880a8ae3564caee5711cb99
+checksum=186f2b6f8c8b704e696821b09ab2041a5c1ee13dcbc3156a13adcf75931ee488
 nostrip=yes
 noverifyrdeps=yes
 # on CI it tries to use `git submodule`, which is not part of chroot-git

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

* Re: go: update to 1.21.3.
  2023-10-19 20:27 [PR PATCH] go: update to 1.21.3 g4s8
@ 2023-10-19 20:35 ` g4s8
  2023-10-22 21:07 ` [PR PATCH] [Merged]: " the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: g4s8 @ 2023-10-19 20:35 UTC (permalink / raw)
  To: ml

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

New comment by g4s8 on void-packages repository

https://github.com/void-linux/void-packages/pull/46782#issuecomment-1771668267

Comment:
@the-maldridge @paper42 @Duncaen please have a look

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

* Re: [PR PATCH] [Merged]: go: update to 1.21.3.
  2023-10-19 20:27 [PR PATCH] go: update to 1.21.3 g4s8
  2023-10-19 20:35 ` g4s8
@ 2023-10-22 21:07 ` the-maldridge
  1 sibling, 0 replies; 3+ messages in thread
From: the-maldridge @ 2023-10-22 21:07 UTC (permalink / raw)
  To: ml

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

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

go: update to 1.21.3.
https://github.com/void-linux/void-packages/pull/46782

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

#### Local build testing
- I built this PR locally for my native architecture, (amd64)
- I built this PR locally for these architectures (if supported. mark crossbuilds):
  - armv7l
  - aarch64
  - i686

Changes, see https://go.dev/doc/devel/release#go1.21.minor
 - go1.21.2 (released 2023-10-05) includes one security fixes to the cmd/go package, as well as bug fixes to the compiler, the go command, the linker, the runtime, and the runtime/metrics package. See the [Go 1.21.2 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.21.2+label%3ACherryPickApproved) on our issue tracker for details.
 - go1.21.3 (released 2023-10-10) includes a security fix to the net/http package. See the [Go 1.21.3 milestone](https://github.com/golang/go/issues?q=milestone%3AGo1.21.3+label%3ACherryPickApproved) on our issue tracker for details.


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

end of thread, other threads:[~2023-10-22 21:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-19 20:27 [PR PATCH] go: update to 1.21.3 g4s8
2023-10-19 20:35 ` g4s8
2023-10-22 21:07 ` [PR PATCH] [Merged]: " the-maldridge

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