Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 19 Feb 2013 02:20:28 +0000 (UTC)
From:      Ryan Steinmetz <zi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r312538 - in head/security/openbsm-devel: . files
Message-ID:  <201302190220.r1J2KSp1013185@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: zi
Date: Tue Feb 19 02:20:27 2013
New Revision: 312538
URL: http://svnweb.freebsd.org/changeset/ports/312538

Log:
  - Add patch to resolve invalid XML produced by praudit -x
  - Bump PORTREVISION

Added:
  head/security/openbsm-devel/files/patch-libbsm__bsm_io.c   (contents, props changed)
Modified:
  head/security/openbsm-devel/Makefile

Modified: head/security/openbsm-devel/Makefile
==============================================================================
--- head/security/openbsm-devel/Makefile	Tue Feb 19 00:19:14 2013	(r312537)
+++ head/security/openbsm-devel/Makefile	Tue Feb 19 02:20:27 2013	(r312538)
@@ -3,6 +3,7 @@
 
 PORTNAME=	openbsm
 DISTVERSION=	1.2-alpha3
+PORTREVISION=	1
 CATEGORIES=	security
 MASTER_SITES=	http://www.trustedbsd.org/downloads/ \
     		http://mirrors.rit.edu/zi/

Added: head/security/openbsm-devel/files/patch-libbsm__bsm_io.c
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/openbsm-devel/files/patch-libbsm__bsm_io.c	Tue Feb 19 02:20:27 2013	(r312538)
@@ -0,0 +1,11 @@
+--- ./libbsm/bsm_io.c.orig	2013-02-18 21:07:28.000000000 -0500
++++ ./libbsm/bsm_io.c	2013-02-18 21:07:38.000000000 -0500
+@@ -949,7 +949,7 @@
+ {
+ 
+ 	print_tok_type(fp, tok->id, "header", oflags);
+-	if (oflags & AU_OFLAG_RAW) {
++	if (oflags & AU_OFLAG_XML) {
+ 		open_attr(fp, "version");
+ 		print_1_byte(fp, tok->tt.hdr32.version, "%u");
+ 		close_attr(fp);



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