Skip to Content.
Sympa Menu

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

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 (57376a8246169d52254624f2f7822312e1e66193)
  • Date: Thu, 26 May 2016 06:30:05 +0000

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

security/snoopy/DEPENDS | 5 ++++-
security/snoopy/DETAILS | 11 ++++++-----
security/snoopy/HISTORY | 5 +++++
security/snoopy/PRE_BUILD | 2 +-
4 files changed, 16 insertions(+), 7 deletions(-)

New commits:
commit 57376a8246169d52254624f2f7822312e1e66193
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

snoopy: => 2.4.5

diff --git a/security/snoopy/DEPENDS b/security/snoopy/DEPENDS
index 44942f9..af8a50d 100755
--- a/security/snoopy/DEPENDS
+++ b/security/snoopy/DEPENDS
@@ -1 +1,4 @@
-suggest_depends SYSTEM-LOGGER
+suggest_depends SYSTEM-LOGGER \
+ "--enable-output-syslog" \
+ "--disable-output-syslog" \
+ "to use syslog for logging"
diff --git a/security/snoopy/DETAILS b/security/snoopy/DETAILS
index 90af490..78c17e7 100755
--- a/security/snoopy/DETAILS
+++ b/security/snoopy/DETAILS
@@ -1,13 +1,14 @@
SPELL=snoopy
- VERSION=1.8.0
+ VERSION=2.4.5
SOURCE="${SPELL}-${VERSION}.tar.gz"
-
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/${SPELL}logger/${SOURCE}
-
SOURCE_HASH=sha512:9b6664976f750ec8320c14a314b5e3632a013d3f6d80a1a3ffebd1abf9b92f87652be7c28d89a371d8d4d3a3e445fbabca7b11ad12050d03d8481a9487b34263
+ SOURCE_URL[0]=http://source.a2o.si/download/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:efc3a7f4f4b2a9b8af75f38d1dbca48d0df6f42d5fcdcea5d72b029beb7b6a8b15bde7d5d8f66728f3896fb0e9c09618b4dddee2280cb85683652433d2e54244
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
- WEB_SITE="http://sourceforge.net/projects/snoopylogger/";
+ DOC_DIRS=""
+ WEB_SITE=https://github.com/a2o/snoopy
LICENSE[0]=GPL
ENTERED=20110512
- SHORT="snoopy logs all execve() calls to syslog."
+ SHORT="snoopy logs all execve() calls to syslog"
cat << EOF
Snoopy is designed to aid a sysadmin by providing a log of commands
executed. Snoopy is completely transparent to the user and applications.
diff --git a/security/snoopy/HISTORY b/security/snoopy/HISTORY
index 76bcea3..7560c8b 100644
--- a/security/snoopy/HISTORY
+++ b/security/snoopy/HISTORY
@@ -1,3 +1,8 @@
+2016-05-25 Vlad Glagolev <stealth AT sourcemage.org>
+ * DETAILS: updated spell to 2.4.5; updated source urls, website; don't
+ do useless doc'ing; cleaned up
+ * PRE_BUILD: updated path for enable script
+
2015-05-25 Thomas Orgis <sobukus AT sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)

diff --git a/security/snoopy/PRE_BUILD b/security/snoopy/PRE_BUILD
index ed08e06..8ec6337 100755
--- a/security/snoopy/PRE_BUILD
+++ b/security/snoopy/PRE_BUILD
@@ -1,3 +1,3 @@
default_pre_build &&
cd "${SOURCE_DIRECTORY}" &&
-sedit "s,/etc/ld.so.preload,${INSTALL_ROOT}/etc/ld.so.preload,g" enable.sh
+sedit "s,/etc/ld.so.preload,${INSTALL_ROOT}/etc/ld.so.preload,g"
util/snoopy-enable.in



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (57376a8246169d52254624f2f7822312e1e66193), Vlad Glagolev, 05/26/2016

Archive powered by MHonArc 2.6.24.

Top of Page