Author: glen Date: Fri Sep 15 16:11:36 2006 GMT Module: SPECS Tag: HEAD ---- Log message: - merged 1.4.14-20060907-1319 snapshot from DEVEL
---- Files affected: SPECS: lighttpd.spec (1.165 -> 1.166) ---- Diffs: ================================================================ Index: SPECS/lighttpd.spec diff -u SPECS/lighttpd.spec:1.165 SPECS/lighttpd.spec:1.166 --- SPECS/lighttpd.spec:1.165 Sat Sep 9 03:26:18 2006 +++ SPECS/lighttpd.spec Fri Sep 15 18:11:31 2006 @@ -4,32 +4,36 @@ # - 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) +# - lighttpd writes early startup messages to stderr, and if started from +# rc-scripts the stderr is closed which causes lighttpd to abort(): +# 2006-07-20 21:05:52: (server.c.1233) WARNING: unknown config-key: url.rewrite-final (ignored) # # NOTES: # - fcgi-devel is only used for the test-scripts # - disable largefile, if you have 2.4 kernel to get sendfile() support, and don't need > 2GB file requests, # see http://article.gmane.org/gmane.comp.web.lighttpd:722 -# - please make subpackages of modules that depend other modules than: -# -- pcre (core binary needs it too) -# -- 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_without mysql # mysql support in mod_mysql_vhost %bcond_with ldap # ldap support in mod_auth -%bcond_without lua # LUA support in mod_cml +%bcond_with 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. # 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 deflate # build deflate module (needs patch update with current svn) +%define _rel 0.55 +# SVN snapshot +#define _svn 1277 # Prerelease snapshot: DATE-TIME -#define _snap 20060104-1523 +%define _snap 20060907-1319 %if 0%{?_snap} %define _source http://www.lighttpd.net/download/%{name}-%{version}-%{_snap}.tar.gz @@ -37,17 +41,17 @@ %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz %endif -%define _rel 4 +%define _rel 0.58 Summary: Fast and light HTTP server Summary(pl): Szybki i lekki serwer HTTP Name: lighttpd -Version: 1.4.11 -Release: %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)} +Version: 1.4.12 +Release: %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)}%{?_svn:.%{_svn}} License: BSD Group: Networking/Daemons -Source0: %{_source} -# Source0-md5: f55eebb9815c94a7de35906bb557ecd3 +Source0: http://www.lighttpd.net/download/%{name}-%{version}-%{_snap}.tar.gz +# Source0-md5: a9c4747984235db61b9685388e9160f7 Source1: %{name}.init Source2: %{name}.conf Source3: %{name}.user @@ -63,10 +67,48 @@ Source10: http://gdl.hopto.org/~spider/pldstats/gfx/pld1.png # Source10-md5: 486ecec3f6f4fe7f9bf7cee757b864f4 Source11: %{name}-pld.html +Source100: %{name}-mod_access.conf +Source101: %{name}-mod_accesslog.conf +Source102: %{name}-mod_alias.conf +Source103: %{name}-mod_auth.conf +Source104: %{name}-mod_cgi.conf +Source105: %{name}-mod_cml.conf +Source106: %{name}-mod_compress.conf +Source107: %{name}-mod_deflate.conf +Source108: %{name}-mod_dirlisting.conf +Source109: %{name}-mod_evasive.conf +Source110: %{name}-mod_evhost.conf +Source111: %{name}-mod_expire.conf +Source112: %{name}-mod_fastcgi.conf +Source113: %{name}-mod_flv_streaming.conf +Source114: %{name}-mod_indexfile.conf +Source115: %{name}-mod_proxy.conf +Source116: %{name}-mod_redirect.conf +Source117: %{name}-mod_rewrite.conf +Source118: %{name}-mod_rrdtool.conf +Source119: %{name}-mod_scgi.conf +Source120: %{name}-mod_secdownload.conf +Source121: %{name}-mod_setenv.conf +Source122: %{name}-mod_simple_vhost.conf +Source123: %{name}-mod_ssi.conf +Source124: %{name}-mod_staticfile.conf +Source125: %{name}-mod_status.conf +Source126: %{name}-mod_trigger_b4_dl.conf +Source127: %{name}-mod_userdir.conf +Source128: %{name}-mod_usertrack.conf +Source129: %{name}-mod_webdav.conf +Source130: %{name}-php-spawned.conf +Source131: %{name}-php-external.conf +Source132: %{name}-ssl.conf +Source133: %{name}-mod_proxy_core.conf +Source134: %{name}-mod_mysql_vhost.conf +Source135: %{name}-mod_uploadprogress.conf +Patch100: %{name}-branch.diff Patch0: %{name}-mod_deflate.patch Patch1: %{name}-use_bin_sh.patch Patch2: %{name}-initgroups.patch -Patch3: %{name}-mod_evasive-status_code.patch +Patch3: http://trac.lighttpd.net/trac/attachment/ticket/444/%{name}-apr1.patch?format=txt +Patch4: %{name}-mod_evasive-status_code.patch URL: http://www.lighttpd.net/ %{?with_xattr:BuildRequires: attr-devel} BuildRequires: autoconf @@ -76,6 +118,7 @@ %{?with_gdbm:BuildRequires: gdbm-devel} %{?with_memcache:BuildRequires: libmemcache-devel} BuildRequires: libtool +BuildRequires: libuuid-devel %{?with_webdav_props:BuildRequires: libxml2-devel} %{?with_lua:BuildRequires: lua50-devel >= 5.0.2-5.1} BuildRequires: mailcap >= 2.1.14-4.4 @@ -91,12 +134,15 @@ Requires(post,preun): /sbin/chkconfig Requires(postun): /usr/sbin/groupdel Requires(postun): /usr/sbin/userdel -Requires(pre): /usr/lib/rpm/user_group.sh Requires(pre): /bin/id Requires(pre): /usr/bin/getgid +Requires(pre): /usr/lib/rpm/user_group.sh Requires(pre): /usr/sbin/groupadd Requires(pre): /usr/sbin/useradd Requires(pre): /usr/sbin/usermod +Requires: %{name}-mod_dirlisting +Requires: %{name}-mod_indexfile +Requires: %{name}-mod_staticfile Requires: rc-scripts Provides: group(http) Provides: group(lighttpd) @@ -129,11 +175,75 @@ doskonałe oprogramowanie web-serwerowe na każdy serwer cierpiący z powodu problemów z obciążeniem. +%package mod_access +Summary: lighttpd module for making access restrictions +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Provides: webserver(access) + +%description mod_access +The access module is used to deny access to files with given trailing +path names. + +%package mod_accesslog +Summary: lighttpd module to record access logs +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_accesslog +CLF like by default, flexible like Apache. + +%package mod_alias +Summary: lighttpd module for making url aliasing +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Provides: webserver(alias) + +%description mod_alias +The alias module is used to specify a special document-root for a +given url-subset. + +%package mod_auth +Summary: lighttpd module for authentication support +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Provides: webserver(auth) + +%description mod_auth +lighttpd supportes both authentication method described by RFC 2617: +basic and digest. + +%package mod_cgi +Summary: lighttpd module for CGI handling +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Provides: webserver(cgi) + +%description mod_cgi +The cgi module provides a CGI-conforming interface. + +CGI programs allow you to enhance the functionality of the server in a +very straight and simple way... + +%package mod_cml +Summary: lighttpd module for Cache Meta Language +Summary(pl): Moduł Cache Meta Language +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_cml +CML is a Meta language to describe the dependencies of a page at one +side and building a page from its fragments on the other side using +LUA. + +%description mod_cml -l pl +CML to metajęzyk służący z jednej strony do opisu zależności strony i +z drugiej strony do budowania strony z fragmentów przy użyciu LUA. + %package mod_compress -Summary: Output Compression +Summary: lighttpd module for output compression Summary(pl): Kompresja wyjścia Group: Networking/Daemons -URL: http://www.lighttpd.net/documentation/compress.html Requires: %{name} = %{version}-%{release} %description mod_compress @@ -154,28 +264,84 @@ Serwer automatycznie negocjuje, która metoda kompresji jest używana. Obsługiwane są gzip, deflate i bzip. -%package mod_cml -Summary: Cache Meta Language module -Summary(pl): Moduł Cache Meta Language +%package mod_deflate +Summary: lighttpd module for output compression +Summary(pl): Kompresja wyjścia Group: Networking/Daemons -URL: http://www.lighttpd.net/documentation/cml.html +URL: http://trac.lighttpd.net/trac/wiki/Mod_Deflate Requires: %{name} = %{version}-%{release} -%description mod_cml -CML is a Meta language to describe the dependencies of a page at one -side and building a page from its fragments on the other side using -LUA. +%description mod_deflate +mod_deflate can compress any output from lighttpd static or dynamic. +It doesn't support caching compressed output like mod_compress. -%description mod_cml -l pl -CML to metajęzyk służący z jednej strony do opisu zależności strony i -z drugiej strony do budowania strony z fragmentów przy użyciu LUA. +%package mod_dirlisting +Summary: lighttpd module for directory listings +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_dirlisting +mod_dirlisting generates HTML based directory listings with full CSS +control. + +%package mod_evasive +Summary: lighttpd evasive module +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_evasive + +%package mod_evhost +Summary: lighttpd module for enhanced virtual-hosting +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_evhost +mod_evhost builds the document-root based on a pattern which contains +wildcards. Those wildcards can represent parts of the submitted +hostname. + +%package mod_expire +Summary: lighttpd module for controlling the expiration of content in caches +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_expire +mod_expire controls the setting of the the Expire response header. + +%package mod_fastcgi +Summary: lighttpd module for FastCGI interface +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_fastcgi +The FastCGI interface is the fastest and most secure way to interface +external process-handlers like Perl, PHP and your self-written +applications. + +%package mod_flv_streaming +Summary: lighttpd module for flv streaming +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_flv_streaming +lighttpd module for flv streaming. + +%package mod_indexfile +Summary: lighttpd indexfile module +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Provides: webserver(indexfile) + +%description mod_indexfile +indexfile module. %package mod_mysql_vhost -Summary: MySQL based vhosting +Summary: lighttpd module for MySQL based vhosting Summary(pl): vhosty oparte na MySQL-u Group: Networking/Daemons -URL: http://www.lighttpd.net/documentation/mysqlvhost.html Requires: %{name} = %{version}-%{release} +Conflicts: %{name}-mod_simple_vhost %description mod_mysql_vhost This module provides virtual hosts (vhosts) based on a MySQL table. @@ -183,11 +349,121 @@ %description mod_mysql_vhost -l pl Ten moduł udostępnia wirtualne hosty (vhosty) oparte na tabeli MySQL. +%package mod_proxy +Summary: lighttpd module for proxying requests +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_proxy +The proxy module a simplest way to connect lighttpd to java servers +which have a HTTP-interface. + +%package mod_proxy_core +Summary: lighttpd module for proxying requests +Group: Networking/Daemons +URL: http://blog.lighttpd.net/articles/2006/07/18/mod_proxy_core-commited-to-svn +Requires: %{name} = %{version}-%{release} + +%description mod_proxy_core +The proxy module a simplest way to connect lighttpd to java servers +which have a HTTP-interface. + +This is the new proxy code. + +%package mod_redirect +Summary: lighttpd module for URL redirects +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_redirect +With mod_redirect module you can redirects a set of URLs externally. + +%package mod_rewrite +Summary: lighttpd module for internal redirects, URL rewrite +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_rewrite +This module allows you rewrite a set of URLs interally in the +webserver BEFORE they are handled. + +%package mod_rrdtool +Summary: lighttpd module for monitoring traffic and server load +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Requires: rrdtool + +%description mod_rrdtool +RRD is a system to store and display time-series data (i.e. network +bandwidth, machine-room temperature, server load average). + +With this module you can monitor the traffic and load on the +webserver. + +%package mod_scgi +Summary: lighttpd module for SCGI interface +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_scgi +SCGI is a fast and simplified CGI interface. It is mostly used by +Python + WSGI. + +%package mod_secdownload +Summary: lighttpd module for secure and fast downloading +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_secdownload +With this module you can easily achieve authenticated file requests +and a countermeasure against deep-linking. + +%package mod_setenv +Summary: lighttpd module for setting conditional request headers +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_setenv +mod_setenv is used to add request headers. + +%package mod_simple_vhost +Summary: lighttpd module for simple virtual-hosting +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Conflicts: %{name}-mod_mysql_vhost + +%description mod_simple_vhost +lighttpd module for simple virtual-hosting. + +%package mod_ssi +Summary: lighttpd module for server-side includes +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_ssi +The module for server-side includes provides a compatability layer for +NSCA/Apache SSI. + +%package mod_staticfile +Summary: lighttpd module for static file serving +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_staticfile +lighttpd module for static file serving. + +%package mod_status +Summary: lighttpd module for displaying server status +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_status +mod_status displays the server's status and configuration. + %package mod_trigger_b4_dl Summary: Trigger before Download Summary(pl): Wyzwalacz przed ściąganiem Group: Networking/Daemons -URL: http://www.lighttpd.net/documentation/trigger_b4_dl.html Requires: %{name} = %{version}-%{release} %description mod_trigger_b4_dl @@ -196,11 +472,34 @@ %description mod_trigger_b4_dl -l pl Jeszcze jeden moduł blokujący bezpośrednie linkowanie. +%package mod_uploadprogress +Summary: lighttpd module for upload progress +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_uploadprogress +Upload progress module. + +%package mod_userdir +Summary: lighttpd module for user homedirs +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_userdir +The userdir module provides a simple way to link user-based +directories into the global namespace of the webserver. + +%package mod_usertrack +Summary: lighttpd usertrack module +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description mod_usertrack + %package mod_webdav Summary: WebDAV module for lighttpd Summary(pl): Moduł WebDAV dla libghttpd Group: Networking/Daemons -URL: http://www.lighttpd.net/documentation/webdav.html Requires: %{name} = %{version}-%{release} %description mod_webdav @@ -246,12 +545,44 @@ spawn-fcgi służy do uruchamiania procesów fcgi bezpośrednio, bez pomocy serwera WWW ani samego programu. +%package php-spawned +Summary: PHP support via FastCGI, spawned by lighttpd +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Requires: %{name}-mod_fastcgi = %{version}-%{release} +Requires: php-fcgi +Obsoletes: lighttpd-php-external + +%description php-spawned +PHP support via FastCGI, spawned by lighttpd + +%package php-external +Summary: PHP support via FastCGI, spawning controlled externally +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} +Requires: %{name}-mod_fastcgi = %{version}-%{release} +Requires: php-fcgi-init +Obsoletes: lighttpd-php-spawned + +%description php-external +PHP support via FastCGI, spawning controlled externally + +%package ssl +Summary: lighttpd support for SSLv2 and SSLv3 +Group: Networking/Daemons +Requires: %{name} = %{version}-%{release} + +%description ssl +lighttpd support for SSLv2 and SSLv3. + %prep %setup -q -%patch0 -p1 -%patch1 -p1 +#%patch100 -p1 +#%patch0 -p1 # applied already? +#%patch1 -p1 # outdated %patch2 -p1 -%patch3 -p0 +#%patch3 -p1 +%patch4 -p0 install %{SOURCE6} mime.types.sh # build mime.types.conf @@ -282,7 +613,7 @@ %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_lighttpddir}/{cgi-bin,html},/etc/{logrotate.d,rc.d/init.d,sysconfig}} \ - $RPM_BUILD_ROOT%{_sysconfdir}/webapps.d \ + $RPM_BUILD_ROOT%{_sysconfdir}/{conf,webapps}.d \ $RPM_BUILD_ROOT{/var/log/{%{name},archiv/%{name}},/var/run/%{name}} %{__make} install \ @@ -298,15 +629,65 @@ # could use automake patch, but automake generation fails... mv $RPM_BUILD_ROOT%{_bindir}/spawn-fcgi $RPM_BUILD_ROOT%{_sbindir}/spawn-fcgi -%if %{without mysql} -rm -f $RPM_BUILD_ROOT%{_libdir}/mod_mysql_vhost.so -%endif - # Install lighttpd images install %{SOURCE7} %{SOURCE8} %{SOURCE9} $RPM_BUILD_ROOT%{_lighttpddir}/html install %{SOURCE10} $RPM_BUILD_ROOT%{_lighttpddir}/html/pld_button.png install %{SOURCE11} $RPM_BUILD_ROOT%{_lighttpddir}/html/index.html +# NOTE: the order of the modules is somewhat important as the modules are +# handled in the way they are specified. mod_rewrite should always be the first +# module, mod_accesslog always the last. + +install %{SOURCE117} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/10_mod_rewrite.conf +install %{SOURCE116} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/11_mod_redirect.conf + +install %{SOURCE100} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_access.conf +install %{SOURCE102} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_alias.conf +install %{SOURCE103} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_auth.conf +install %{SOURCE104} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cgi.conf +install %{SOURCE105} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_cml.conf +install %{SOURCE106} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_compress.conf +install %{SOURCE107} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_deflate.conf +install %{SOURCE108} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_dirlisting.conf +install %{SOURCE109} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evasive.conf +install %{SOURCE110} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_evhost.conf +install %{SOURCE111} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_expire.conf +install %{SOURCE112} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_fastcgi.conf +install %{SOURCE113} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_flv_streaming.conf +install %{SOURCE114} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_indexfile.conf +install %{SOURCE115} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy.conf +install %{SOURCE118} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_rrdtool.conf +install %{SOURCE119} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_scgi.conf +install %{SOURCE120} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_secdownload.conf +install %{SOURCE121} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_setenv.conf +install %{SOURCE122} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_simple_vhost.conf +install %{SOURCE123} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_ssi.conf +install %{SOURCE124} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_staticfile.conf +install %{SOURCE125} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_status.conf +install %{SOURCE126} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_trigger_b4_dl.conf +install %{SOURCE135} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_uploadprogress.conf +install %{SOURCE127} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_userdir.conf +install %{SOURCE128} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_usertrack.conf +install %{SOURCE129} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_webdav.conf +install %{SOURCE133} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_proxy_core.conf +install %{SOURCE134} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/50_mod_mysql_vhost.conf + +install %{SOURCE101} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/90_mod_accesslog.conf + +install %{SOURCE130} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-spawned.conf +install %{SOURCE131} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/php-external.conf +install %{SOURCE132} $RPM_BUILD_ROOT%{_sysconfdir}/conf.d/ssl.conf + +%if %{without mysql} +# avoid packaging dummy module <<Diff was trimmed, longer than 597 lines>> ---- CVS-web: http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.165&r2=1.166&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
