svn commit: r47985 - head/en_US.ISO8859-1/htdocs/news/status

Benjamin Kaduk bjk at FreeBSD.org
Sat Jan 9 22:12:45 UTC 2016


Author: bjk
Date: Sat Jan  9 22:12:44 2016
New Revision: 47985
URL: https://svnweb.freebsd.org/changeset/doc/47985

Log:
  Add OpenBSM entry from brueffer

Modified:
  head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml

Modified: head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml
==============================================================================
--- head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml	Sat Jan  9 21:50:54 2016	(r47984)
+++ head/en_US.ISO8859-1/htdocs/news/status/report-2015-10-2015-12.xml	Sat Jan  9 22:12:44 2016	(r47985)
@@ -1245,4 +1245,73 @@
       </task>
     </help>
   </project>
+
+  <project cat='proj'>
+    <title>OpenBSM</title>
+
+    <contact>
+      <person>
+	<name>
+	  <given>Christian</given>
+	  <common>Brueffer</common>
+	</name>
+	<email>brueffer at FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>
+	  <given>Robert</given>
+	  <common>Watson</common>
+	</name>
+	<email>rwatson at FreeBSD.org</email>
+      </person>
+
+      <person>
+	<name>TrustedBSD audit mailing list</name>
+	<email>trustedbsd-audit at TrustedBSD.org</email>
+      </person>
+    </contact>
+
+    <links>
+      <url href="http://www.openbsm.org">OpenBSM: Open Source Basic Security Module (BSM) Audit Implementation</url>
+      <url href="https://github.com/openbsm/openbsm">OpenBSM on GitHub</url>
+      <url href="https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/audit.html">&os; Audit Handbook Chapter</url>
+    </links>
+
+    <body>
+      <p>OpenBSM is a BSD-licensed implementation of Sun's Basic
+	Security Module (BSM) API and file format.  It is the user-space
+	side of the CAPP Audit implementations in &os; and Mac OS X.
+	Additionally, the audit trail processing tools are expected to
+	work on Linux.</p>
+
+      <p>Progress has been slow but steady this quarter, culminating
+	in OpenBSM 1.2 alpha 4, the first release in three years.  It
+	features various bug fixes and documentation improvements; the
+	complete list of changes is documented in the <a
+	  href="https://github.com/openbsm/openbsm/blob/master/NEWS">NEWS</a>
+	file on GitHub.  The release was imported into &os; HEAD and
+	merged to &os; 10-STABLE.  As such it will be part of &os;
+	10.3-RELEASE.</p>
+    </body>
+
+    <help>
+      <task>
+	<p>Test the new release on different versions of &os;, Mac
+	  OS X and Linux.  In particular, testing on Mac OS X 10.9 (Mavericks)
+	  and newer would be greatly appreciated.</p>
+      </task>
+
+      <task>
+	<p>Fix problems that have been reported via GitHub and the
+	  &os; bug tracker.</p>
+      </task>
+
+      <task>
+	<p>Implement features mentioned in the
+	  <a href="https://github.com/openbsm/openbsm/blob/master/TODO">TODO</a>
+	  list on GitHub.</p>
+      </task>
+    </help>
+  </project>
 </report>


More information about the svn-doc-all mailing list