summaryrefslogtreecommitdiffstats
path: root/contrib/openbsm/config/config.h
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2009-08-02 10:27:54 +0000
committerrwatson <rwatson@FreeBSD.org>2009-08-02 10:27:54 +0000
commit8db4ca2429ca8f9c41f5cdf61649c08989e99ef5 (patch)
treea02848295a5687895e3ba9e2a5a7d83267332a8c /contrib/openbsm/config/config.h
parent2eafab39fe924930f5cc985cbfe46deeb11f5e2c (diff)
downloadFreeBSD-src-8db4ca2429ca8f9c41f5cdf61649c08989e99ef5.zip
FreeBSD-src-8db4ca2429ca8f9c41f5cdf61649c08989e99ef5.tar.gz
Import OpenBSM 1.1p2 from vendor branch to 8-CURRENT. This patch release
addresses several minor issues: - Fix audit_event definitions of AUE_OPENAT_RWT and AUE_OPENAT_RWTC. - Fix build on Linux. - Fix printing of class masks in the audump tool. MFC after: 3 weeks Obtained from: TrustedBSD Project Approved by: re (kib)
Diffstat (limited to 'contrib/openbsm/config/config.h')
-rw-r--r--contrib/openbsm/config/config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/openbsm/config/config.h b/contrib/openbsm/config/config.h
index e375bc5..4bed82e 100644
--- a/contrib/openbsm/config/config.h
+++ b/contrib/openbsm/config/config.h
@@ -164,13 +164,13 @@
#define PACKAGE_NAME "OpenBSM"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "OpenBSM 1.1p1"
+#define PACKAGE_STRING "OpenBSM 1.1p2"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "openbsm"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "1.1p1"
+#define PACKAGE_VERSION "1.1p2"
/* Define as the return type of signal handlers (`int' or `void'). */
#define RETSIGTYPE void
@@ -191,7 +191,7 @@
#define USE_NATIVE_INCLUDES /**/
/* Version number of package */
-#define VERSION "1.1p1"
+#define VERSION "1.1p2"
/* Use extended API on platforms that require it */
#define _GNU_SOURCE /**/
OpenPOWER on IntegriCloud