Date: Fri, 3 Sep 2021 13:25:32 GMT From: Dmitri Goutnik <dmgk@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 4e2f244da530 - main - lang/go: mark stacks as non-executable on freebsd (CL346872 backport) Message-ID: <202109031325.183DPWWR095098@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by dmgk: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e2f244da530f5d8e50b727e2ad433330a57b072 commit 4e2f244da530f5d8e50b727e2ad433330a57b072 Author: Mina Galić <me@igalic.co> AuthorDate: 2021-09-03 13:20:14 +0000 Commit: Dmitri Goutnik <dmgk@FreeBSD.org> CommitDate: 2021-09-03 13:25:08 +0000 lang/go: mark stacks as non-executable on freebsd (CL346872 backport) PR: 258241 --- lang/go/Makefile | 6 +++++- lang/go/distinfo | 4 +++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lang/go/Makefile b/lang/go/Makefile index a0f473ef9112..7330ec5f1b3f 100644 --- a/lang/go/Makefile +++ b/lang/go/Makefile @@ -2,7 +2,7 @@ PORTNAME= go PORTVERSION?= 1.17 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= lang MASTER_SITES?= https://golang.org/dl/ \ @@ -11,6 +11,10 @@ MASTER_SITES?= https://golang.org/dl/ \ DISTFILES?= go${PORTVERSION}.src.tar.gz \ go-${OPSYS:tl}-${GOARCH_${ARCH}}${GOARM_${ARCH}}-${BOOTSTRAP_TAG}.tar.xz:bootstrap +# backport https://go-review.googlesource.com/c/go/+/346872/ to go1.17 +PATCH_SITES?= https://github.com/golang/go/commit/ +PATCHFILES?= 782aa42255163559c5e1c4c2d98c8f28da8cf96b.patch:-p1 + MAINTAINER= dmgk@FreeBSD.org COMMENT?= Go programming language diff --git a/lang/go/distinfo b/lang/go/distinfo index 7cbe2d6f5974..9ace7a72ac0f 100644 --- a/lang/go/distinfo +++ b/lang/go/distinfo @@ -1,8 +1,10 @@ -TIMESTAMP = 1629293668 +TIMESTAMP = 1630671276 SHA256 (go1.17.src.tar.gz) = 3a70e5055509f347c0fb831ca07a2bf3b531068f349b14a3c652e9b5b67beb5d SIZE (go1.17.src.tar.gz) = 22178549 SHA256 (go-freebsd-arm64-go1.14.tar.xz) = f8b0cf0d323e581c9e3e0d5c217847a3e0294fcc92dbac92a5b02cea9d97ad8d SIZE (go-freebsd-arm64-go1.14.tar.xz) = 34944548 +SHA256 (782aa42255163559c5e1c4c2d98c8f28da8cf96b.patch) = af6c73b4c403a7aa7aa7865d25799141d28d29447a613f3c8c6c77f9fa41d7f6 +SIZE (782aa42255163559c5e1c4c2d98c8f28da8cf96b.patch) = 1111 SHA256 (go-freebsd-amd64-go1.14.tar.xz) = 3b259247fb228258a4f31e283e9aa23cafd590eabce334666a9e9b2ffe47c19b SIZE (go-freebsd-amd64-go1.14.tar.xz) = 35927980 SHA256 (go-freebsd-arm6-go1.14.tar.xz) = 5846b4bbc6881c6c04daffbdb647d53a5b002a0e177271ecfcabef734b209614
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202109031325.183DPWWR095098>