pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

minio: gtar not needed nowadays; mark bin/minio as not relro safe since it's written in go



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Thu Aug 20 08:04:18 2020 +0200
Changeset:	9350b0e37024242370d029994d96e0e13b2028e0

Modified Files:
	minio/Makefile

Log Message:
minio: gtar not needed nowadays; mark bin/minio as not relro safe since it's written in go

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9350b0e37024242370d029994d96e0e13b2028e0

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 minio/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/minio/Makefile b/minio/Makefile
index ad9c463393..d2dc5062f6 100644
--- a/minio/Makefile
+++ b/minio/Makefile
@@ -13,7 +13,7 @@ HOMEPAGE=	https://minio.io/
 COMMENT=	High performance distributed object storage server
 LICENSE=	apache-2.0
 
-EXTRACT_USING=	gtar
+CHECK_RELRO_SKIP=	bin/minio
 
 GO_BUILD_PATTERN=	--ldflags '-X github.com/minio/minio/cmd.Version=${GITHUB_TAG} -X github.com/minio/minio/cmd.ReleaseTag=${GITHUB_TAG}' .
 


Home | Main Index | Thread Index | Old Index