Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Nov 2012 12:09:33 GMT
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 219814 for review
Message-ID:  <201211201209.qAKC9XDO025946@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@219814?ac=10

Change 219814 by rwatson@rwatson_cinnamon on 2012/11/20 12:09:14

	Update OpenBSM version number to 1.2a2, update NEWS for the
	addition of auditdistd; Pawel already appeared in the credits,
	but add the FreeBSD Foundation.

Affected files ...

.. //depot/projects/trustedbsd/openbsm/CREDITS#12 edit
.. //depot/projects/trustedbsd/openbsm/NEWS#53 edit
.. //depot/projects/trustedbsd/openbsm/VERSION#28 edit
.. //depot/projects/trustedbsd/openbsm/aclocal.m4#7 edit
.. //depot/projects/trustedbsd/openbsm/autom4te.cache/output.0#2 edit
.. //depot/projects/trustedbsd/openbsm/autom4te.cache/traces.0#2 edit
.. //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#3 edit
.. //depot/projects/trustedbsd/openbsm/configure#66 edit

Differences ...

==== //depot/projects/trustedbsd/openbsm/CREDITS#12 (text+ko) ====

@@ -34,6 +34,7 @@
     Pawel Jakub Dawidek
     Joel Dahl
     Ryan Steinmetz
+    The FreeBSD Foundation
 
 In addition, Coverity, Inc.'s Prevent(tm) static analysis tool and Gimpel
 Software's FlexeLint tool were used to identify a number of bugs in the

==== //depot/projects/trustedbsd/openbsm/NEWS#53 (text+ko) ====

@@ -1,5 +1,14 @@
 OpenBSM Version History
 
+OpenBSM 1.2 alpha 2
+
+- auditdistd, a distributed audit trail management daemon, has now been
+  merged.  This allows trail files to be securely and reliably synced from
+  audited hosts to an audit server, and employs TLS encryption.  Where
+  available, it uses Capsicum to sandbox the service.  This work was
+  contributed by Pawel Jakub Dawidek under sponsorship from the FreeBSD
+  Foundation. 
+
 OpenBSM 1.2 alpha 1
 
 - Add Capsicum-related error numbers for FreeBSD: ENOTCAPABLE, ECAPMODE.
@@ -480,4 +489,4 @@
   to support reloading of kernel event table.
 - Allow comments in /etc/security configuration files.
 
-$P4: //depot/projects/trustedbsd/openbsm/NEWS#52 $
+$P4: //depot/projects/trustedbsd/openbsm/NEWS#53 $

==== //depot/projects/trustedbsd/openbsm/VERSION#28 (text+ko) ====

@@ -1,1 +1,1 @@
-OPENBSM_1_2alpha1
+OPENBSM_1_2alpha2

==== //depot/projects/trustedbsd/openbsm/aclocal.m4#7 (text+ko) ====

@@ -1,4 +1,4 @@
-# generated automatically by aclocal 1.12.4 -*- Autoconf -*-
+# generated automatically by aclocal 1.12.2 -*- Autoconf -*-
 
 # Copyright (C) 1996-2012 Free Software Foundation, Inc.
 
@@ -8612,6 +8612,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 8
+
 # AM_AUTOMAKE_VERSION(VERSION)
 # ----------------------------
 # Automake X.Y traces this macro to ensure aclocal.m4 has been
