Date: Sun, 8 Jul 2007 11:28:24 GMT From: Robert Watson <rwatson@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 123109 for review Message-ID: <200707081128.l68BSOsh078564@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=123109 Change 123109 by rwatson@rwatson_peppercorn on 2007/07/08 11:28:00 We're now working on OpenBSM 1.0alpah15 not alpha14; move some recent history into a new section and update configure.ac. Affected files ... .. //depot/projects/trustedbsd/openbsm/HISTORY#52 edit .. //depot/projects/trustedbsd/openbsm/VERSION#16 edit .. //depot/projects/trustedbsd/openbsm/configure.ac#35 edit Differences ... ==== //depot/projects/trustedbsd/openbsm/HISTORY#52 (text+ko) ==== @@ -1,3 +1,9 @@ +OpenBSM 1.0 alpha 15 + +- Fix bug when processing in_addr_ex tokens. +- Restore the behavior of printing the string/text specified while + auditing arg32 tokens. + OpenBSM 1.0 alpha 14 - Fix endian issues when processing IPv6 addresses for extended subject @@ -5,9 +11,6 @@ - gcc41 warnings clean. - Teach audit_submit(3) about getaudit_addr(2). - Add support for zonename tokens. -- Fix bug when processing in_addr_ex tokens. -- Restore the behavior of printing the string/text specified while - auditing arg32 tokens. OpenBSM 1.0 alpha 13 @@ -287,4 +290,4 @@ to support reloading of kernel event table. - Allow comments in /etc/security configuration files. -$P4: //depot/projects/trustedbsd/openbsm/HISTORY#51 $ +$P4: //depot/projects/trustedbsd/openbsm/HISTORY#52 $ ==== //depot/projects/trustedbsd/openbsm/VERSION#16 (text+ko) ==== @@ -1,1 +1,1 @@ -OPENBSM_1_0_ALPHA_14 +OPENBSM_1_0_ALPHA_15 ==== //depot/projects/trustedbsd/openbsm/configure.ac#35 (text+ko) ==== @@ -2,8 +2,8 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([OpenBSM], [1.0alpha14], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) -AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#34 $]) +AC_INIT([OpenBSM], [1.0alpha15], [trustedbsd-audit@TrustesdBSD.org],[openbsm]) +AC_REVISION([$P4: //depot/projects/trustedbsd/openbsm/configure.ac#35 $]) AC_CONFIG_SRCDIR([bin/auditreduce/auditreduce.c]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_HEADER([config/config.h])
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707081128.l68BSOsh078564>