summaryrefslogtreecommitdiff
path: root/security/snortreport/files/patch-sigdetail.php
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2019-07-16 15:44:11 +0000
committerRene Ladan <rene@FreeBSD.org>2019-07-16 15:44:11 +0000
commitfc82af5b80c53268add5c91904a551fafb187f91 (patch)
tree095ddc62d6edbb15c324a7e4da31a20e6ea45391 /security/snortreport/files/patch-sigdetail.php
parentDeprecate: no longer maintained (diff)
Remove expired port:
2019-07-15 security/snortreport: Abandonware
Notes
Notes: svn path=/head/; revision=506747
Diffstat (limited to 'security/snortreport/files/patch-sigdetail.php')
-rw-r--r--security/snortreport/files/patch-sigdetail.php41
1 files changed, 0 insertions, 41 deletions
diff --git a/security/snortreport/files/patch-sigdetail.php b/security/snortreport/files/patch-sigdetail.php
deleted file mode 100644
index cb933069a20a..000000000000
--- a/security/snortreport/files/patch-sigdetail.php
+++ /dev/null
@@ -1,41 +0,0 @@
-*** /usr/local/www/snortreport/sigdetail.php Thu Dec 22 06:07:07 2005
---- ./sigdetail.php Thu Nov 9 14:28:57 2006
-***************
-*** 38,44 ****
- assert($beginTime < $endTime);
-
- $URLTimeConstraint = "beginTime=$beginTime&endTime=$endTime";
-! $DBTimeConstraint = "(event.timestamp > " . $db->timestamp($beginTime) . " AND event.timestamp < " . $db->timestamp($endTime) . ")";
-
- $sigid = intval($sigid) or die("Invalid signature ID");
-
---- 38,44 ----
- assert($beginTime < $endTime);
-
- $URLTimeConstraint = "beginTime=$beginTime&endTime=$endTime";
-! $DBTimeConstraint = "(".$db->timeSinceEpoch("event.timestamp")." > " . $db->timestamp($beginTime) . " AND ".$db->timeSinceEpoch("event.timestamp")." < " . $db->timestamp($endTime) . ")";
-
- $sigid = intval($sigid) or die("Invalid signature ID");
-
-***************
-*** 101,106 ****
---- 101,108 ----
- }
- }
-
-+ if (!empty($Sources)) {
-+
- if (PROFILING) elapsedTimer(__FILE__ . ": " . __LINE__);
- // Get the total number of alerts for each source
-
-***************
-*** 327,332 ****
---- 329,336 ----
- print "<b><a href=\"sigdetail.php?$qs\">$anchor</a></b><br>\n";
-
- if (PROFILING) elapsedTimer(__FILE__ . ": " . __LINE__);
-+
-+ }
-
- require_once("page_bottom.php");
-