mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
- Update to 0.14.9.
PR: ports/82802 Submitted by: maintainer
This commit is contained in:
parent
aa4c9add34
commit
8a29704740
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=138264
@ -6,17 +6,17 @@
|
||||
#
|
||||
|
||||
PORTNAME= snortsms
|
||||
PORTVERSION= 0.12.6
|
||||
PORTVERSION= 0.14.9
|
||||
CATEGORIES= security www
|
||||
MASTER_SITES= http://snortsms.servangle.net/dnloads/
|
||||
|
||||
MAINTAINER= snortsms@servangle.net
|
||||
COMMENT= A Snort Sensor Management System web interface and monitoring console
|
||||
COMMENT= A remote management and monitoring interface for Snort based IDS
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/share/pear/DB.php:${PORTSDIR}/databases/pear-DB \
|
||||
${LOCALBASE}/bin/curl:${PORTSDIR}/ftp/curl
|
||||
|
||||
USE_PHP= mysql pcre pcntl
|
||||
USE_PHP= mysql pcre pcntl session
|
||||
NO_BUILD= yes
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (snortsms-0.12.6.tar.gz) = dc8a5cda4c694e1d0a0659d73858632c
|
||||
SIZE (snortsms-0.12.6.tar.gz) = 263509
|
||||
MD5 (snortsms-0.14.9.tar.gz) = a82256807008ecf5c8cbcca11d30fe49
|
||||
SIZE (snortsms-0.14.9.tar.gz) = 284785
|
||||
|
@ -1,6 +1,6 @@
|
||||
SnortSMS is a highly configurable sensor management system that
|
||||
provides the ability to remotely manage Snort [and Barnyard] based
|
||||
intrusion detection systems, push configuration files, and monitor
|
||||
system health and statistics all from a simple Web console.
|
||||
A highly configurable sensor management system that provides the
|
||||
ability to remotely manage Snort [Barnyard] based Intrusion
|
||||
Detection Systems, push configuration files, monitor sensor health,
|
||||
and view Snort alerts all from a clean simple web interface.
|
||||
|
||||
WWW: http://snortsms.servangle.net/
|
||||
|
@ -41,10 +41,30 @@ www/snortsms/conf/dsp_save_conf.php
|
||||
www/snortsms/conf/fbx_Switch.php
|
||||
www/snortsms/conf/index.php
|
||||
www/snortsms/contrib/SNORTSMS.mysql
|
||||
www/snortsms/contrib/SNORT_fix.mysql
|
||||
www/snortsms/css/calendar_icon.png
|
||||
www/snortsms/css/datepickercontrol.css
|
||||
www/snortsms/css/default.css
|
||||
www/snortsms/docs/snortsms_install.html
|
||||
www/snortsms/dsp_main.php
|
||||
www/snortsms/dsp_menu.php
|
||||
www/snortsms/events/act_action.php
|
||||
www/snortsms/events/act_checkdb.php
|
||||
www/snortsms/events/act_scope.php
|
||||
www/snortsms/events/dsp_.php
|
||||
www/snortsms/events/dsp_home.php
|
||||
www/snortsms/events/dsp_mywindows.php
|
||||
www/snortsms/events/dsp_pagenate.php
|
||||
www/snortsms/events/fbx_Settings.php
|
||||
www/snortsms/events/fbx_Switch.php
|
||||
www/snortsms/events/index.php
|
||||
www/snortsms/events/qry_mywindows.php
|
||||
www/snortsms/events/qry_otheralerts.php
|
||||
www/snortsms/events/qry_search.php
|
||||
www/snortsms/events/qry_sig_recon.php
|
||||
www/snortsms/events/qry_sig_summary.php
|
||||
www/snortsms/events/qry_sigcat.php
|
||||
www/snortsms/events/qry_sigzoom.php
|
||||
www/snortsms/fbx_Circuits.php
|
||||
www/snortsms/fbx_Fusebox3.0_PHP4.0.6.php
|
||||
www/snortsms/fbx_Fusebox3.0_PHP4.1.x.php
|
||||
@ -95,10 +115,12 @@ www/snortsms/import/fbx_Switch.php
|
||||
www/snortsms/import/index.php
|
||||
www/snortsms/index.php
|
||||
www/snortsms/java/cssmenu.js
|
||||
www/snortsms/java/datepickercontrol.js
|
||||
www/snortsms/lib/func_DrawRepHeader.php
|
||||
www/snortsms/lib/func_GenBarnConf.php
|
||||
www/snortsms/lib/func_GenSnortConf.php
|
||||
www/snortsms/lib/func_GenToken.php
|
||||
www/snortsms/lib/func_IsIP.php
|
||||
www/snortsms/lib/func_Log.php
|
||||
www/snortsms/lib/func_ReserveNextID.php
|
||||
www/snortsms/lib/func_Rules.php
|
||||
@ -262,6 +284,7 @@ www/snortsms/variables/qry_variables.php
|
||||
@dirrm www/snortsms/java
|
||||
@dirrm www/snortsms/import
|
||||
@dirrm www/snortsms/images
|
||||
@dirrm www/snortsms/events
|
||||
@dirrm www/snortsms/docs
|
||||
@dirrm www/snortsms/css
|
||||
@dirrm www/snortsms/contrib
|
||||
|
Loading…
Reference in New Issue
Block a user