summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorVlad Glagolev2018-03-22 22:07:12 -0400
committerVlad Glagolev2018-03-22 22:07:12 -0400
commit618c384b27ad8e4675da7a73e93356fcc2e27f53 (patch)
treed0113b262359513a953c231f981039db495d8f1b /security
parentf7b531104f79607062b71c5e83b74466e99a8f94 (diff)
audit: => 2.8.3
Diffstat (limited to 'security')
-rwxr-xr-xsecurity/audit/DEPENDS61
-rwxr-xr-xsecurity/audit/DETAILS7
-rw-r--r--security/audit/HISTORY6
-rwxr-xr-xsecurity/audit/PRE_BUILD6
4 files changed, 63 insertions, 17 deletions
diff --git a/security/audit/DEPENDS b/security/audit/DEPENDS
index dba573250c..616651a664 100755
--- a/security/audit/DEPENDS
+++ b/security/audit/DEPENDS
@@ -1,19 +1,52 @@
-depends PYTHON &&
-depends openldap &&
-depends swig &&
-optional_depends libprelude \
- "--with-prelude" \
- "--without-prelude" \
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "for Python bindings" &&
+
+optional_depends python3 \
+ "--with-python3" \
+ "--without-python3" \
+ "for Python 3 bindings" &&
+
+if is_depends_enabled ${SPELL} python; then
+ depends -sub PYTHON swig
+fi &&
+
+if is_depends_enabled ${SPELL} python3; then
+ depends -sub PYTHON3 swig
+fi &&
+
+optional_depends go \
+ "--with-golang" \
+ "--without-golang" \
+ "for Go bindings" &&
+
+optional_depends openldap \
+ "--enable-zos-remote" \
+ "--disable-zos-remote" \
+ "for audisp ZOS remote plugin" &&
+
+optional_depends systemd \
+ "--enable-systemd" \
+ "--disable-systemd" \
+ "for systemd support" &&
+
+optional_depends libprelude \
+ "--with-prelude" \
+ "--without-prelude" \
"to enable prelude IDS support" &&
-optional_depends tcp_wrappers \
- "--with-libwrap" \
- "--without-libwrap" \
+
+optional_depends tcp_wrappers \
+ "--with-libwrap" \
+ "--without-libwrap" \
"to compile in libwrap (tcp_wrappers) support" &&
-optional_depends krb5 \
- "--enable-gssapi-krb5" \
- "--disable-gssapi-krb5" \
+
+optional_depends krb5 \
+ "--enable-gssapi-krb5" \
+ "--disable-gssapi-krb5" \
"to enable GSSAPI Kerberos 5 support" &&
-optional_depends libcap-ng \
- "--with-libcap-ng" \
+
+optional_depends libcap-ng \
+ "--with-libcap-ng" \
"--without-libcap-ng" \
"to add Libcap-ng support"
diff --git a/security/audit/DETAILS b/security/audit/DETAILS
index 51adcbb8e9..22de6b98f8 100755
--- a/security/audit/DETAILS
+++ b/security/audit/DETAILS
@@ -1,9 +1,10 @@
SPELL="audit"
- VERSION="2.8.2"
- SOURCE_HASH=sha512:888ebf5e8e9d285b82d87377fc8836886d7a8b089c1be4091420a77a0250c9baf09aebb7a6330ff5043fb35f51eb6baf8d4491e26da7ad0811f0087e395b5012
+ VERSION="2.8.3"
SOURCE="${SPELL}-${VERSION}.tar.gz"
-SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
SOURCE_URL[0]="http://people.redhat.com/sgrubb/${SPELL}/${SOURCE}"
+ SOURCE_HASH=sha512:aa939b81a66111f4e466208d7a38414bd186d00ccd374b420439764905b4707bbfcdc2331a6179a080fca981d19171696ecabd26674205b2f9339c44954db933
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ DOC_DIRS=""
WEB_SITE="http://people.redhat.com/sgrubb/audit/"
ENTERED="20040815"
LICENSE[0]="GPL"
diff --git a/security/audit/HISTORY b/security/audit/HISTORY
index f4554a47c1..e7dc565464 100644
--- a/security/audit/HISTORY
+++ b/security/audit/HISTORY
@@ -1,3 +1,9 @@
+2018-03-22 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: updated spell to 2.8.3; turn off doc dir gathering
+ * DEPENDS: python[3] and openldap become optional; corrected flags;
+ added go and systemd optional dependencies; cleaned up
+ * PRE_BUILD: added, to drop unneeded init script
+
2018-01-08 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: verson 2.8.2
diff --git a/security/audit/PRE_BUILD b/security/audit/PRE_BUILD
new file mode 100755
index 0000000000..21db4f01b7
--- /dev/null
+++ b/security/audit/PRE_BUILD
@@ -0,0 +1,6 @@
+default_pre_build &&
+cd "${SOURCE_DIRECTORY}" &&
+
+sedit "/auditd.init/d" init.d/Makefile.am &&
+
+autoreconf -fi