Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Quentin Rameau (ea30d49d9397171647de8beafe278c7c560d48da)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Quentin Rameau <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Quentin Rameau (ea30d49d9397171647de8beafe278c7c560d48da)
  • Date: Fri, 28 Aug 2009 19:41:05 -0500

GIT changes to master grimoire by Quentin Rameau <quinq AT sourcemage.org>:

security-libs/libprelude/DEPENDS | 31
++++++++++++++++++++++++++-----
security-libs/libprelude/DETAILS | 16 ++++++++++++----
security-libs/libprelude/HISTORY | 5 +++++
security-libs/libprelude/libprelude.gpg |binary
4 files changed, 43 insertions(+), 9 deletions(-)

New commits:
commit ea30d49d9397171647de8beafe278c7c560d48da
Author: Quentin Rameau <quinq AT sourcemage.org>
Commit: Quentin Rameau <quinq AT sourcemage.org>

security-libs/libprelude: updated to version 0.9.24.1,
optional dependencies added

diff --git a/security-libs/libprelude/DEPENDS
b/security-libs/libprelude/DEPENDS
index a6e09a9..33fca7c 100755
--- a/security-libs/libprelude/DEPENDS
+++ b/security-libs/libprelude/DEPENDS
@@ -1,5 +1,26 @@
-optional_depends perl "--with-perl" "--without-perl"
"enable perl bindings"
-optional_depends python "--with-python" "--without-python"
"enable python bindings"
-optional_depends swig "--with-swig" "--without-swig"
"enable swig"
-optional_depends gnutls "" ""
"enable gnu tls"
-optional_depends libgcrypt "" ""
"enable libgcrypt"
+optional_depends perl \
+ "--with-perl" \
+ "--without-perl" \
+ "enable perl bindings" &&
+optional_depends python \
+ "--with-python" \
+ "--without-python" \
+ "enable python bindings" &&
+optional_depends swig \
+ "--with-swig" \
+ "--without-swig" \
+ "enable swig" &&
+optional_depends lua \
+ "--with-lua" \
+ "--without-lua" \
+ "enable lua bindings" &&
+optional_depends gnutls \
+ "" "" \
+ "enable gnu tls" &&
+optional_depends libgcrypt \
+ "" "" \
+ "enable libgcrypt" &&
+optional_depends gtk-doc \
+ "--enable-gtk-doc" \
+ "--disable-gtk-doc" \
+ "use gtk-doc to build documentation"
diff --git a/security-libs/libprelude/DETAILS
b/security-libs/libprelude/DETAILS
index 99787bb..7f022c0 100755
--- a/security-libs/libprelude/DETAILS
+++ b/security-libs/libprelude/DETAILS
@@ -1,14 +1,22 @@
SPELL=libprelude
- VERSION=0.9.21.3
+ VERSION=0.9.24.1
SOURCE=$SPELL-$VERSION.tar.gz
+ SOURCE2=$SOURCE.sig
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
-
SOURCE_URL[0]=http://www.prelude-ids.org/download/releases/libprelude/$SOURCE
-SOURCE_HASH=sha512:49da67d5a9ade86dd60ee57fcfcb8458707beba7102a341e28be6f3da5740d6b46c11992bbccc336d930069eef5f6bab16aa0458e7daa1c9aa4509cb0e324c19
+
SOURCE_URL=http://www.prelude-ids.org/download/releases/libprelude/$SOURCE
+ SOURCE2_URL=$SOURCE_URL.sig
+ SOURCE2_IGNORE=signature
WEB_SITE=http://www.prelude-ids.org
+ SOURCE_GPG=libprelude.gpg:$SOURCE.sig
ENTERED=20060510
LICENSE[0]=GPL
KEYWORDS="security libs"
SHORT="Provide the framework for using the Prelude system."
cat << EOF
-Provide the framework for using the Prelude system.
+Libprelude is a library that guarantees secure connections between all
sensors
+and the Prelude Manager. Libprelude provides an Application Programming
+Interface (API) for the communication with Prelude sub-systems, it supplies
the
+necessary functionality for generating and emitting IDMEF events with Prelude
+and automates the saving and re-transmission of data in times of temporary
+interruption of one of the components of the system.
EOF
diff --git a/security-libs/libprelude/HISTORY
b/security-libs/libprelude/HISTORY
index b875e06..1814d80 100644
--- a/security-libs/libprelude/HISTORY
+++ b/security-libs/libprelude/HISTORY
@@ -1,3 +1,7 @@
+2009-08-29 Quentin Rameau <quinq AT sourcemage.org>
+ * DETAILS: updated to version 0.9.24.1
+ * DEPENDS: added support for lua, gtk-doc
+
2009-02-26 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 0.9.21.3, fixed source url

@@ -9,3 +13,4 @@

2006-05-10 Unet <unet AT sourcemage.org>
* ALL: Created
+
diff --git a/security-libs/libprelude/libprelude.gpg
b/security-libs/libprelude/libprelude.gpg
new file mode 100644
index 0000000..e6a7786
Binary files /dev/null and b/security-libs/libprelude/libprelude.gpg differ



  • [SM-Commit] GIT changes to master grimoire by Quentin Rameau (ea30d49d9397171647de8beafe278c7c560d48da), Quentin Rameau, 08/28/2009

Archive powered by MHonArc 2.6.24.

Top of Page