View | Details | Raw Unified | Return to bug 202655 | Differences between
and this patch

Collapse All | Expand All

(-)security/base/Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	base
4
PORTNAME=	base
5
PORTVERSION=	1.4.5
5
PORTVERSION=	1.4.5
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
MASTER_SITES=	SF/secureideas/BASE/${PORTNAME}-${PORTVERSION}
8
MASTER_SITES=	SF/secureideas/BASE/${PORTNAME}-${PORTVERSION}
8
9
(-)security/base/files/patch-base__conf.php.dist (+11 lines)
Line 0 Link Here
1
--- base_conf.php.dist.orig	2016-10-13 08:46:30 UTC
2
+++ base_conf.php.dist
3
@@ -393,7 +393,7 @@ $external_port_link = array('sans'     =
4
 
5
 /* Signature references */
6
 $external_sig_link = array('bugtraq'   => array('http://www.securityfocus.com/bid/', ''),
7
-                           'snort'     => array('http://www.snort.org/search/sid/', ''),
8
+                           'snort'     => array('http://www.snort.org/rule_docs/', ''),
9
                            'cve'       => array('http://cve.mitre.org/cgi-bin/cvename.cgi?name=', ''),
10
                            'arachnids' => array('http://www.whitehats.com/info/ids', ''),
11
                            'mcafee'    => array('http://vil.nai.com/vil/content/v_', '.htm'),
(-)security/base/pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
information each user can see. It also has a simple to use, web-based
8
information each user can see. It also has a simple to use, web-based
9
setup program for people not comfortable with editing files directly.
9
setup program for people not comfortable with editing files directly.
10
10
11
WWW: http://secureideas.sourceforge.net/
11
WWW: https://sourceforge.net/projects/secureideas/

Return to bug 202655