Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:23:21 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: c95157544337 - main - shells/bash-static: mark as PIE_UNSAFE (+)
Message-ID:  <202412130823.4BD8NLL2086273@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by fluffy:

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

commit c95157544337504e292cead2c2d0604fe95ff0c7
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:15:04 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:22:34 +0000

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

diff --git a/shells/bash-static/Makefile b/shells/bash-static/Makefile
index 9834da0121db..e3a84b074e66 100644
--- a/shells/bash-static/Makefile
+++ b/shells/bash-static/Makefile
@@ -4,4 +4,6 @@ OPTIONS_SLAVE=	STATIC
 
 PKGNAMESUFFIX=	-static
 
+PIE_UNSAFE=	yes
+
 .include "${MASTERDIR}/Makefile"


home | help

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