Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:23 GMT
From:      Dima Panov <fluffy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aea6581d2b03 - main - shells/oksh: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NNYn086384@gitrepo.freebsd.org>

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

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

commit aea6581d2b03e7462631800ff6963d2be605f8a4
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:17:16 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:35 +0000

    shells/oksh: mark as PIE_UNSAFE (+)
    
    Reported by:    bulk -t
    
    Approved by:    portmgr (blanket)
    
    Sponsored by:   Future Crew, LLC
---
 shells/oksh/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/shells/oksh/Makefile b/shells/oksh/Makefile
index e0bf35b8704c..fd8b5506c393 100644
--- a/shells/oksh/Makefile
+++ b/shells/oksh/Makefile
@@ -25,6 +25,8 @@ PLIST=			/dev/null
 PLIST_FILES=		"@shell /rescue/oksh"
 .endif
 
+PIE_UNSAFE=	yes
+
 OPTIONS_DEFINE=		CURSES SMALL
 OPTIONS_DEFAULT=	CURSES
 



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