Skip to Content.
Sympa Menu

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

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 (72324d4e625501cfb06c44000683af134c7bc8e9)
  • Date: Tue, 1 Jul 2014 07:50:18 -0500

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

http/lighttpd/DEPENDS | 5 +++++
http/lighttpd/HISTORY | 3 +++
2 files changed, 8 insertions(+)

New commits:
commit 72324d4e625501cfb06c44000683af134c7bc8e9
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

lighttpd: added libev optional dependency

diff --git a/http/lighttpd/DEPENDS b/http/lighttpd/DEPENDS
index c0b2425..89e7abd 100755
--- a/http/lighttpd/DEPENDS
+++ b/http/lighttpd/DEPENDS
@@ -29,6 +29,11 @@ optional_depends libmemcache \
'--with-memcache' '--without-memcache' \
'memcache storage for mod_trigger_b4_dl' &&

+optional_depends libev \
+ "--with-libev" \
+ "--without-libev" \
+ "for fdevent handlers support" &&
+
if list_find "$LIGHTTPD_OPTS" "--with-webdav-props"; then
depends libxml2
fi &&
diff --git a/http/lighttpd/HISTORY b/http/lighttpd/HISTORY
index 97ba093..fba5fd5 100644
--- a/http/lighttpd/HISTORY
+++ b/http/lighttpd/HISTORY
@@ -1,3 +1,6 @@
+2014-07-01 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added libev optional dependency
+
2014-03-17 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 1.4.35; SECURITY_PATCH++
(CVE-2014-2323, CVE-2014-2324)



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (72324d4e625501cfb06c44000683af134c7bc8e9), Vlad Glagolev, 07/01/2014

Archive powered by MHonArc 2.6.24.

Top of Page