Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2018 16:03:14 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r474378 - in head/security/base: . files
Message-ID:  <201807101603.w6AG3E65051638@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Tue Jul 10 16:03:13 2018
New Revision: 474378
URL: https://svnweb.freebsd.org/changeset/ports/474378

Log:
  security/base: Correct snort URL in external_sig_link array
  
  While here, update url in pkg-descr
  
  PR:		202655
  Submitted by:	Jeremy Baggs <jbaggs2016@gmail.com>

Added:
  head/security/base/files/patch-base__conf.php.dist   (contents, props changed)
Modified:
  head/security/base/Makefile   (contents, props changed)
  head/security/base/pkg-descr   (contents, props changed)

Modified: head/security/base/Makefile
==============================================================================
--- head/security/base/Makefile	Tue Jul 10 15:39:47 2018	(r474377)
+++ head/security/base/Makefile	Tue Jul 10 16:03:13 2018	(r474378)
@@ -3,6 +3,7 @@
 
 PORTNAME=	base
 PORTVERSION=	1.4.5
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	SF/secureideas/BASE/${PORTNAME}-${PORTVERSION}
 

Added: head/security/base/files/patch-base__conf.php.dist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/base/files/patch-base__conf.php.dist	Tue Jul 10 16:03:13 2018	(r474378)
@@ -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'),

Modified: head/security/base/pkg-descr
==============================================================================
--- head/security/base/pkg-descr	Tue Jul 10 15:39:47 2018	(r474377)
+++ head/security/base/pkg-descr	Tue Jul 10 16:03:13 2018	(r474378)
@@ -8,4 +8,4 @@ system, so that you as the security admin can decide w
 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/



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