Christian Wiese
17 years ago
3 changed files with 118 additions and 0 deletions
@ -0,0 +1,53 @@
|
||||
|
||||
[TIMESTAMP] 1211549933 Fri May 23 15:38:53 2008 |
||||
[BUILDTIME] 100 (9) |
||||
[SIZE] 2.50 MB, 211 files |
||||
|
||||
[DEP] autoconf |
||||
[DEP] automake |
||||
[DEP] bash |
||||
[DEP] binutils |
||||
[DEP] bzip2 |
||||
[DEP] coreutils |
||||
[DEP] cvs |
||||
[DEP] diffutils |
||||
[DEP] etcnet |
||||
[DEP] fhs |
||||
[DEP] findutils |
||||
[DEP] font-util |
||||
[DEP] gawk |
||||
[DEP] gcc |
||||
[DEP] gconf |
||||
[DEP] gettext |
||||
[DEP] gimp |
||||
[DEP] glibc |
||||
[DEP] gnutls |
||||
[DEP] grep |
||||
[DEP] gzip |
||||
[DEP] intltool |
||||
[DEP] libgcrypt |
||||
[DEP] libgpg-error |
||||
[DEP] libprelude |
||||
[DEP] libpreludedb |
||||
[DEP] libtasn1 |
||||
[DEP] libtool |
||||
[DEP] libxaw |
||||
[DEP] linux-header |
||||
[DEP] m4 |
||||
[DEP] make |
||||
[DEP] mktemp |
||||
[DEP] openldap |
||||
[DEP] openssl |
||||
[DEP] perl |
||||
[DEP] perl-xml-parser |
||||
[DEP] pygobject |
||||
[DEP] python |
||||
[DEP] sed |
||||
[DEP] swig |
||||
[DEP] sysfiles |
||||
[DEP] tar |
||||
[DEP] util-linux |
||||
[DEP] util-macros |
||||
[DEP] xorg-server |
||||
[DEP] xtrans |
||||
[DEP] zlib |
@ -0,0 +1,30 @@
|
||||
# --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
# |
||||
# Filename: package/.../audit/audit.conf |
||||
# Copyright (C) 2008 The OpenSDE Project |
||||
# |
||||
# More information can be found in the files COPYING and README. |
||||
# |
||||
# This program is free software; you can redistribute it and/or modify |
||||
# it under the terms of the GNU General Public License as published by |
||||
# the Free Software Foundation; version 2 of the License. A copy of the |
||||
# GNU General Public License can be found in the file COPYING. |
||||
# --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
# prelude support |
||||
if pkginstalled libprelude; then |
||||
pkgprefix -t libprelude |
||||
var_append extraconfopt ' ' "--with-prelude" |
||||
var_append CFLAGS ' ' "-I$root$( pkgprefix includedir libprelude )" |
||||
var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir libprelude )" |
||||
fi |
||||
|
||||
# no built-in checks for ldap nor configure options |
||||
if pkginstalled openldap; then |
||||
pkgprefix -t openldap |
||||
var_append CFLAGS ' ' "-I$root$( pkgprefix includedir openldap )" |
||||
var_append LDFLAGS ' ' "-L$root$( pkgprefix libdir openldap )" |
||||
fi |
||||
|
||||
export CFLAGS LDFLAGS |
@ -0,0 +1,35 @@
|
||||
[COPY] --- SDE-COPYRIGHT-NOTE-BEGIN --- |
||||
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
||||
[COPY] |
||||
[COPY] Filename: package/.../audit/audit.desc |
||||
[COPY] Copyright (C) 2008 The OpenSDE Project |
||||
[COPY] |
||||
[COPY] More information can be found in the files COPYING and README. |
||||
[COPY] |
||||
[COPY] This program is free software; you can redistribute it and/or modify |
||||
[COPY] it under the terms of the GNU General Public License as published by |
||||
[COPY] the Free Software Foundation; version 2 of the License. A copy of the |
||||
[COPY] GNU General Public License can be found in the file COPYING. |
||||
[COPY] --- SDE-COPYRIGHT-NOTE-END --- |
||||
|
||||
[I] A collection of user-space audit utilities |
||||
|
||||
[T] The audit package contains the user-space utilities for creating audit |
||||
[T] rules, as well as for storing and searching the audit records generate |
||||
[T] by the audit subsystem in the Linux 2.6 kernel. It also has a basic |
||||
[T] Intrusion Detection plugin based on audit events capable of IDMEF alerting |
||||
[T] using prelude. |
||||
|
||||
[U] http://people.redhat.com/sgrubb/audit/ |
||||
|
||||
[A] Steve Grubb <linux_4ever@yahoo.com> |
||||
[M] Christian Wiese <morfoh@opensde.org> |
||||
|
||||
[C] extra/security |
||||
|
||||
[L] GPL |
||||
[S] Beta |
||||
[V] 1.7.4 |
||||
[P] X -----5---9 160.000 |
||||
|
||||
[D] 1166909244 audit-1.7.4.tar.gz http://people.redhat.com/sgrubb/audit/ |
Loading…
Reference in new issue