Up to [cvs.NetBSD.org] / pkgsrc / lang / go116
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9, Sat Oct 1 11:25:52 2022 UTC (4 months ago) by bsiegert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1
lines
FILE REMOVED
go19, go110, go116, go117: remove Go 1.9 and 1.10 are no longer useful because they do not support module-based builds, which is most other packages now. Go 1.16 and 1.17 are end of life. ok to remove from gdt@ on tech-pkg@.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:12 2022 UTC (7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.7: +2 -1
lines
Diff to previous 1.7 (colored)
*: recursive bump for perl 5.36
Revision 1.7 / (download) - annotate - [select for diffs], Sun Jan 9 19:18:52 2022 UTC (12 months, 3 weeks ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Update go116 to 1.16.13. go1.16.13 (released 2022-01-06) includes fixes to the compiler, linker, runtime, and the net/http package. See the Go 1.16.13 milestone on our issue tracker for details.
Revision 1.6 / (download) - annotate - [select for diffs], Tue Jul 13 10:12:00 2021 UTC (18 months, 2 weeks ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.5: +1 -2
lines
Diff to previous 1.5 (colored)
Update go116 to 1.16.6. This minor release includes a security fix according to the new security policy. crypto/tls clients can panic when provided a certificate of the wrong type for the negotiated parameters. net/http clients performing HTTPS requests are also affected. The panic can be triggered by an attacker in a privileged network position without access to the server certificate's private key, as long as a trusted ECDSA or Ed25519 certificate for the server exists (or can be issued), or the client is configured with Config.InsecureSkipVerify. Clients that disable all TLS_RSA cipher suites (that is, TLS 1.0ур.2 cipher suites without ECDHE), as well as TLS 1.3-only clients, are unaffected. This is issue 47143 and CVE-2021-34558. Thanks to Imre Rad for reporting this issue.
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 24 19:52:33 2021 UTC (20 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.4: +2 -1
lines
Diff to previous 1.4 (colored)
*: recursive bump for perl 5.34
Revision 1.4 / (download) - annotate - [select for diffs], Thu May 13 09:32:26 2021 UTC (20 months, 2 weeks ago) by nia
Branch: MAIN
Changes since 1.3: +1 -2
lines
Diff to previous 1.3 (colored)
go*: remove bsdtar requirement was likely introduced as a workaround for pax-as-tar in netbsd 8 and prior being unable to deal with complex archives. now we deal with this in the pkgsrc infrastructure and this just unfairly adds a dependency on platforms where the native tar is perfectly fine.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Mar 30 15:08:57 2021 UTC (22 months ago) by jperkin
Branch: MAIN
Changes since 1.2: +6 -1
lines
Diff to previous 1.2 (colored)
go116: Find pkgsrc SSL certificates on SunOS.
Revision 1.2 / (download) - annotate - [select for diffs], Thu Feb 18 11:05:42 2021 UTC (23 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
go11*: switch from gtar to using bsdtar Tested on NetBSD current. Ok bsiegert
Revision 1.1 / (download) - annotate - [select for diffs], Sat Dec 19 17:58:06 2020 UTC (2 years, 1 month ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Add a package for go116-1.16.beta1. Normally, we would not package beta versions, except maybe in pkgsrc-wip. This is different though, since 1.16.beta1 is the first Go version supporting macOS on Apple Silicon. Discussion about this was on tech-pkg@.