Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Jul 2019 10:04:10 +0000 (UTC)
From:      Tobias Kortkamp <tobik@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r505974 - head/security/snortreport
Message-ID:  <201907061004.x66A4AHF040381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tobik
Date: Sat Jul  6 10:04:09 2019
New Revision: 505974
URL: https://svnweb.freebsd.org/changeset/ports/505974

Log:
  Deprecate security/snortreport
  
  Release 1.3.4 is from 2013, if it works with PHP 7.x is questionable,
  and to quote upstream [1]:
  
  Update 2017-04-10: We have no plans to update Snort Report in the
  future.  It will likely still work with the remaining 2.9.x Snort
  releases until Snort 3.0 is finished (currently in alpha.)
  
  [1] https://symmetrixtech.com/downloads/
  
  PR:		238102

Modified:
  head/security/snortreport/Makefile

Modified: head/security/snortreport/Makefile
==============================================================================
--- head/security/snortreport/Makefile	Sat Jul  6 09:51:11 2019	(r505973)
+++ head/security/snortreport/Makefile	Sat Jul  6 10:04:09 2019	(r505974)
@@ -11,6 +11,9 @@ COMMENT=	Add-on module for snort to generate real-time
 
 LICENSE=	GPLv2
 
+DEPRECATED=	Abandonware
+EXPIRATION_DATE=	2019-07-15
+
 OPTIONS_DEFINE=		BARNYARD JPGRAPH MYSQL PGSQL DOCS
 
 BARNYARD_DESC=		Depend on Barnyard2



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907061004.x66A4AHF040381>