Index | Thread | Search

From:
Jan Klemkow <jan@openbsd.org>
Subject:
Re: Add pledge comments
To:
David Leadbeater <dgl@dgl.cx>
Cc:
ports@openbsd.org, akp@hypernote.com, anthony@anjbe.name, benoit@openbsd.org, falsifian@falsifian.org, martijn@openbsd.org, naddy@openbsd.org, op@openbsd.org, stu.ports@spacehopper.org
Date:
Wed, 8 Apr 2026 10:56:12 +0200

Download raw body.

Thread
On Wed, Apr 08, 2026 at 05:05:19PM +1000, David Leadbeater wrote:
> Add a pledge comment to ports which don't have one and either are
> patched to use pledge or use it upstream. Mostly found by grepping
> strings output, then confirmed via grepping patches and/or pobj.
> 
> ok? (all maintainers cc'd but given this is a comment only change I
> won't wait).
> 
> Index: net/ucspi-tools/Makefile
> ===================================================================
> RCS file: /cvs/ports/net/ucspi-tools/Makefile,v
> diff -u -p -u -r1.12 Makefile
> --- net/ucspi-tools/Makefile	11 Mar 2022 19:47:58 -0000	1.12
> +++ net/ucspi-tools/Makefile	8 Apr 2026 06:57:32 -0000
> @@ -13,6 +13,7 @@ MAINTAINER=	Jan Klemkow <j.klemkow@wemel
>  # ISC
>  PERMIT_PACKAGE=	Yes
>  
> +# uses pledge()
>  WANTLIB += c crypto ssl tls
>  
>  MAKE_FLAGS=	CC="${CC}"

ok jan@ for this one