Commit efb8c46b authored by Rene Ladan's avatar Rene Ladan
Browse files

security/libpreludedb: Remove expired port

2026-07-30 security/libpreludedb: Upstream project is dead
parent d9dfd13d
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5518,3 +5518,4 @@ archivers/quazip@qt5||2026-07-29|Unflavorize, remove Qt5 flavor
archivers/quazip@qt6|archivers/quazip|2026-07-29|Unflavorize
graphics/libkdcraw-qt5||2026-07-30|Removed: the last consumer has been switched to Qt6-based libkdcraw
benchmarks/py-naarad||2026-07-31|Has expired: Upstream last activity was in 2016, and the project has been moved to the LinkedInAttic GitHub account
security/libpreludedb||2026-07-31|Has expired: Upstream project is dead
+0 −1
Original line number Diff line number Diff line
@@ -327,7 +327,6 @@
    SUBDIR += libp11
    SUBDIR += libpki
    SUBDIR += libprelude
    SUBDIR += libpreludedb
    SUBDIR += libpwquality
    SUBDIR += libressl
    SUBDIR += libressl-devel

security/libpreludedb/Makefile

deleted100644 → 0
+0 −47
Original line number Diff line number Diff line
PORTNAME=	libpreludedb
DISTVERSION=	5.2.0
PORTREVISION=	3
CATEGORIES=	security
MASTER_SITES=	https://www.prelude-siem.org/attachments/download/1393/

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	Library to access Prelude IDMEF database
WWW=		https://github.com/Prelude-SIEM/libpreludedb

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

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

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

USES=		gmake libtool python shebangfix ssl
USE_LDCONFIG=	yes

SHEBANG_FILES=	preludedb-admin

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-swig
CONFIGURE_ENV=	PYTHON3=${PYTHON_CMD}

INSTALL_TARGET=	install-strip

OPTIONS_DEFINE=		DOCS
OPTIONS_DEFAULT=	MYSQL
OPTIONS_MULTI=		DB
OPTIONS_MULTI_DB=	MYSQL PGSQL SQLITE
OPTIONS_SUB=		yes

MYSQL_USES=		mysql
MYSQL_CONFIGURE_WITH=	mysql
PGSQL_USES=		pgsql
PGSQL_CONFIGURE_WITH=	postgresql
SQLITE_USES=		sqlite
SQLITE_CONFIGURE_WITH=	sqlite3

.include <bsd.port.mk>

security/libpreludedb/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1648888495
SHA256 (libpreludedb-5.2.0.tar.gz) = 2077e079d8e23e8d39b31a862bcc79fa43b828942e031f6ee57358af4fd5bb0d
SIZE (libpreludedb-5.2.0.tar.gz) = 1372810

security/libpreludedb/pkg-descr

deleted100644 → 0
+0 −10
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 a framework for easy access to the Prelude database.
Loading