Skip to Content.
Sympa Menu

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

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 (f5e65e59f61586885d2d1c8c6ac706e291b47b76)
  • Date: Sat, 25 Apr 2009 10:26:30 -0500

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

http/nginx/DEPENDS | 2 +-
http/nginx/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

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

nginx: fixed ssl dep flag

diff --git a/http/nginx/DEPENDS b/http/nginx/DEPENDS
index cfdbd47..e386f07 100755
--- a/http/nginx/DEPENDS
+++ b/http/nginx/DEPENDS
@@ -1,4 +1,4 @@
-depends openssl &&
+depends openssl "--with-http_ssl_module" &&

optional_depends pcre \
"--with-pcre" \
diff --git a/http/nginx/HISTORY b/http/nginx/HISTORY
index c26263a..4148b80 100644
--- a/http/nginx/HISTORY
+++ b/http/nginx/HISTORY
@@ -1,3 +1,6 @@
+2009-04-17 Vlad Glagolev <stealth AT sourcemage.org>
+ * DEPENDS: added ssl module option
+
2009-04-03 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.6.36
* DEPENDS: "--with-pcre" is now allowed



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (f5e65e59f61586885d2d1c8c6ac706e291b47b76), Vlad Glagolev, 04/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page