Index: head/security/base/Makefile =================================================================== --- head/security/base/Makefile (revision 474377) +++ head/security/base/Makefile (revision 474378) @@ -1,56 +1,57 @@ # Created by: Linh Pham # $FreeBSD$ PORTNAME= base PORTVERSION= 1.4.5 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= SF/secureideas/BASE/${PORTNAME}-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Basic Analysis and Security Engine - analyzing Snort alerts LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/docs/GPL RUN_DEPENDS= ${ADODB_DIR}/adodb.inc.php:databases/adodb5 \ ${LOCALBASE}/share/pear/Image/Graph.php:graphics/pear-Image_Graph@${PHP_FLAVOR} \ ${LOCALBASE}/share/pear/Mail.php:mail/pear-Mail@${PHP_FLAVOR} \ ${LOCALBASE}/share/pear/Mail/mime.php:mail/pear-Mail_Mime@${PHP_FLAVOR} USE_PHP= gd gettext pcre session zlib ctype ADODB_DIR= ${LOCALBASE}/share/adodb NO_ARCH= yes SUB_FILES= pkg-message DOCS= docs/CHANGELOG docs/CREDITS docs/README docs/README.mssql \ docs/TODO docs/UPGRADE docs/GPL docs/base_faq.rtf OPTIONS_DEFINE= MYSQL PGSQL PDF DOCS MYSQL_USE= MYSQL=yes PHP=mysql PGSQL_USES= pgsql PGSQL_USE= PHP=pgsql PDF_RUN_DEPENDS=${LOCALBASE}/share/fpdf/fpdf.php:print/fpdf do-build: @${REINPLACE_CMD} -e 's,DBlib_path = "",DBlib_path = "${ADODB_DIR}",' \ ${WRKSRC}/base_conf.php.dist do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/www/base/includes/templates/default ${INSTALL_DATA} ${WRKSRC}/*.php ${WRKSRC}/*.dist ${STAGEDIR}${PREFIX}/www/base .for dir in admin help includes languages setup @${MKDIR} ${STAGEDIR}${PREFIX}/www/base/${dir} ${INSTALL_DATA} ${WRKSRC}/${dir}/*.php ${STAGEDIR}${PREFIX}/www/base/${dir} .endfor .for dir in images sql styles @${MKDIR} ${STAGEDIR}${PREFIX}/www/base/${dir} ${INSTALL_DATA} ${WRKSRC}/${dir}/* ${STAGEDIR}${PREFIX}/www/base/${dir} .endfor do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${STAGEDIR}${DOCSDIR} .include Index: head/security/base/files/patch-base__conf.php.dist =================================================================== --- head/security/base/files/patch-base__conf.php.dist (nonexistent) +++ head/security/base/files/patch-base__conf.php.dist (revision 474378) @@ -0,0 +1,11 @@ +--- base_conf.php.dist.orig 2016-10-13 08:46:30 UTC ++++ base_conf.php.dist +@@ -393,7 +393,7 @@ $external_port_link = array('sans' = + + /* Signature references */ + $external_sig_link = array('bugtraq' => array('http://www.securityfocus.com/bid/', ''), +- 'snort' => array('http://www.snort.org/search/sid/', ''), ++ 'snort' => array('http://www.snort.org/rule_docs/', ''), + 'cve' => array('http://cve.mitre.org/cgi-bin/cvename.cgi?name=', ''), + 'arachnids' => array('http://www.whitehats.com/info/ids', ''), + 'mcafee' => array('http://vil.nai.com/vil/content/v_', '.htm'), Property changes on: head/security/base/files/patch-base__conf.php.dist ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/security/base/pkg-descr =================================================================== --- head/security/base/pkg-descr (revision 474377) +++ head/security/base/pkg-descr (revision 474378) @@ -1,11 +1,11 @@ BASE is the Basic Analysis and Security Engine. It is based on the code from the ACID project. This application provides a PHP-based web front-end to query and analyze the alerts coming from a Snort IDS system. BASE is a web interface to perform analysis of intrusions that Snort has detected on your network. It uses a user authentication and role-base system, so that you as the security admin can decide what and how much information each user can see. It also has a simple to use, web-based setup program for people not comfortable with editing files directly. -WWW: http://secureideas.sourceforge.net/ +WWW: https://sourceforge.net/projects/secureideas/