The NetBSD Project

CVS log for pkgsrc/lang/go14/Makefile

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

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.29 / (download) - annotate - [select for diffs], Sat Jul 15 10:52:59 2023 UTC (2 months, 2 weeks ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base, pkgsrc-2023Q3, HEAD
Changes since 1.28: +2 -2 lines
Diff to previous 1.28 (colored)

Revbump all Go packages after go120 update

Revision 1.28 / (download) - annotate - [select for diffs], Tue Jun 6 12:41:44 2023 UTC (3 months, 4 weeks ago) by riastradh
Branch: MAIN
CVS Tags: pkgsrc-2023Q2-base, pkgsrc-2023Q2
Changes since 1.27: +2 -2 lines
Diff to previous 1.27 (colored)

Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.

Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).

No change to BUILD_DEPENDS as used correctly inside buildlink3.

As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jun 28 11:34:13 2022 UTC (15 months, 1 week ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base, pkgsrc-2023Q1, pkgsrc-2022Q4-base, pkgsrc-2022Q4, pkgsrc-2022Q3-base, pkgsrc-2022Q3
Changes since 1.26: +2 -2 lines
Diff to previous 1.26 (colored)

*: recursive bump for perl 5.36

Revision 1.26 / (download) - annotate - [select for diffs], Sat Jul 3 10:29:26 2021 UTC (2 years, 3 months ago) by thor
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base, pkgsrc-2022Q2, pkgsrc-2022Q1-base, pkgsrc-2022Q1, pkgsrc-2021Q4-base, pkgsrc-2021Q4, pkgsrc-2021Q3-base, pkgsrc-2021Q3
Changes since 1.25: +4 -2 lines
Diff to previous 1.25 (colored)

lang/go14: use awk and fix a script for it

Revision 1.25 / (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.24: +2 -2 lines
Diff to previous 1.24 (colored)

*: recursive bump for perl 5.34

Revision 1.24 / (download) - annotate - [select for diffs], Sat Feb 20 13:54:46 2021 UTC (2 years, 7 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base, pkgsrc-2021Q1
Changes since 1.23: +5 -3 lines
Diff to previous 1.23 (colored)

go14: prevent spurious recompiles of standard library packages

This touches all compiled std library files after installation, to avoid
extra recompilations when a dependent package (most likely a newer Go
release) is being built.

Patch from mlelstv@ in PR pkg/55900.

Revision 1.23 / (download) - annotate - [select for diffs], Tue Oct 20 11:22:27 2020 UTC (2 years, 11 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2020Q4-base, pkgsrc-2020Q4
Changes since 1.22: +4 -1 lines
Diff to previous 1.22 (colored)

go14: Not for aarch64

Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 31 18:09:50 2020 UTC (3 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base, pkgsrc-2020Q3
Changes since 1.21: +2 -2 lines
Diff to previous 1.21 (colored)

*: bump PKGREVISION for perl-5.32.

Revision 1.21 / (download) - annotate - [select for diffs], Sun Jan 26 17:31:28 2020 UTC (3 years, 8 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base, pkgsrc-2020Q2, pkgsrc-2020Q1-base, pkgsrc-2020Q1
Changes since 1.20: +2 -2 lines
Diff to previous 1.20 (colored)

all: migrate homepages from http to https

pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.

Revision 1.20 / (download) - annotate - [select for diffs], Sun Nov 3 19:04:01 2019 UTC (3 years, 11 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base, pkgsrc-2019Q4
Changes since 1.19: +3 -3 lines
Diff to previous 1.19 (colored)

lang: align variable assignments

pkglint -Wall -F --only aligned --only indent -r

No manual corrections.

Revision 1.19 / (download) - annotate - [select for diffs], Sun Aug 11 13:21:21 2019 UTC (4 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base, pkgsrc-2019Q3
Changes since 1.18: +2 -2 lines
Diff to previous 1.18 (colored)

Bump PKGREVISIONs for perl 5.30.0

Revision 1.18 / (download) - annotate - [select for diffs], Sat Apr 13 23:09:40 2019 UTC (4 years, 5 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base, pkgsrc-2019Q2
Changes since 1.17: +2 -2 lines
Diff to previous 1.17 (colored)

go14: fix bootstrap for newer openbsd.

openbsd requires mapping the stack with MAP_STACK. binaries not doing this
will not run. patch taken from openbsd ports, via sjmulder.

I modified it to use GOOS_openbsd, because other OSes are not provided
an implementation of sysMarkStack.

Bump PKGREVISION.

Revision 1.17 / (download) - annotate - [select for diffs], Wed Aug 22 09:45:20 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base, pkgsrc-2019Q1, pkgsrc-2018Q4-base, pkgsrc-2018Q4, pkgsrc-2018Q3-base, pkgsrc-2018Q3
Changes since 1.16: +2 -2 lines
Diff to previous 1.16 (colored)

Recursive bump for perl5-5.28.0

Revision 1.16 / (download) - annotate - [select for diffs], Tue Jan 30 17:05:22 2018 UTC (5 years, 8 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base, pkgsrc-2018Q2, pkgsrc-2018Q1-base, pkgsrc-2018Q1
Changes since 1.15: +1 -3 lines
Diff to previous 1.15 (colored)

go*: Disable SSP support completely.

It's not supported by the go linker, and can cause issues when building
third-party modules if the SSP libraries are handled by pkgsrc.

Revision 1.15 / (download) - annotate - [select for diffs], Sat Jan 20 16:55:25 2018 UTC (5 years, 8 months ago) by christos
Branch: MAIN
Changes since 1.14: +3 -3 lines
Diff to previous 1.14 (colored)

Add Yasushi Oshima patches for arm from:
    https://github.com/oshimaya/pkgsrc/tree/master/lang/go14

Revision 1.14 / (download) - annotate - [select for diffs], Wed Oct 4 10:03:53 2017 UTC (6 years ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base, pkgsrc-2017Q4
Changes since 1.13: +3 -1 lines
Diff to previous 1.13 (colored)

go*: Disable SSP checks for similar reasons as RELRO.

Revision 1.13 / (download) - annotate - [select for diffs], Sat Sep 2 17:15:00 2017 UTC (6 years, 1 month ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base, pkgsrc-2017Q3
Changes since 1.12: +6 -3 lines
Diff to previous 1.12 (colored)

Disable cgo, bump PKGREVISION.

"The bitrot will continue until morale improves."

Go 1.4 is only used as a bootstrap helper to compile a more recent Go.
However, cgo in 1.4 no longer works with current binutils.

Prodded by Thomas Orgis on the mailing list.

Revision 1.12 / (download) - annotate - [select for diffs], Sat Jul 22 19:32:41 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.11: +5 -1 lines
Diff to previous 1.11 (colored)

Sprinkle CHECK_RELRO_SKIP on go packages.

go14 has no relro support AFAICT.

go-1.8.3 has if you use -buildmode=pie, but it claims it's not supported
on Linux.

Disable relro checking for go packages until bsiegert has time to
look at this.

Revision 1.11 / (download) - annotate - [select for diffs], Sat Jul 22 10:00:21 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
Changes since 1.10: +1 -3 lines
Diff to previous 1.10 (colored)

Remove references to non-existing files.

Revision 1.10 / (download) - annotate - [select for diffs], Thu Mar 16 18:55:09 2017 UTC (6 years, 6 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base, pkgsrc-2017Q2, pkgsrc-2017Q1-base, pkgsrc-2017Q1
Changes since 1.9: +2 -2 lines
Diff to previous 1.9 (colored)

As this package doesn't install anything into "bin" we don't need to
create that directory.

Revision 1.9 / (download) - annotate - [select for diffs], Tue Oct 4 18:45:22 2016 UTC (7 years ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base, pkgsrc-2016Q4
Changes since 1.8: +2 -2 lines
Diff to previous 1.8 (colored)

Backport fixes for compiling under macOS Sierra from
https://github.com/golang/go/issues/16352.

Revision 1.8 / (download) - annotate - [select for diffs], Sat Jul 9 06:38:25 2016 UTC (7 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q3-base, pkgsrc-2016Q3
Changes since 1.7: +2 -2 lines
Diff to previous 1.7 (colored)

Bump PKGREVISION for perl-5.24.0 for everything mentioning perl.

Revision 1.7 / (download) - annotate - [select for diffs], Sun Feb 21 14:32:24 2016 UTC (7 years, 7 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base, pkgsrc-2016Q2, pkgsrc-2016Q1-base, pkgsrc-2016Q1
Changes since 1.6: +2 -2 lines
Diff to previous 1.6 (colored)

Backport fix for new binutils to make go14 compile under NetBSD-current.
Patch from Ryo Onodera in PR pkg/50777.

The upstream bug report is https://github.com/golang/go/issues/13114.

Bump PKGREVISION.

Revision 1.6 / (download) - annotate - [select for diffs], Mon Dec 21 20:20:02 2015 UTC (7 years, 9 months ago) by bsiegert
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base, pkgsrc-2015Q4
Changes since 1.5: +2 -1 lines
Diff to previous 1.5 (colored)

Pull in http://golang.org/cl/8261 to fix build on OpenIndiana,
PR pkg/50565.

ok wiz@

Revision 1.3.2.1 / (download) - annotate - [select for diffs], Tue Oct 6 16:37:05 2015 UTC (8 years ago) by spz
Branch: pkgsrc-2015Q3
Changes since 1.3: +2 -5 lines
Diff to previous 1.3 (colored) next main 1.4 (colored)

Pullup ticket #4819 - requested by bsiegert
lang/go14: security update

Revisions pulled up:
- lang/go/version.mk                                            1.9
- lang/go14/Makefile                                            1.5
- lang/go14/PLIST                                               1.2
- lang/go14/distinfo                                            1.3

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tnn
   Date:           Sun Sep 27 00:36:02 UTC 2015

   Modified Files:
           pkgsrc/lang/go14: Makefile

   Log Message:
   more REPLACE_BASH


   To generate a diff of this commit:
   cvs rdiff -u -r1.4 -r1.5 pkgsrc/lang/go14/Makefile

-------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   bsiegert
   Date:           Sat Sep 26 17:37:01 UTC 2015

   Modified Files:
           pkgsrc/lang/go: version.mk
           pkgsrc/lang/go14: Makefile PLIST distinfo

   Log Message:
   Update go14 to 1.4.3. It fixes four security-related issues.

   The issues were reported in Go's net/http package. They affect programs usi=
   ng
   that package to proxy HTTP requests. We recommend that all users upgrade to=
    Go
   1.5, which fixes these issues. For users unable to upgrade to Go 1.5, we ha=
   ve
   released version 1.4.3, which is based on Go 1.4.2 plus fixes for these iss=
   ues.
   Affected Go programs=E2=80=94those that use the net/http package as a proxy=
    server=E2=80=94must
   be recompiled with Go 1.5 or Go 1.4.3 to receive the fixes.

   The CVE issue descriptions and fixes are linked below.

   CVE-2015-5739
   "Content Length" treated as valid header:
   https://go-review.googlesource.com/#/c/11772/

   CVE-2015-5740
   Double content-length headers does not return 400 error:
   https://go-review.googlesource.com/#/c/11810/

   CVE-2015-5741
   Additional hardening, not sending Content-Length w/Transfer-Encoding,
   Closing connections:
   https://go-review.googlesource.com/#/c/11810/
   https://go-review.googlesource.com/#/c/12865/
   https://go-review.googlesource.com/#/c/13148/

   The Go team would like to thank Jed Denlea and R=C3=A9gis Leroy for their
   contributions to this release. They have been awarded 1337 USD under the Go=
   ogle
   Security Bounty program.


   To generate a diff of this commit:
   cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/go/version.mk
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/lang/go14/Makefile
   cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/go14/PLIST
   cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/go14/distinfo

Revision 1.5 / (download) - annotate - [select for diffs], Sun Sep 27 00:36:02 2015 UTC (8 years ago) by tnn
Branch: MAIN
Changes since 1.4: +2 -4 lines
Diff to previous 1.4 (colored)

more REPLACE_BASH

Revision 1.4 / (download) - annotate - [select for diffs], Sat Sep 26 17:37:01 2015 UTC (8 years ago) by bsiegert
Branch: MAIN
Changes since 1.3: +1 -2 lines
Diff to previous 1.3 (colored)

Update go14 to 1.4.3. It fixes four security-related issues.

The issues were reported in Go's net/http package. They affect programs using
that package to proxy HTTP requests. We recommend that all users upgrade to Go
1.5, which fixes these issues. For users unable to upgrade to Go 1.5, we have
released version 1.4.3, which is based on Go 1.4.2 plus fixes for these issues.
Affected Go programsãàÇÕhose that use the net/http package as a proxy serverãàÇÎust
be recompiled with Go 1.5 or Go 1.4.3 to receive the fixes.

The CVE issue descriptions and fixes are linked below.

CVE-2015-5739
"Content Length" treated as valid header:
https://go-review.googlesource.com/#/c/11772/

CVE-2015-5740
Double content-length headers does not return 400 error:
https://go-review.googlesource.com/#/c/11810/

CVE-2015-5741
Additional hardening, not sending Content-Length w/Transfer-Encoding,
Closing connections:
https://go-review.googlesource.com/#/c/11810/
https://go-review.googlesource.com/#/c/12865/
https://go-review.googlesource.com/#/c/13148/

The Go team would like to thank Jed Denlea and Régis Leroy for their
contributions to this release. They have been awarded 1337 USD under the Google
Security Bounty program.

Revision 1.3 / (download) - annotate - [select for diffs], Sat Aug 22 23:32:40 2015 UTC (8 years, 1 month ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base
Branch point for: pkgsrc-2015Q3
Changes since 1.2: +6 -6 lines
Diff to previous 1.2 (colored)

Fix CHECK_FILES_SKIP patterns for new PREFIX.

No change to binary package, so no PKGREVISION bump.

Revision 1.2 / (download) - annotate - [select for diffs], Sat Aug 22 10:46:33 2015 UTC (8 years, 1 month ago) by bsiegert
Branch: MAIN
Changes since 1.1: +2 -2 lines
Diff to previous 1.1 (colored)

Fix build on Darwin by adding go14 to INSTALLATION_DIRS. Darwin's pax
does not create the directory itself.

Revision 1.1 / (download) - annotate - [select for diffs], Fri Jul 31 14:46:25 2015 UTC (8 years, 2 months ago) by bsiegert
Branch: MAIN

Create lang/go14 as a copy of lang/go but which installs under
$PREFIX/go14.

Go 1.5 is going to be released soon, and it will depend on an existing
installation of Go 1.4 to compile. So let's provide one.

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>