Date: Wed, 21 Jan 2026 23:52:48 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: f41b42de2ab8 - main - security/snortsam: broken on FreeBSD 15, deprecate Message-ID: <697166d0.3a94d.3537c67a@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch main has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=f41b42de2ab80efc26527aaf6aff7345d6583817 commit f41b42de2ab80efc26527aaf6aff7345d6583817 Author: Robert Clausecker <fuz@FreeBSD.org> AuthorDate: 2026-01-17 12:06:24 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2026-01-21 23:51:56 +0000 security/snortsam: broken on FreeBSD 15, deprecate This port requires the obsolete ioctl(DIOCGETSTATUS), which is no longer supported on FreeBSD 15. Upstream is dead, so deprecate. It also has some questionable warnings. See also: D41651 MFH: 2026Q1 --- security/snortsam/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/security/snortsam/Makefile b/security/snortsam/Makefile index fbd10677429e..bcb85975812c 100644 --- a/security/snortsam/Makefile +++ b/security/snortsam/Makefile @@ -1,6 +1,6 @@ PORTNAME= snortsam PORTVERSION= 2.70 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security MASTER_SITES= http://www.snortsam.net/files/snortsam/ DISTNAME= ${PORTNAME}-src-${PORTVERSION} @@ -14,6 +14,12 @@ OPTIONS_DEFAULT= IPFW SAMTOOL IPFW_DESC= checks if configured tables are available SAMTOOL_DESC= install samtool +# https://reviews.freebsd.org/D41651 +BROKEN_FreeBSD_15= requires no longer supported ioctl(DIOCGETSTATUS) + +DEPRECATED= dead upstream, broken on FreeBSD 15 +EXPIRATION_DATE= 2026-03-31 + .include <bsd.port.pre.mk> USE_RC_SUBR= snortsamhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?697166d0.3a94d.3537c67a>
