PERFORCE change 104824 for review
Robert Watson
rwatson at FreeBSD.org
Wed Aug 23 05:09:52 UTC 2006
http://perforce.freebsd.org/chv.cgi?CH=104824
Change 104824 by rwatson at rwatson_sesame on 2006/08/23 05:09:16
Update for OpenBSM 1.0a9.
Affected files ...
.. //depot/projects/trustedbsd/openbsm/HISTORY#23 edit
.. //depot/projects/trustedbsd/openbsm/VERSION#11 edit
.. //depot/projects/trustedbsd/openbsm/configure#25 edit
.. //depot/projects/trustedbsd/openbsm/configure.ac#28 edit
Differences ...
==== //depot/projects/trustedbsd/openbsm/HISTORY#23 (text+ko) ====
@@ -1,3 +1,8 @@
+OpenBSM 1.0 alpha 9
+
+- Further refine audit filter API to avoid encoding "BSM"/"bsm" strings into
+ it; prefer "AUDIT"/"audit".
+
OpenBSM 1.0 alpha 8
- Correct typo in definition of AUR_INT.
@@ -192,4 +197,4 @@
to support reloading of kernel event table.
- Allow comments in /etc/security configuration files.
-$P4: //depot/projects/trustedbsd/openbsm/HISTORY#22 $
+$P4: //depot/projects/trustedbsd/openbsm/HISTORY#23 $
==== //depot/projects/trustedbsd/openbsm/VERSION#11 (text+ko) ====
@@ -1,1 +1,1 @@
-OPENBSM_1_0_ALPHA_8
+OPENBSM_1_0_ALPHA_9
==== //depot/projects/trustedbsd/openbsm/configure#25 (xtext) ====
@@ -1,7 +1,7 @@
#! /bin/sh
-# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#26 .
+# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#27 .
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for OpenBSM 1.0a8.
+# Generated by GNU Autoconf 2.59 for OpenBSM 1.0a9.
#
# Report bugs to <trustedbsd-audit at TrustesdBSD.org>.
#
@@ -424,8 +424,8 @@
# Identity of this package.
PACKAGE_NAME='OpenBSM'
PACKAGE_TARNAME='openbsm'
-PACKAGE_VERSION='1.0a8'
-PACKAGE_STRING='OpenBSM 1.0a8'
+PACKAGE_VERSION='1.0a9'
+PACKAGE_STRING='OpenBSM 1.0a9'
PACKAGE_BUGREPORT='trustedbsd-audit at TrustesdBSD.org'
ac_unique_file="bin/auditreduce/auditreduce.c"
@@ -955,7 +955,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures OpenBSM 1.0a8 to adapt to many kinds of systems.
+\`configure' configures OpenBSM 1.0a9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1021,7 +1021,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of OpenBSM 1.0a8:";;
+ short | recursive ) echo "Configuration of OpenBSM 1.0a9:";;
esac
cat <<\_ACEOF
@@ -1162,7 +1162,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-OpenBSM configure 1.0a8
+OpenBSM configure 1.0a9
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1176,7 +1176,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by OpenBSM $as_me 1.0a8, which was
+It was created by OpenBSM $as_me 1.0a9, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -19278,7 +19278,7 @@
# Define the identity of the package.
PACKAGE=OpenBSM
- VERSION=1.0a8
+ VERSION=1.0a9
cat >>confdefs.h <<_ACEOF
@@ -23478,7 +23478,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by OpenBSM $as_me 1.0a8, which was
+This file was extended by OpenBSM $as_me 1.0a9, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -23541,7 +23541,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-OpenBSM config.status 1.0a8
+OpenBSM config.status 1.0a9
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
==== //depot/projects/trustedbsd/openbsm/configure.ac#28 (text+ko) ====
@@ -2,8 +2,8 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([OpenBSM], [1.0a8], [trustedbsd-audit at TrustesdBSD.org],[openbsm])
-AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#27 $])
+AC_INIT([OpenBSM], [1.0a9], [trustedbsd-audit at TrustesdBSD.org],[openbsm])
+AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#28 $])
AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADER([config/config.h])
More information about the trustedbsd-cvs
mailing list