Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Haley (fe637c17e64443e03afa744eb6490a4cc615bf11)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Haley <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Haley (fe637c17e64443e03afa744eb6490a4cc615bf11)
  • Date: Wed, 18 Apr 2012 14:30:54 -0500

GIT changes to master grimoire by David Haley <khoralin AT gmail.com>:

utils/aide/DEPENDS | 1 +
utils/aide/DETAILS | 6 +++---
utils/aide/HISTORY | 5 +++++
3 files changed, 9 insertions(+), 3 deletions(-)

New commits:
commit 37824d370513c0cd9d1ac0b829bdf405147e4f13
Author: David Haley <khoralin AT gmail.com>
Commit: David Haley <khoralin AT gmail.com>

Spell Update: aide

The DEPENDS file was updated to include one more requirement that
seems to have been added based upon the documentation available on
the vendors website.

Of further note, zlib does not appear as a dependency (required or
optional) in the vendor documentation. Additionally, aide also
seems to have an optional dependency for PostgreSQL. However, I
have not yet had a chance to test this particular piece of the
functionality.

Aside from the usual items that get updated in DETAILS, there was
only one change that was made which was in regards to the vendor
website. All the references that I have seen have pointed to the
link currently in the updated DETAILS file.

diff --git a/utils/aide/DEPENDS b/utils/aide/DEPENDS
index 0cd1436..3ebb275 100755
--- a/utils/aide/DEPENDS
+++ b/utils/aide/DEPENDS
@@ -1,3 +1,4 @@
+depends flex &&
depends bison &&
depends mhash &&

diff --git a/utils/aide/DETAILS b/utils/aide/DETAILS
index 86e33e4..ed596b7 100755
--- a/utils/aide/DETAILS
+++ b/utils/aide/DETAILS
@@ -1,10 +1,10 @@
SPELL=aide
- VERSION=0.13.1
+ VERSION=0.15.1
SOURCE=$SPELL-$VERSION.tar.gz
-
SOURCE_HASH=sha512:ac0e49c49d1a4229cf473a60e9acd8e7dc7c3ee7c2d436a3b3d486131753fd914a73695675de6e7f9bb5cdadb2ed64760a9e834c935fb1a5c65bae0d7efa2946
+
SOURCE_HASH=sha512:6afe327474858c697ba017b02bd40717c33874e69b801c171c2496ff9042b557e840bef4a151bda0e4d835ddb0d972b88790237a72f250525dc1fc6b8fa673e7
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
- WEB_SITE=http://www.cs.tut.fi/~rammer/aide.html
+ WEB_SITE=http://aide.sourceforge.net
ENTERED=20011207
KEYWORDS="utils"
SHORT="Advanced Intrusion Detection Environment"
diff --git a/utils/aide/HISTORY b/utils/aide/HISTORY
index 0ae8e89..1c3ccb7 100644
--- a/utils/aide/HISTORY
+++ b/utils/aide/HISTORY
@@ -1,3 +1,8 @@
+2012-04-18 David Haley <khoralin AT gmail.com>
+ * DETAILS: updated to 0.15.1
+ website has been updated
+ * DEPENDS: added flex
+
2009-12-18 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: updated to 0.13.1, reworded short
* INSTALL: added, to install an example config file



  • [SM-Commit] GIT changes to master grimoire by David Haley (fe637c17e64443e03afa744eb6490a4cc615bf11), David Haley, 04/18/2012

Archive powered by MHonArc 2.6.24.

Top of Page