summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/configure.ac
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2007-10-29 18:40:24 +0000
committerrwatson <rwatson@FreeBSD.org>2007-10-29 18:40:24 +0000
commit280c17909566cfd4eff091c2747edb9d747f7343 (patch)
tree1a558414e2f50f5f33f2c5f37825bd738558ad08 /contrib/openbsm/configure.ac
parent2f3a6f61b35551e267159ec9175942da9175bbde (diff)
downloadFreeBSD-src-280c17909566cfd4eff091c2747edb9d747f7343.zip
FreeBSD-src-280c17909566cfd4eff091c2747edb9d747f7343.tar.gz
Vendor import TrustedBSD OpenBSM 1.0, with the following change history
since the last import: OpenBSM 1.0 - Fix bug in auditreduce(8) which resulted in a memory fault/crash when the user specified an event name with -m. - Remove AU_.* hard-coded audit class constants, as udit classes are now entirely dynamically configured using /etc/security/audit_class. MFC after: 3 days Obtained from: TrustedBSD Project
Diffstat (limited to 'contrib/openbsm/configure.ac')
-rw-r--r--contrib/openbsm/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/openbsm/configure.ac b/contrib/openbsm/configure.ac
index 1af6dcb..83d692b7 100644
--- a/contrib/openbsm/configure.ac
+++ b/contrib/openbsm/configure.ac
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([OpenBSM], [1.0alpha15], [trustedbsd-audit@TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#35 $])
+AC_INIT([OpenBSM], [1.0], [trustedbsd-audit@TrustesdBSD.org],[openbsm])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#36 $])
AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config/config.h])
OpenPOWER on IntegriCloud