SPECS: lighttpd.spec - dirhide patch removed (use 'dir-listing.exc...
eothane
eothane at pld-linux.org
Thu Oct 6 13:24:32 CEST 2005
Author: eothane Date: Thu Oct 6 11:24:32 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- dirhide patch removed (use 'dir-listing.exclude')
- minor cosmetics
---- Files affected:
SPECS:
lighttpd.spec (1.129 -> 1.130)
---- Diffs:
================================================================
Index: SPECS/lighttpd.spec
diff -u SPECS/lighttpd.spec:1.129 SPECS/lighttpd.spec:1.130
--- SPECS/lighttpd.spec:1.129 Mon Oct 3 08:38:56 2005
+++ SPECS/lighttpd.spec Thu Oct 6 13:24:25 2005
@@ -14,19 +14,19 @@
# - openssl (core binary needs it too)
#
# Conditional build for lighttpd:
-%bcond_without xattr # support of extended attributes
-%bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel)
-%bcond_without largefile # largefile support (see notes above)
-%bcond_without ssl # ssl support
-%bcond_with mysql # mysql support in mod_mysql_vhost
-%bcond_with ldap # ldap support in mod_auth
-%bcond_with lua # LUA support in mod_cml
-%bcond_with memcache # memcached support in mod_cml / mod_trigger_b4_dl
-%bcond_with gamin # gamin for reducing number of stat() calls. NOTE: must be enabled in config: server.stat-cache-engine = "fam"
-%bcond_with gdbm # gdbm in mod_trigger_b4_dl
-%bcond_with webdav_props # properties in mod_webdav (includes extra sqlite3/libxml deps)
-%bcond_with valgrind # compile code with valgrind support.
-%bcond_with dirhide # with 'hide from dirlisting' hack
+%bcond_without xattr # support of extended attributes
+%bcond_without ipv6 # IPv4-only version (doesn't require IPv6 in kernel)
+%bcond_without largefile # largefile support (see notes above)
+%bcond_without ssl # ssl support
+%bcond_with mysql # mysql support in mod_mysql_vhost
+%bcond_with ldap # ldap support in mod_auth
+%bcond_with lua # LUA support in mod_cml
+%bcond_with memcache # memcached support in mod_cml / mod_trigger_b4_dl
+%bcond_with gamin # gamin for reducing number of stat() calls.
+ # NOTE: must be enabled in config: server.stat-cache-engine = "fam"
+%bcond_with gdbm # gdbm in mod_trigger_b4_dl
+%bcond_with webdav_props # properties in mod_webdav (includes extra sqlite3/libxml deps)
+%bcond_with valgrind # compile code with valgrind support.
# Prerelease snapshot: DATE-TIME
#define _snap 20050116-1743
@@ -53,8 +53,7 @@
Source3: %{name}.user
Source4: %{name}.logrotate
Source5: %{name}.sysconfig
-Patch0: http://minghetti.ch/blob/dirlist-hide.patch
-Patch1: %{name}-ssl-redirect-fix.patch
+Patch0: %{name}-ssl-redirect-fix.patch
URL: http://www.lighttpd.net/
%{?with_xattr:BuildRequires: attr-devel}
BuildRequires: autoconf
@@ -231,8 +230,7 @@
%prep
%setup -q
-%{?with_dirhide:%patch0 -p0}
-%patch1 -p1
+%patch0 -p1
%build
%{__libtoolize}
@@ -388,6 +386,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.130 2005/10/06 11:24:25 eothane
+- dirhide patch removed (use 'dir-listing.exclude')
+- minor cosmetics
+
Revision 1.129 2005/10/03 06:38:56 glen
- 1.4.5
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.129&r2=1.130&f=u
More information about the pld-cvs-commit
mailing list