From owner-cvs-all@FreeBSD.ORG Wed Oct 24 01:08:37 2007 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 49CB216A418; Wed, 24 Oct 2007 01:08:37 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 52C9C13C4B5; Wed, 24 Oct 2007 01:08:37 +0000 (UTC) (envelope-from csjp@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l9O18bcP045679; Wed, 24 Oct 2007 01:08:37 GMT (envelope-from csjp@repoman.freebsd.org) Received: (from csjp@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l9O18blH045678; Wed, 24 Oct 2007 01:08:37 GMT (envelope-from csjp) Message-Id: <200710240108.l9O18blH045678@repoman.freebsd.org> From: "Christian S.J. Peron" Date: Wed, 24 Oct 2007 01:08:36 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/bsmtrace Makefile distinfo X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2007 01:08:37 -0000 csjp 2007-10-24 01:08:36 UTC FreeBSD ports repository (src committer) Modified files: security/bsmtrace Makefile distinfo Log: 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 Revision Changes Path 1.2 +1 -1 ports/security/bsmtrace/Makefile 1.2 +3 -3 ports/security/bsmtrace/distinfo