Date: Wed, 21 Jan 2026 23:55:59 +0000 From: Robert Clausecker <fuz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 7c9b8959fb9d - 2026Q1 - security/snortsam: broken on FreeBSD 15, deprecate Message-ID: <6971678f.3b859.6a861c2c@gitrepo.freebsd.org>
index | next in thread | raw e-mail
The branch 2026Q1 has been updated by fuz: URL: https://cgit.FreeBSD.org/ports/commit/?id=7c9b8959fb9d14239545d12c05d84d7097546a20 commit 7c9b8959fb9d14239545d12c05d84d7097546a20 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:55:19 +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 (cherry picked from commit f41b42de2ab80efc26527aaf6aff7345d6583817) --- 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?6971678f.3b859.6a861c2c>
