svn commit: r312538 - in head/security/openbsm-devel: . files

Ryan Steinmetz zi at FreeBSD.org
Tue Feb 19 02:20:29 UTC 2013


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);


More information about the svn-ports-head mailing list