diff options
author | Robert Watson <rwatson@FreeBSD.org> | 2009-08-02 00:19:36 +0000 |
---|---|---|
committer | Robert Watson <rwatson@FreeBSD.org> | 2009-08-02 00:19:36 +0000 |
commit | d4b6ea31f692ff2a72000eb92e0507dafcff8268 (patch) | |
tree | 102ac91ddb87e7dc45d67ce2c8a2a41478eea90c /configure.ac | |
parent | 5d171016e7ded77bb3a5eaff82d036a250f515bb (diff) | |
download | src-d4b6ea31f692ff2a72000eb92e0507dafcff8268.tar.gz src-d4b6ea31f692ff2a72000eb92e0507dafcff8268.zip |
Vendor import of OpenBSM 1.1p2, which incorporates the following changesvendor/openbsm/1.1-P-2
since the last imported OpenBSM release:
OpenBSM 1.1p2
- Fix audit_event definitions of AUE_OPENAT_RWT and AUE_OPENAT_RWTC.
- Fix build on Linux.
- Fix printing of class masks in the audump tool.
Obtained from: TrustedBSD Project
Notes
Notes:
svn path=/vendor/openbsm/dist/; revision=196027
svn path=/vendor/openbsm/1.1-P-2/; revision=196028; tag=vendor/openbsm/1.1-P-2
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index 942d45949a3a..b6bc2708f273 100644 --- a/configure.ac +++ b/configure.ac @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([OpenBSM], [1.1p1], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) -AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#53 $]) +AC_INIT([OpenBSM], [1.1p2], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) +AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#54 $]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADER([config/config.h]) |