git: cf9a1a74c4fa - main - net/ooni-probe-cli: Mark as PIE_UNSAFE and lint
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 12 Sep 2025 21:52:35 UTC
The branch main has been updated by alven:
URL: https://cgit.FreeBSD.org/ports/commit/?id=cf9a1a74c4fa29daf9f3a08c073d7eeb6d6cc660
commit cf9a1a74c4fa29daf9f3a08c073d7eeb6d6cc660
Author: Älven <alven@FreeBSD.org>
AuthorDate: 2025-09-10 13:45:13 +0000
Commit: Älven <alven@FreeBSD.org>
CommitDate: 2025-09-12 21:52:22 +0000
net/ooni-probe-cli: Mark as PIE_UNSAFE and lint
* Mark as PIE_UNSAFE
* Pet portlint(1)
PR: 289431
Approved by: rene@ (maintainer)
Approved by: yuri@ (Mentor)
---
net/ooni-probe-cli/Makefile | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/net/ooni-probe-cli/Makefile b/net/ooni-probe-cli/Makefile
index 828cd8b3bfe9..28f8f01075aa 100644
--- a/net/ooni-probe-cli/Makefile
+++ b/net/ooni-probe-cli/Makefile
@@ -1,7 +1,7 @@
-PORTNAME= ooni-probe-cli
+PORTNAME= ooni-probe-cli
DISTVERSIONPREFIX= v
-DISTVERSION= 3.27.0
-CATEGORIES= net www benchmarks
+DISTVERSION= 3.27.0
+CATEGORIES= net www benchmarks
MAINTAINER= rene@FreeBSD.org
COMMENT= Next generation OONI Probe CLI
@@ -14,9 +14,11 @@ RUN_DEPENDS= ca_root_nss>=0:security/ca_root_nss
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