SPECS: lighttpd.spec - build mod_auth with ldap support; rel 6

glen glen at pld-linux.org
Mon May 26 14:54:52 CEST 2008


Author: glen                         Date: Mon May 26 12:54:52 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build mod_auth with ldap support; rel 6

---- Files affected:
SPECS:
   lighttpd.spec (1.255 -> 1.256) 

---- Diffs:

================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.255 SPECS/lighttpd.spec:1.256
--- SPECS/lighttpd.spec:1.255	Sun Apr 27 13:41:53 2008
+++ SPECS/lighttpd.spec	Mon May 26 14:54:46 2008
@@ -1,6 +1,6 @@
 # $Revision$, $Date$
 # TODO:
-# - test ldap and mysql (failed at this time)
+# - test mysql (failed at this time)
 # - mysql issue: http://www.freebsd.org/cgi/query-pr.cgi?pr=76866
 # - fam over gamin is possible, just configure doesn't check other than gamin
 # - feature stat-cache-fam (doesn't work)
@@ -18,7 +18,7 @@
 %bcond_without	largefile	# largefile support (see notes above)
 %bcond_without	ssl		# ssl support
 %bcond_without	mysql		# mysql support in mod_mysql_vhost
-%bcond_with	ldap		# ldap support in mod_auth
+%bcond_without	ldap		# ldap support in mod_auth
 %bcond_without	lua		# LUA support in mod_cml (needs LUA >= 5.1)
 %bcond_with	memcache	# memcached support in mod_cml / mod_trigger_b4_dl
 %bcond_with	gamin		# gamin for reducing number of stat() calls.
@@ -38,7 +38,7 @@
 %define		webdav_progs	1
 %endif
 
-%define		rel 5
+%define		rel 6
 Summary:	Fast and light HTTP server
 Summary(pl.UTF-8):	Szybki i lekki serwer HTTP
 Name:		lighttpd
@@ -123,7 +123,7 @@
 %{?with_lua:BuildRequires:	lua51-devel}
 BuildRequires:	mailcap >= 2.1.14-4.4
 %{?with_mysql:BuildRequires:	mysql-devel}
-%{?with_ldap:BuildRequires:	openldap-devel >= 2.4.6}
+%{?with_ldap:BuildRequires:	openldap-devel}
 %{?with_ssl:BuildRequires:	openssl-devel}
 BuildRequires:	pcre-devel
 BuildRequires:	pkgconfig
@@ -1279,6 +1279,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.256  2008-05-26 12:54:46  glen
+- build mod_auth with ldap support; rel 6
+
 Revision 1.255  2008-04-27 11:41:53  blues
 - require virtual package
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/lighttpd.spec?r1=1.255&r2=1.256&f=u



More information about the pld-cvs-commit mailing list