Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Dec 2024 08:30:42 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: 7ae5e0c5e108 - main - devel/rubygem-cbor: mark as PIE_UNSAFE (+)
Message-ID:  <202412130830.4BD8Ug3Q097736@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=7ae5e0c5e1086269730c63f91836f61469f50393

commit 7ae5e0c5e1086269730c63f91836f61469f50393
Author:     Dima Panov <fluffy@FreeBSD.org>
AuthorDate: 2024-12-13 08:29:39 +0000
Commit:     Dima Panov <fluffy@FreeBSD.org>
CommitDate: 2024-12-13 08:29:39 +0000

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

diff --git a/devel/rubygem-cbor/Makefile b/devel/rubygem-cbor/Makefile
index a95a7b5cd079..b475855f4f53 100644
--- a/devel/rubygem-cbor/Makefile
+++ b/devel/rubygem-cbor/Makefile
@@ -11,6 +11,8 @@ LICENSE=	APACHE20
 
 USES=		gem
 
+PIE_UNSAFE=	yes
+
 .include <bsd.port.options.mk>
 
 .if ${OPSYS} == FreeBSD



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