From owner-p4-projects@FreeBSD.ORG Fri Nov 23 00:09:51 2012 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id A53B81F1; Fri, 23 Nov 2012 00:09:51 +0000 (UTC) Delivered-To: perforce@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 667F21E6 for ; Fri, 23 Nov 2012 00:09:51 +0000 (UTC) (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: from skunkworks.freebsd.org (skunkworks.freebsd.org [IPv6:2001:4f8:fff6::2d]) by mx1.freebsd.org (Postfix) with ESMTP id 490FF8FC33 for ; Fri, 23 Nov 2012 00:09:51 +0000 (UTC) Received: from skunkworks.freebsd.org (localhost [127.0.0.1]) by skunkworks.freebsd.org (8.14.5/8.14.5) with ESMTP id qAN09puG065500 for ; Fri, 23 Nov 2012 00:09:51 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Received: (from perforce@localhost) by skunkworks.freebsd.org (8.14.5/8.14.5/Submit) id qAN09oLv065497 for perforce@freebsd.org; Fri, 23 Nov 2012 00:09:50 GMT (envelope-from bb+lists.freebsd.perforce@cyrus.watson.org) Date: Fri, 23 Nov 2012 00:09:50 GMT Message-Id: <201211230009.qAN09oLv065497@skunkworks.freebsd.org> X-Authentication-Warning: skunkworks.freebsd.org: perforce set sender to bb+lists.freebsd.perforce@cyrus.watson.org using -f From: Robert Watson Subject: PERFORCE change 219826 for review To: Perforce Change Reviews Precedence: bulk X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.14 List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2012 00:09:51 -0000 http://p4web.freebsd.org/@@219826?ac=10 Change 219826 by rwatson@rwatson_cinnamon on 2012/11/23 00:09:00 Update more instances of OpenBSM 1.2alpha1 to 1.2alpha2. Affected files ... .. //depot/projects/trustedbsd/openbsm/Makefile.in#15 edit .. //depot/projects/trustedbsd/openbsm/README#41 edit .. //depot/projects/trustedbsd/openbsm/configure.ac#63 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/Makefile.in#15 (text+ko) ==== @@ -60,7 +60,8 @@ $(top_srcdir)/config/install-sh $(top_srcdir)/config/ltmain.sh \ $(top_srcdir)/config/missing $(top_srcdir)/configure INSTALL \ NEWS TODO config/config.guess config/config.sub config/depcomp \ - config/install-sh config/ltmain.sh config/missing + config/install-sh config/ltmain.sh config/missing \ + config/ylwrap ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 am__aclocal_m4_deps = $(top_srcdir)/configure.ac am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ ==== //depot/projects/trustedbsd/openbsm/README#41 (text+ko) ==== @@ -1,4 +1,4 @@ -OpenBSM 1.2a1 +OpenBSM 1.2a2 Introduction @@ -65,4 +65,4 @@ http://www.TrustedBSD.org/ -$P4: //depot/projects/trustedbsd/openbsm/README#40 $ +$P4: //depot/projects/trustedbsd/openbsm/README#41 $ ==== //depot/projects/trustedbsd/openbsm/configure.ac#63 (text+ko) ==== @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([OpenBSM], [1.2alpha1], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) -AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#62 $]) +AC_INIT([OpenBSM], [1.2alpha2], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) +AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#63 $]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config)