Commit 6f9b4321 authored by Rene Ladan's avatar Rene Ladan
Browse files

security/libprelude: Remove expired port

2026-07-31 security/libprelude: Upstream project is dead
parent c73ccfbb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5535,3 +5535,4 @@ www/dolibarr16||2026-07-31|Has expired: php81 is the recommended max version for
www/dolibarr18||2026-07-31|Has expired: php81 is the recommended max version for run it
databases/cassandra3|databases/cassandra4|2026-07-31|Has expired: Cassandra 3.x is no longer maintained upstream, superseded by databases/cassandra4
devel/py-python-jsonrpc-server||2026-07-31|Has expired: There is no new version in 6 years, the upstream build and CI are failing and nothing depends on this port, hence the removal
security/libprelude||2026-07-31|Has expired: Upstream project is dead
+0 −1
Original line number Diff line number Diff line
@@ -326,7 +326,6 @@
    SUBDIR += libotr3
    SUBDIR += libp11
    SUBDIR += libpki
    SUBDIR += libprelude
    SUBDIR += libpwquality
    SUBDIR += libressl
    SUBDIR += libressl-devel

security/libprelude/Makefile

deleted100644 → 0
+0 −53
Original line number Diff line number Diff line
PORTNAME=	libprelude
DISTVERSION=	5.2.0
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	https://www.prelude-siem.org/attachments/download/1395/

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Sensor support library from Prelude SIEM
WWW=		https://github.com/Prelude-SIEM/libprelude

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

DEPRECATED=    Upstream project is dead
EXPIRATION_DATE=       2026-07-31

LIB_DEPENDS=	libgnutls.so:security/gnutls \
		libltdl.so:devel/libltdl \
		libpcre.so:devel/pcre

USES=		libtool localbase pkgconfig
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-lua \
		--without-python3 \
		--without-swig \
		--without-valgrind \
		ac_cv_path_RUBY=

INSTALL_TARGET=	install-strip

ETCDIR=		${PREFIX}/etc/prelude

OPTIONS_DEFINE=	DOCS PERL
OPTIONS_SUB=	yes

PERL_USES=		perl5
PERL_CONFIGURE_WITH=	perl=${PERL}

.include <bsd.port.options.mk>

.if ${OPSYS} == FreeBSD
CFLAGS+=	-Wno-error=int-conversion
.endif

post-install:
.for f in client.conf global.conf idmef-client.conf tls.conf
	${MV} ${STAGEDIR}${ETCDIR}/default/${f} \
		${STAGEDIR}${ETCDIR}/default/${f}.sample
.endfor

.include <bsd.port.mk>

security/libprelude/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1648786682
SHA256 (libprelude-5.2.0.tar.gz) = 187e025a5d51219810123575b32aa0b40037709a073a775bc3e5a65aa6d6a66e
SIZE (libprelude-5.2.0.tar.gz) = 2902019

security/libprelude/pkg-descr

deleted100644 → 0
+0 −11
Original line number Diff line number Diff line
Prelude is a Universal "Security Information & Event Management" (SIEM)
system.  Prelude collects, normalizes, sorts, aggregates, correlates and
reports all security-related events.

As well as being capable of recovering any type of log (system logs, syslog,
flat files, etc.), Prelude benefits from a native support with a number of
systems dedicated to enriching information even further (snort, samhain,
ossec, auditd, etc.).

This library provides functionality for sensors (connection with a manager,
handling sensor-exported options,...).
Loading