Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (618c384b27ad8e4675da7a73e93356fcc2e27f53)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (618c384b27ad8e4675da7a73e93356fcc2e27f53)
  • Date: Fri, 23 Mar 2018 02:07:47 +0000

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

security/audit/DEPENDS | 61
++++++++++++++++++++++++++++++++++++-----------
security/audit/DETAILS | 7 +++--
security/audit/HISTORY | 8 +++++-
security/audit/PRE_BUILD | 6 ++++
4 files changed, 64 insertions(+), 18 deletions(-)

New commits:
commit 618c384b27ad8e4675da7a73e93356fcc2e27f53
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

audit: => 2.8.3

commit f7b531104f79607062b71c5e83b74466e99a8f94
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

audit: correct HISTORY year

diff --git a/security/audit/DEPENDS b/security/audit/DEPENDS
index dba5732..616651a 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 51adcbb..22de6b9 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 aeb0f27..e7dc565 100644
--- a/security/audit/HISTORY
+++ b/security/audit/HISTORY
@@ -1,7 +1,13 @@
+2018-03-22 Vlad Glagolev <stealth AT 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 AT sourcemage.org>
* DETAILS: verson 2.8.2

-2915-10-10 Treeve Jelbert <treeve AT sourcemage.org>
+2015-10-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 2.4.4
* DEPENDS: python => PYTHON
* INSTALL: deleted
diff --git a/security/audit/PRE_BUILD b/security/audit/PRE_BUILD
new file mode 100755
index 0000000..21db4f0
--- /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



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (618c384b27ad8e4675da7a73e93356fcc2e27f53), Vlad Glagolev, 03/22/2018

Archive powered by MHonArc 2.6.24.

Top of Page