Author: eothane Date: Wed Mar 2 14:12:53 2005 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 1.3.12, builds. from ChangeLog: * added ssl.ca-file * added support for \n\n as terminator * rewrote test-framework and added more tests * fixed cgi.assign with empty handler * fixed segfault in debug-code * fixed mod_expire if modification-timestamps are used * fixed segfault on duplication Host-headers * fixed endless loop in mod_fastcgi * fixed handling of dead fastcgi-processes
---- Files affected: SPECS: lighttpd.spec (1.100 -> 1.101) ---- Diffs: ================================================================ Index: SPECS/lighttpd.spec diff -u SPECS/lighttpd.spec:1.100 SPECS/lighttpd.spec:1.101 --- SPECS/lighttpd.spec:1.100 Sun Feb 27 13:32:59 2005 +++ SPECS/lighttpd.spec Wed Mar 2 15:12:48 2005 @@ -27,25 +27,23 @@ %define _source http://www.lighttpd.net/download/%{name}-%{version}.tar.gz %endif -%define _rel 2 +%define _rel 1 Summary: Fast and light HTTP server Summary(pl): Szybki i lekki serwer HTTP Name: lighttpd -Version: 1.3.11 +Version: 1.3.12 Release: %{_rel}%{?_snap:.%(echo %{_snap}|tr - _)} Group: Networking/Daemons License: BSD Source0: %{_source} -# Source0-md5: 730c9b9d743360d23e523968ab4fe7c5 +# Source0-md5: ffd0bc5802646948e2724060031c05b5 Source1: %{name}.init Source2: %{name}.conf Source3: %{name}.user Source4: %{name}.logrotate Source5: %{name}.sysconfig URL: http://www.lighttpd.net/ -Patch0: %{name}-empty_cgi_handler.patch -Patch1: %{name}-error_format.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: bzip2-devel @@ -113,8 +111,6 @@ %prep %setup -q -%patch0 -p1 -%patch1 -p0 %build %{__libtoolize} @@ -230,6 +226,19 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.101 2005/03/02 14:12:48 eothane +- updated to 1.3.12, builds. + from ChangeLog: + * added ssl.ca-file + * added support for \n\n as terminator + * rewrote test-framework and added more tests + * fixed cgi.assign with empty handler + * fixed segfault in debug-code + * fixed mod_expire if modification-timestamps are used + * fixed segfault on duplication Host-headers + * fixed endless loop in mod_fastcgi + * fixed handling of dead fastcgi-processes + Revision 1.100 2005/02/27 12:32:59 glen - add patch for issue #31; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/lighttpd.spec?r1=1.100&r2=1.101&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