@@ -8621,7 +8623,7 @@
 [am__api_version='1.12'
 dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
 dnl require some minimum version.  Point them to the right macro.
-m4_if([$1], [1.12.4], [],
+m4_if([$1], [1.12.2], [],
       [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
 ])
 
@@ -8637,7 +8639,7 @@
 # Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
 # This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
 AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
-[AM_AUTOMAKE_VERSION([1.12.4])dnl
+[AM_AUTOMAKE_VERSION([1.12.2])dnl
 m4_ifndef([AC_AUTOCONF_VERSION],
   [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
 _AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
@@ -8650,6 +8652,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 2
+
 # For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
 # $ac_aux_dir to '$srcdir/foo'.  In other projects, it is set to
 # '$srcdir', '$srcdir/..', or '$srcdir/../..'.
@@ -8703,6 +8707,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 10
+
 # AM_CONDITIONAL(NAME, SHELL-CONDITION)
 # -------------------------------------
 # Define a conditional.
@@ -8734,6 +8740,7 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 17
 
 # There are a few dirty hacks below to avoid letting 'AC_PROG_CC' be
 # written in clear, in which case automake, when reading aclocal.m4,
@@ -8925,6 +8932,7 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 6
 
 # _AM_OUTPUT_DEPENDENCY_COMMANDS
 # ------------------------------
@@ -9001,6 +9009,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 19
+
 # This macro actually does too much.  Some checks are only needed if
 # your package does certain things.  But this isn't really a big deal.
 
@@ -9152,6 +9162,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 8
+
 # AM_PROG_INSTALL_SH
 # ------------------
 # Define $install_sh.
@@ -9173,6 +9185,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 2
+
 # Check whether the underlying file-system supports filenames
 # with a leading dot.  For instance MS-DOS doesn't.
 AC_DEFUN([AM_SET_LEADING_DOT],
@@ -9195,6 +9209,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 7
+
 # AM_MAINTAINER_MODE([DEFAULT-MODE])
 # ----------------------------------
 # Control maintainer-specific portions of Makefiles.
@@ -9232,6 +9248,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 5
+
 # AM_MAKE_INCLUDE()
 # -----------------
 # Check to see how make treats includes.
@@ -9282,6 +9300,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 7
+
 # AM_MISSING_PROG(NAME, PROGRAM)
 # ------------------------------
 AC_DEFUN([AM_MISSING_PROG],
@@ -9289,6 +9309,7 @@
 $1=${$1-"${am_missing_run}$2"}
 AC_SUBST($1)])
 
+
 # AM_MISSING_HAS_RUN
 # ------------------
 # Define MISSING if not defined so far and test if it supports --run.
@@ -9321,6 +9342,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 6
+
 # _AM_MANGLE_OPTION(NAME)
 # -----------------------
 AC_DEFUN([_AM_MANGLE_OPTION],
@@ -9352,6 +9375,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 9
+
 # AM_SANITY_CHECK
 # ---------------
 AC_DEFUN([AM_SANITY_CHECK],
@@ -9433,6 +9458,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 2
+
 # AM_PROG_INSTALL_STRIP
 # ---------------------
 # One issue with vendor 'install' (even GNU) is that you can't
@@ -9461,6 +9488,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 3
+
 # _AM_SUBST_NOTMAKE(VARIABLE)
 # ---------------------------
 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
@@ -9480,6 +9509,8 @@
 # gives unlimited permission to copy and/or distribute it,
 # with or without modifications, as long as this notice is preserved.
 
+# serial 3
+
 # _AM_PROG_TAR(FORMAT)
 # --------------------
 # Check how to create a tarball in format FORMAT.

==== //depot/projects/trustedbsd/openbsm/autom4te.cache/output.0#2 (text+ko) ====

@@ -1,7 +1,7 @@
 @%:@! /bin/sh
 @%:@ From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#62 .
 @%:@ Guess values for system-dependent variables and create Makefiles.
-@%:@ Generated by GNU Autoconf 2.69 for OpenBSM 1.2alpha1.
+@%:@ Generated by GNU Autoconf 2.69 for OpenBSM 1.2alpha2.
 @%:@
 @%:@ Report bugs to <trustedbsd-audit@TrustesdBSD.org>.
 @%:@ 
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='OpenBSM'
 PACKAGE_TARNAME='openbsm'
-PACKAGE_VERSION='1.2alpha1'
-PACKAGE_STRING='OpenBSM 1.2alpha1'
+PACKAGE_VERSION='1.2alpha2'
+PACKAGE_STRING='OpenBSM 1.2alpha2'
 PACKAGE_BUGREPORT='trustedbsd-audit@TrustesdBSD.org'
 PACKAGE_URL=''
 
@@ -1327,7 +1327,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.2alpha1 to adapt to many kinds of systems.
+\`configure' configures OpenBSM 1.2alpha2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1397,7 +1397,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of OpenBSM 1.2alpha1:";;
+     short | recursive ) echo "Configuration of OpenBSM 1.2alpha2:";;
    esac
   cat <<\_ACEOF
 
@@ -1511,7 +1511,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-OpenBSM configure 1.2alpha1
+OpenBSM configure 1.2alpha2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1991,7 +1991,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.2alpha1, which was
+It was created by OpenBSM $as_me 1.2alpha2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -11556,7 +11556,7 @@
 # Define the identity of the package.
 
  PACKAGE=OpenBSM
- VERSION=1.2alpha1
+ VERSION=1.2alpha2
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14176,7 +14176,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by OpenBSM $as_me 1.2alpha1, which was
+This file was extended by OpenBSM $as_me 1.2alpha2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14242,7 +14242,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-OpenBSM config.status 1.2alpha1
+OpenBSM config.status 1.2alpha2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 

==== //depot/projects/trustedbsd/openbsm/autom4te.cache/traces.0#2 (text+ko) ====

@@ -2400,7 +2400,7 @@
 m4trace:configure.ac:32: -1- m4_pattern_allow([^YACC$])
 m4trace:configure.ac:32: -1- m4_pattern_allow([^YACC$])
 m4trace:configure.ac:32: -1- m4_pattern_allow([^YFLAGS$])
-m4trace:configure.ac:34: -1- AM_INIT_AUTOMAKE([OpenBSM], [1.2alpha1])
+m4trace:configure.ac:34: -1- AM_INIT_AUTOMAKE([OpenBSM], [1.2alpha2])
 m4trace:configure.ac:34: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 m4trace:configure.ac:34: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 m4trace:configure.ac:34: -1- AM_AUTOMAKE_VERSION([1.12.2])

==== //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#3 (text+ko) ====

@@ -27,7 +27,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#2 $
+ * $P4: //depot/projects/trustedbsd/openbsm/bin/auditdistd/parse.y#3 $
  */
 
 #include "config.h"

==== //depot/projects/trustedbsd/openbsm/configure#66 (xtext) ====

@@ -1,7 +1,7 @@
 #! /bin/sh
 # From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#62 .
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for OpenBSM 1.2alpha1.
+# Generated by GNU Autoconf 2.69 for OpenBSM 1.2alpha2.
 #
 # Report bugs to <trustedbsd-audit@TrustesdBSD.org>.
 #
@@ -591,8 +591,8 @@
 # Identity of this package.
 PACKAGE_NAME='OpenBSM'
 PACKAGE_TARNAME='openbsm'
-PACKAGE_VERSION='1.2alpha1'
-PACKAGE_STRING='OpenBSM 1.2alpha1'
+PACKAGE_VERSION='1.2alpha2'
+PACKAGE_STRING='OpenBSM 1.2alpha2'
 PACKAGE_BUGREPORT='trustedbsd-audit@TrustesdBSD.org'
 PACKAGE_URL=''
 
@@ -1327,7 +1327,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.2alpha1 to adapt to many kinds of systems.
+\`configure' configures OpenBSM 1.2alpha2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1397,7 +1397,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of OpenBSM 1.2alpha1:";;
+     short | recursive ) echo "Configuration of OpenBSM 1.2alpha2:";;
    esac
   cat <<\_ACEOF
 
@@ -1511,7 +1511,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-OpenBSM configure 1.2alpha1
+OpenBSM configure 1.2alpha2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1991,7 +1991,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.2alpha1, which was
+It was created by OpenBSM $as_me 1.2alpha2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -11552,7 +11552,7 @@
 # Define the identity of the package.
 
  PACKAGE=OpenBSM
- VERSION=1.2alpha1
+ VERSION=1.2alpha2
 
 
 cat >>confdefs.h <<_ACEOF
@@ -14172,7 +14172,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by OpenBSM $as_me 1.2alpha1, which was
+This file was extended by OpenBSM $as_me 1.2alpha2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -14238,7 +14238,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-OpenBSM config.status 1.2alpha1
+OpenBSM config.status 1.2alpha2
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201211201209.qAKC9XDO025946>