New commits:
commit 07deafe0a64759030cbc698b2d3868d226e29d38
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
lighttpd: post-update fixes
commit 2985e36642b1bd413adb6b2efbb9d62de27d6898
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>
lighttpd: revert back to PGP signing
diff --git a/http/lighttpd/BUILD b/http/lighttpd/BUILD
index 1aeaf65..e528e5e 100755
--- a/http/lighttpd/BUILD
+++ b/http/lighttpd/BUILD
@@ -1,2 +1,5 @@
+create_account lighttpd &&
+
OPTS="--libdir=$INSTALL_ROOT/usr/lib/lighttpd $LIGHTTPD_OPTS $OPTS" &&
+
default_build
diff --git a/http/lighttpd/CONFIGURE b/http/lighttpd/CONFIGURE
index 906e478..29d644b 100755
--- a/http/lighttpd/CONFIGURE
+++ b/http/lighttpd/CONFIGURE
@@ -1,5 +1,5 @@
-config_query LIGHTTPD_EXTAUTH "Do you want to patch in external
authentication program support?" n &&
-config_query LIGHTTPD_LDAP_PORT "Do you want to patch in LDAP port
configuration support?" n &&
+persistent_remove LIGHTTPD_EXTAUTH &&
+persistent_remove LIGHTTPD_LDAP_PORT &&
config_query_option LIGHTTPD_OPTS "Do you want WebDAV support?" n \
"--with-webdav-props" "--without-webdav-props" &&
diff --git a/http/lighttpd/DEPENDS b/http/lighttpd/DEPENDS
index 7a57359..6c42277 100755
--- a/http/lighttpd/DEPENDS
+++ b/http/lighttpd/DEPENDS
@@ -25,8 +25,8 @@ optional_depends SSL \
if is_depends_enabled $SPELL $(get_spell_provider $SPELL SSL); then
optional_depends krb5 \
- "--with-kerberos5" \
- "--without-kerberos5" \
+ "--with-krb5" \
+ "--without-krb5" \
"to use Kerberos5 support with OpenSSL"
fi &&
@@ -35,6 +35,21 @@ optional_depends MYSQL \
"--without-mysql" \
"for MySQL support" &&