aboutsummaryrefslogtreecommitdiff
path: root/security/bsmtrace
diff options
context:
space:
mode:
authorChristian S.J. Peron <csjp@FreeBSD.org>2007-10-24 01:08:36 +0000
committerChristian S.J. Peron <csjp@FreeBSD.org>2007-10-24 01:08:36 +0000
commit701d7bd70aa106b035bcb3ccb11f883c67d66554 (patch)
treeb3430af9c9848a7d4d12ff5e105a3424f8de6dda /security/bsmtrace
parentc7920fe8059019eca1fdcc76df364c3148bb9168 (diff)
downloadports-701d7bd70aa106b035bcb3ccb11f883c67d66554.tar.gz
ports-701d7bd70aa106b035bcb3ccb11f883c67d66554.zip
Update bsmtrace to 1.1.0.
1.1.0 fixes a pretty serious bug which resulted in BSM records without pathname tokens being processed in some cases. Additionally, timeout-window and timeout-probability features were added to allow people defining sequences with timeouts to add an element of randomness to the timeout, in theory making it more difficult for people to attack. timeout 60; timeout-window 10; timeout-probability 65; Basically equates to: "This sequence should timeout in a random amount of time, where the probability of the timeout being from 60-70 is 65%" It should be noted that there is a probability of 35% that the value will be completely random. So naturally, the lower the timeout-probability, the more random the timeout will be. Approved by: tmclaugh
Notes
Notes: svn path=/head/; revision=201873
Diffstat (limited to 'security/bsmtrace')
-rw-r--r--security/bsmtrace/Makefile2
-rw-r--r--security/bsmtrace/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/security/bsmtrace/Makefile b/security/bsmtrace/Makefile
index eafa4fbeea8c..efca79b36f04 100644
--- a/security/bsmtrace/Makefile
+++ b/security/bsmtrace/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bsmtrace
-PORTVERSION= 1.0.3
+PORTVERSION= 1.1.0
CATEGORIES= security
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= csjp
diff --git a/security/bsmtrace/distinfo b/security/bsmtrace/distinfo
index 91959d480a6c..8982006070e0 100644
--- a/security/bsmtrace/distinfo
+++ b/security/bsmtrace/distinfo
@@ -1,3 +1,3 @@
-MD5 (bsmtrace-1.0.3.tar.gz) = a1199983d6121011cdf16e7c1a10a3df
-SHA256 (bsmtrace-1.0.3.tar.gz) = 41853c30a7c2bad821f8cb88f66640637821b7d2ac53db5abecfc8797645bd25
-SIZE (bsmtrace-1.0.3.tar.gz) = 22170
+MD5 (bsmtrace-1.1.0.tar.gz) = badeb03b0bdc60c1f0a7e8c48ab72da8
+SHA256 (bsmtrace-1.1.0.tar.gz) = cf4299d2a08cf4f884f1788fe668682878015d83d1e9b1e64da897d91fc31206
+SIZE (bsmtrace-1.1.0.tar.gz) = 23893