[Bug 270912] dns/unbound: issues with ASLR

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 15 May 2023 16:42:04 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=270912

--- Comment #7 from R. Christian McDonald <rcm@rcm.sh> ---
We should probably use the `USES= elfctl` facility to disable ASLR on unbound
(and maybe all the unbound binaries) until this can be fixed upstream.

Something like this should do

+- USES=                autoreconf cpe libtool pkgconfig ssl
++ USES=                autoreconf cpe elfctl libtool pkgconfig ssl
+CPE_VENDOR=    nlnetlabs
++ ELF_FEATURES=        +noaslr:${PORTNAME}

-- 
You are receiving this mail because:
You are the assignee for the bug.