Shawn Webb 3ea9952f09 security/libhijack: update to 9.0.0
Currently broken on arm64 and FreeBSD 13.  Upstream is working on
fixes.

PR:		283408
2025-10-31 18:13:17 +01:00

27 lines
642 B
Makefile

PORTNAME= libhijack
DISTVERSIONPREFIX= v
DISTVERSION= 0.9.0
CATEGORIES= security
MAINTAINER= shawn.webb@hardenedbsd.org
COMMENT= Runtime process infection made easy
WWW= https://git.hardenedbsd.org/SoldierX/libhijack
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= uidfix
ONLY_FOR_ARCHS= aarch64 amd64
ONLY_FOR_ARCHS_REASON= not ported to other architectures
BROKEN_aarch64= does not build, upstream is working on a fix (PR 283408)
BROKEN_FreeBSD_13= does not build, upstream is working on a fix (PR 283408)
USE_GITLAB= yes
GL_SITE= https://git.hardenedbsd.org
GL_ACCOUNT= SoldierX
USE_LDCONFIG= yes
.include <bsd.port.mk>