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

net/libzmq3: Remove expired port

2026-03-31 net/libzmq3: Upstream unmaintained version with multiple vulnerabilities
parent 18d30957
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -5211,3 +5211,4 @@ databases/mysql91-server||2026-03-31|Has expired: EOLed upstream, switch to newe
databases/mysql94-server||2026-03-31|Has expired: EOLed upstream, switch to newer version
www/obhttpd||2026-03-31|Has expired: Depends on bundled version of LibreSSL which is unsupported upstream
net/cloud-init-devel|net/cloud-init|2026-03-31|Has expired: Outdated and no longer maintained, consider migrating to net/cloud-init
net/libzmq3|net/libzmq4|2026-03-31|Has expired: Upstream unmaintained version with multiple vulnerabilities
+0 −1
Original line number Diff line number Diff line
@@ -439,7 +439,6 @@
    SUBDIR += libyang
    SUBDIR += libyang2
    SUBDIR += libzapojit
    SUBDIR += libzmq3
    SUBDIR += libzmq4
    SUBDIR += liferea
    SUBDIR += linphone

net/libzmq3/Makefile

deleted100644 → 0
+0 −45
Original line number Diff line number Diff line
PORTNAME=	libzmq3
PORTVERSION=	3.2.5
PORTREVISION=	3
CATEGORIES=	net
MASTER_SITES=	https://github.com/zeromq/zeromq3-x/releases/download/${DISTVERSIONFULL}/
DISTNAME=	zeromq-${DISTVERSION}

MAINTAINER=	bofh@FreeBSD.org
COMMENT=	ZeroMQ core library (Version 3)
WWW=		https://www.zeromq.org/

LICENSE=	LGPL3+
LICENSE_FILE=	${WRKSRC}/COPYING.LESSER

DEPRECATED=	Upstream unmaintained version with multiple vulnerabilities
EXPIRATION_DATE=	2026-03-31

USES=		libtool pathfix
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

MAKE_ENV=	V=1
INSTALL_TARGET=	install-strip
TEST_TARGET=	check

CONFLICTS=	zmq libzmq[^3]

OPTIONS_DEFINE=		DEBUG PGM
OPTIONS_DEFAULT=	PGM

PGM_DESC=	Reliable multicast transport using PGM via OpenPGM

DEBUG_CONFIGURE_ON=	--enable-debug
PGM_LIB_DEPENDS=	libpgm.so:net/openpgm
PGM_USES=		pkgconfig
PGM_CONFIGURE_ON=	--with-system-pgm

.include <bsd.port.options.mk>

.if ${ARCH} == armv7
CPPFLAGS+=	-Wno-error=unaligned-access
.endif

.include <bsd.port.mk>

net/libzmq3/distinfo

deleted100644 → 0
+0 −3
Original line number Diff line number Diff line
TIMESTAMP = 1705057672
SHA256 (zeromq-3.2.5.tar.gz) = 09653e56a466683edb2f87ee025c4de55b8740df69481b9d7da98748f0c92124
SIZE (zeromq-3.2.5.tar.gz) = 2082960
+0 −10
Original line number Diff line number Diff line
--- tests/test_connect_delay.cpp.orig	2013-11-13 17:57:23 UTC
+++ tests/test_connect_delay.cpp
@@ -22,6 +22,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <time.h>
 #include <string>
 
 #undef NDEBUG
Loading