Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Oct 2023 11:01:09 GMT
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 27d632110931 - main - Mk/bsd.options.desc.mk: Add NOASLR
Message-ID:  <202310071101.397B19mS050896@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by bofh:

URL: https://cgit.FreeBSD.org/ports/commit/?id=27d6321109319aa95bb3c654f259d4d12e844969

commit 27d6321109319aa95bb3c654f259d4d12e844969
Author:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
AuthorDate: 2023-10-07 10:48:48 +0000
Commit:     Muhammad Moinur Rahman <bofh@FreeBSD.org>
CommitDate: 2023-10-07 11:00:34 +0000

    Mk/bsd.options.desc.mk: Add NOASLR
    
    As we have switched to ASLR by default from 13.2-RELEASE there will be
    more corner cases where we will need to disable/enable ASLR for certain
    binaries. Add this DESC so that we can easily optionize ASLR.
    
    Approved by:    portmgr (blanket)
---
 Mk/bsd.options.desc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Mk/bsd.options.desc.mk b/Mk/bsd.options.desc.mk
index 847832cc09ff..df0787f752c6 100644
--- a/Mk/bsd.options.desc.mk
+++ b/Mk/bsd.options.desc.mk
@@ -373,6 +373,7 @@ NIS_DESC?=		Network Information Services/YP support
 NLS_DESC?=		Native Language Support
 NMAP_DESC?=		NMAP security scanning support
 NNTP_DESC?=		NNTP (News) support
+NOASLR_DESC?=		Disable ASLR support
 NOTIFY_DESC?=		Desktop notification support
 NSS_DESC?=		SSL/TLS support via NSS
 NTLM_DESC?=		NTLM authentication support



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202310071101.397B19mS050896>