The NetBSD Project

CVS log for pkgsrc/lang/go115/Attic/Makefile

[BACK] Up to [cvs.NetBSD.org] / pkgsrc / lang / go115

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.9, Sun Aug 22 14:18:51 2021 UTC (2 years, 1 month ago) by bsiegert
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1 lines
FILE REMOVED

We say goodbye to go115.

go115 became EOL upstream as soon as 1.17 was released.

Revision 1.8 / (download) - annotate - [select for diffs], Tue Jul 13 10:05:08 2021 UTC (2 years, 2 months ago) by bsiegert
Branch: MAIN
Changes since 1.7: +1 -2 lines
Diff to previous 1.7 (colored)

Update go115 to 1.15.14.

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.7 / (download) - annotate - [select for diffs], Mon May 24 19:52:33 2021 UTC (2 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base, pkgsrc-2021Q2
Changes since 1.6: +2 -1 lines
Diff to previous 1.6 (colored)

*: recursive bump for perl 5.34

Revision 1.6 / (download) - annotate - [select for diffs], Thu May 13 09:32:26 2021 UTC (2 years, 4 months ago) by nia
Branch: MAIN
Changes since 1.5: +1 -2 lines
Diff to previous 1.5 (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.5 / (download) - annotate - [select for diffs], Tue Mar 30 14:53:35 2021 UTC (2 years, 5 months ago) by jperkin
Branch: MAIN
Changes since 1.4: +6 -1 lines
Diff to previous 1.4 (colored)

go115: Find pkgsrc SSL certificates on SunOS.

Revision 1.4 / (download) - annotate - [select for diffs], Thu Feb 18 11:05:42 2021 UTC (2 years, 7 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.3: +2 -2 lines
Diff to previous 1.3 (colored)

go11*: switch from gtar to using bsdtar

Tested on NetBSD current.

Ok bsiegert

Revision 1.3 / (download) - annotate - [select for diffs], Thu Sep 3 06:47:21 2020 UTC (3 years ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4, pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.2: +1 -2 lines
Diff to previous 1.2 (colored)

Update go115 to 1.15.1.

go1.15.1 (released 2020/09/01) includes security fixes to the net/http/cgi and
net/http/fcgi packages. See the Go 1.15.1 milestone on our issue tracker for
details.

Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:50 2020 UTC (3 years ago) by wiz
Branch: MAIN
Changes since 1.1: +2 -1 lines
Diff to previous 1.1 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Aug 21 19:50:22 2020 UTC (3 years, 1 month ago) by bsiegert
Branch: MAIN

Add a package for Go 1.15.

The latest Go release, version 1.15, arrives six months after Go 1.14. Most of
its changes are in the implementation of the toolchain, runtime, and libraries.
As always, the release maintains the Go 1 promise of compatibility. We expect
almost all Go programs to continue to compile and run as before.

Go 1.15 includes substantial improvements to the linker, improves allocation
for small objects at high core counts, and deprecates X.509 CommonName. GOPROXY
now supports skipping proxies that return errors and a new embedded tzdata
package has been added.

There are no changes to the language.

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.




CVSweb <webmaster@jp.NetBSD.org>