FreeBSD Bugzilla – Attachment 175691 Details for
Bug 202655
security/base: Correct snort URL in external_sig_link array
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Correct URL for snort SID lookup, correct URL in pkg-descr
security_base.patch (text/plain), 1.75 KB, created by
VK
on 2016-10-13 09:30:04 UTC
(
hide
)
Description:
Correct URL for snort SID lookup, correct URL in pkg-descr
Filename:
MIME Type:
Creator:
VK
Created:
2016-10-13 09:30:04 UTC
Size:
1.75 KB
patch
obsolete
>Index: security/base/Makefile >=================================================================== >--- security/base/Makefile (revision 423903) >+++ security/base/Makefile (working copy) >@@ -3,6 +3,7 @@ > > PORTNAME= base > PORTVERSION= 1.4.5 >+PORTREVISION= 1 > CATEGORIES= security > MASTER_SITES= SF/secureideas/BASE/${PORTNAME}-${PORTVERSION} > >Index: security/base/files/patch-base__conf.php.dist >=================================================================== >--- security/base/files/patch-base__conf.php.dist (nonexistent) >+++ security/base/files/patch-base__conf.php.dist (working copy) >@@ -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'), >Index: security/base/pkg-descr >=================================================================== >--- security/base/pkg-descr (revision 423903) >+++ security/base/pkg-descr (working copy) >@@ -8,4 +8,4 @@ > 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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202655
:
160348
| 175691