Authentication-Results: name.execsw.org; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=gZ5LWIy9; dkim=pass (1024-bit key) header.d=netbsd.org header.i=@netbsd.org header.b=sQZNQMBu Received: by mail.netbsd.org (Postfix, from userid 605) id D727284EF6; Fri, 10 May 2024 19:46:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715370416; bh=L1lZjvv9LzKZ+fd04DbjL/F/5lgdsquXRQGTsZCdBaI=; h=Date:From:Subject:To:Reply-To:List-Id:List-Unsubscribe; b=gZ5LWIy9qwYkVulkBVYbQrvpWWfILhjiVCJIkHyTnBh8g4khIJRbdm0YSHK7076jw T/ZGeaNDRi0zzVDvvAVexTm8v/lB7D9cooEbUGyTb971l/V3r94MqqcWe00eiibKzw uDf4C12zSkitId6v8ErHXH5nNa138e2VPZYEe+ls= Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id CA3C184CD8 for ; Fri, 10 May 2024 19:46:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Authentication-Results: mail.netbsd.org (amavisd-new); dkim=pass (1024-bit key) header.d=netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id 4daU0m6aDSwF for ; Fri, 10 May 2024 19:46:54 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 24F2584CD0 for ; Fri, 10 May 2024 19:46:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=netbsd.org; s=20240131; t=1715370414; bh=L1lZjvv9LzKZ+fd04DbjL/F/5lgdsquXRQGTsZCdBaI=; h=Date:From:Subject:To:Reply-To; b=sQZNQMBuE9TRfBnxQX/DCQbCMX946SceFsgg+4DQfMprsjMLpV2GoQWcIFd6eoLCj pp5KuiaHmD4T/V3jsWXM1lykU4n79U9QmCcxE4EsTjB/MIsyW0YqQeTB5XRgt4PHrn iiwEG222YzjaWY1FEMwbaUGoYOpkONbo8Tozyg8g= Received: by cvs.NetBSD.org (Postfix, from userid 500) id 1C522FA2C; Fri, 10 May 2024 19:46:54 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_171537041416840" MIME-Version: 1.0 Date: Fri, 10 May 2024 19:46:54 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/snort To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20240510194654.1C522FA2C@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_171537041416840 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri May 10 19:46:54 UTC 2024 Modified Files: pkgsrc/net/snort: options.mk Log Message: snort: Remove snort-prelude option. This cannot have worked for nearly 2 years since prelude was deleted. To generate a diff of this commit: cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/snort/options.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_171537041416840 Content-Disposition: inline Content-Length: 1004 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/snort/options.mk diff -u pkgsrc/net/snort/options.mk:1.10 pkgsrc/net/snort/options.mk:1.11 --- pkgsrc/net/snort/options.mk:1.10 Thu Oct 1 19:45:02 2020 +++ pkgsrc/net/snort/options.mk Fri May 10 19:46:53 2024 @@ -1,8 +1,8 @@ -# $NetBSD: options.mk,v 1.10 2020/10/01 19:45:02 nils Exp $ +# $NetBSD: options.mk,v 1.11 2024/05/10 19:46:53 jperkin Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.snort -PKG_SUPPORTED_OPTIONS= debug snort-prelude ssl snmp snort-gre +PKG_SUPPORTED_OPTIONS= debug ssl snmp snort-gre PKG_SUPPORTED_OPTIONS+= snort-dynamicplugin snort-timestats PKG_SUPPORTED_OPTIONS+= snort-rulestate @@ -68,14 +68,6 @@ CONFIGURE_ARGS+= --with-snmp .endif ### -### Enable Prelude support (untested) -### -.if !empty(PKG_OPTIONS:Msnort-prelude) -.include "../../security/libprelude/buildlink3.mk" -CONFIGURE_ARGS+= --enable-prelude -.endif - -### ### Flexible Responses on hostile connection attempts (untested) ### .if !empty(PKG_OPTIONS:Msnort-flexresp) --_----------=_171537041416840--