diff options
Diffstat (limited to 'net/ooni-probe-cli/Makefile')
-rw-r--r-- | net/ooni-probe-cli/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile index f66cb7e297a2..28f8f01075aa 100644 --- a/net/ooni-probe-cli/Makefile +++ b/net/ooni-probe-cli/Makefile @@ -1,8 +1,7 @@ -PORTNAME= ooni-probe-cli +PORTNAME= ooni-probe-cli DISTVERSIONPREFIX= v -DISTVERSION= 3.26.0 -PORTREVISION= 1 -CATEGORIES= net www benchmarks +DISTVERSION= 3.27.0 +CATEGORIES= net www benchmarks MAINTAINER= rene@FreeBSD.org COMMENT= Next generation OONI Probe CLI @@ -13,11 +12,13 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss -USES= go:1.23,modules +USES= go:1.24,modules -GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' GO_MODULE= github.com/ooni/probe-cli/v3 GO_TARGET= ./cmd/ooniprobe +GO_BUILDFLAGS= -ldflags '-s -w -extldflags "-static"' + +PIE_UNSAFE= yes PLIST_FILES= bin/ooniprobe |