aboutsummaryrefslogtreecommitdiff
path: root/security/base
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2018-07-10 16:03:13 +0000
committerSteve Wills <swills@FreeBSD.org>2018-07-10 16:03:13 +0000
commit0db020063dcf16044db7e3ac951034a348a4a804 (patch)
tree05ba75702cd298598567052db5fc5f22f126ecb5 /security/base
parentb47d9044097f685e2bfde6a4496ea9ca0aa7c717 (diff)
downloadports-0db020063dcf16044db7e3ac951034a348a4a804.tar.gz
ports-0db020063dcf16044db7e3ac951034a348a4a804.zip
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>
Notes
Notes: svn path=/head/; revision=474378
Diffstat (limited to 'security/base')
-rw-r--r--security/base/Makefile1
-rw-r--r--security/base/files/patch-base__conf.php.dist11
-rw-r--r--security/base/pkg-descr2
3 files changed, 13 insertions, 1 deletions
diff --git a/security/base/Makefile b/security/base/Makefile
index accd7233ad5d..23adbc8bb850 100644
--- a/security/base/Makefile
+++ b/security/base/Makefile
@@ -3,6 +3,7 @@
PORTNAME= base
PORTVERSION= 1.4.5
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= SF/secureideas/BASE/${PORTNAME}-${PORTVERSION}
diff --git a/security/base/files/patch-base__conf.php.dist b/security/base/files/patch-base__conf.php.dist
new file mode 100644
index 000000000000..149b68de63b2
--- /dev/null
+++ b/security/base/files/patch-base__conf.php.dist
@@ -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'),
diff --git a/security/base/pkg-descr b/security/base/pkg-descr
index b20251ee839d..e9a8c51ab7f2 100644
--- a/security/base/pkg-descr
+++ b/security/base/pkg-descr
@@ -8,4 +8,4 @@ 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/