From owner-p4-projects@FreeBSD.ORG Sun Sep 27 19:03:48 2009 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 720F6106568F; Sun, 27 Sep 2009 19:03:48 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1DF661065672 for ; Sun, 27 Sep 2009 19:03:48 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 0B21D8FC32 for ; Sun, 27 Sep 2009 19:03:47 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id n8RJ3lre040537 for ; Sun, 27 Sep 2009 19:03:47 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id n8RJ3lH8040535 for perforce@freebsd.org; Sun, 27 Sep 2009 19:03:47 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Sun, 27 Sep 2009 19:03:47 GMT Message-Id: <200909271903.n8RJ3lH8040535@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson To: Perforce Change Reviews Cc: Subject: PERFORCE change 168936 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Sep 2009 19:03:48 -0000 http://perforce.freebsd.org/chv.cgi?CH=168936 Change 168936 by rwatson@rwatson_cinnamon on 2009/09/27 19:03:30 Declare ourselves OpenBSM 1.2alpha1 -- we don't have much to show for the new version number yet, but we're arguably into new feature territory rather than patching 1.1 further. If we do need further 1.1 patch releases, we can branch from the previous revision. Affected files ... .. //depot/projects/trustedbsd/openbsm/NEWS#44 edit .. //depot/projects/trustedbsd/openbsm/VERSION#27 edit .. //depot/projects/trustedbsd/openbsm/configure#56 edit .. //depot/projects/trustedbsd/openbsm/configure.ac#55 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/NEWS#44 (text+ko) ==== @@ -1,5 +1,7 @@ OpenBSM Version History +OpenBSM 1.2 alpha 1 + OpenBSM 1.1p2 - Fix audit_event definitions of AUE_OPENAT_RWT and AUE_OPENAT_RWTC. @@ -464,4 +466,4 @@ to support reloading of kernel event table. - Allow comments in /etc/security configuration files. -$P4: //depot/projects/trustedbsd/openbsm/NEWS#43 $ +$P4: //depot/projects/trustedbsd/openbsm/NEWS#44 $ ==== //depot/projects/trustedbsd/openbsm/VERSION#27 (text+ko) ==== @@ -1,1 +1,1 @@ -OPENBSM_1_1p2 +OPENBSM_1_2alpha1 ==== //depot/projects/trustedbsd/openbsm/configure#56 (xtext) ==== @@ -1,7 +1,7 @@ #! /bin/sh -# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#53 . +# From configure.ac P4: //depot/projects/trustedbsd/openbsm/configure.ac#54 . # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.62 for OpenBSM 1.1p2. +# Generated by GNU Autoconf 2.62 for OpenBSM 1.2alpha1. # # Report bugs to . # @@ -751,8 +751,8 @@ # Identity of this package. PACKAGE_NAME='OpenBSM' PACKAGE_TARNAME='openbsm' -PACKAGE_VERSION='1.1p2' -PACKAGE_STRING='OpenBSM 1.1p2' +PACKAGE_VERSION='1.2alpha1' +PACKAGE_STRING='OpenBSM 1.2alpha1' PACKAGE_BUGREPORT='trustedbsd-audit@TrustesdBSD.org' ac_unique_file="bin/auditreduce/auditreduce.c" @@ -1492,7 +1492,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.1p2 to adapt to many kinds of systems. +\`configure' configures OpenBSM 1.2alpha1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1562,7 +1562,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of OpenBSM 1.1p2:";; + short | recursive ) echo "Configuration of OpenBSM 1.2alpha1:";; esac cat <<\_ACEOF @@ -1671,7 +1671,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -OpenBSM configure 1.1p2 +OpenBSM configure 1.2alpha1 generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, @@ -1685,7 +1685,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.1p2, which was +It was created by OpenBSM $as_me 1.2alpha1, which was generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -19662,7 +19662,7 @@ # Define the identity of the package. PACKAGE=OpenBSM - VERSION=1.1p2 + VERSION=1.2alpha1 cat >>confdefs.h <<_ACEOF @@ -24400,7 +24400,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.1p2, which was +This file was extended by OpenBSM $as_me 1.2alpha1, which was generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -24453,7 +24453,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ -OpenBSM config.status 1.1p2 +OpenBSM config.status 1.2alpha1 configured by $0, generated by GNU Autoconf 2.62, with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" ==== //depot/projects/trustedbsd/openbsm/configure.ac#55 (text+ko) ==== @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([OpenBSM], [1.1p2], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) -AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#54 $]) +AC_INIT([OpenBSM], [1.2alpha1], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) +AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#55 $]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADER([config/config.h])