pkgsrc-WIP-changes archive

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

croc: Finally compile with heavy workarounds



Module Name:	pkgsrc-wip
Committed By:	Marcin Gondek <drixter%e-utp.net@localhost>
Pushed By:	drixter
Date:		Sat Sep 26 12:40:00 2026 +0200
Changeset:	4e05ddcf70b7853c7887c08c70547d5e562f33dd

Modified Files:
	croc/Makefile
	croc/distinfo

Log Message:
croc: Finally compile with heavy workarounds

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

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

diffstat:
 croc/Makefile | 4 ++--
 croc/distinfo | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/croc/Makefile b/croc/Makefile
index 77512b2eb3..223a329269 100644
--- a/croc/Makefile
+++ b/croc/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.32 2026/07/08 18:32:31 bsiegert Exp $
 
-DISTNAME=	croc-11.5.2
+DISTNAME=	croc-11.5.3
 CATEGORIES=	net
 MASTER_SITES=	${MASTER_SITE_GITHUB:=schollz/}
 GITHUB_TAG=	v${PKGVERSION_NOREV}
@@ -12,7 +12,7 @@ LICENSE=	mit
 
 USE_LANGUAGES=	c
 
-GO_VERSION_REQD=	127
+GOFLAGS+=	-ldflags=-linkmode=external\ -bindnow\ -extldflags=-Wl,-zrelro,-pie
 
 .include "../../mk/bsd.prefs.mk"
 
diff --git a/croc/distinfo b/croc/distinfo
index 554837e629..155e814bcb 100644
--- a/croc/distinfo
+++ b/croc/distinfo
@@ -6,9 +6,9 @@ Size (9fans.net_go_@v_v0.0.8-0.20250307142834-96bdba94b63f.mod) = 517 bytes
 BLAKE2s (9fans.net_go_@v_v0.0.8-0.20250307142834-96bdba94b63f.zip) = 5ef3675e790bfb9bd8579668c20c490ca455e3eb9cb938548b89e45c8767c1f3
 SHA512 (9fans.net_go_@v_v0.0.8-0.20250307142834-96bdba94b63f.zip) = 176c0dbff0248d140b86744df7f5b21e9f9b76bb512ae99fffd00a762cd8e716f7195f739c5eeb6b625167a471d974e62139c6c28f7a6a24ea5b5d001dab3335
 Size (9fans.net_go_@v_v0.0.8-0.20250307142834-96bdba94b63f.zip) = 518879 bytes
-BLAKE2s (croc-11.5.2.tar.gz) = 56dd96aca08720d81533fe84827cfc3d675eaf9197961c4a1469084c8dba3a0a
-SHA512 (croc-11.5.2.tar.gz) = cfff97eaf86d521a87f8b86840a01ae90006656368d8422aaff89a4d2f31dce5093fa532e96afbd88a7b25fb7a9fd873900929de75a414920733bfa3314c86db
-Size (croc-11.5.2.tar.gz) = 3274804 bytes
+BLAKE2s (croc-11.5.3.tar.gz) = eb7dfc2c00254ca0f1beb683886151785d589e6c36adfb00bf2675deb2af8848
+SHA512 (croc-11.5.3.tar.gz) = 843e14edc51f6d58bc9ac7695ae758db54d2c725bd75f4ea1b2dad0fc39146eb3d200260c34b1e9b647a0fcbd909421817062b6b0e7c6ca9fb77b45af2def9d6
+Size (croc-11.5.3.tar.gz) = 3350446 bytes
 BLAKE2s (filippo.io_edwards25519_@v_v1.2.0.mod) = c5ceaac323b473009f82cc55819d006f766cbfe07fe2e4a13410b8507983c86a
 SHA512 (filippo.io_edwards25519_@v_v1.2.0.mod) = 84a78015e8a8917496964cdce8ee304c247756701eed88b33dcb7c2b86fe8b24dd5a2b9cfe15653eebe84e27053f4822efe564248744fcfead9b525ec9e3e307
 Size (filippo.io_edwards25519_@v_v1.2.0.mod) = 42 bytes


Home | Main Index | Thread Index | Old Index