Hello community, here is the log from the commit of package lighttpd for openSUSE:Factory checked in at Wed Jun 1 10:50:43 CEST 2011.
-------- --- lighttpd/lighttpd.changes 2010-04-22 13:55:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/lighttpd/lighttpd.changes 2010-09-19 17:35:07.000000000 +0200 @@ -1,0 +2,79 @@ +Sun Sep 19 15:32:36 UTC 2010 - [email protected] + +- Do not specify -TERM signal for killproc. This causes killproc + to not wait until the daemon actually terminated, which would + result in a subsequent startproc call (as done by the "restart" + action) to not do anything. + +------------------------------------------------------------------- +Sun Aug 22 16:18:26 UTC 2010 - [email protected] + +- update 1.4.28 + - Rename fdevent_event_add to _set to reflect what the function + does. Fix some handlers. (fixes #2249) + - Fix buffer.h to include stdio.h as it is needer for SEGFAULT + (fixes #2250) + +------------------------------------------------------------------- +Mon Aug 16 16:25:03 UTC 2010 - [email protected] + +- fix building on sles9 + - disable ustar + - use find | xargs instead of -delete + +------------------------------------------------------------------- +Mon Aug 16 15:53:13 UTC 2010 - [email protected] + +- update 1.4.27 + - Fix handling return value of SSL_CTX_set_options + (fixes #2157, thx mlcreech) + - Fix mod_proxy HUP handling (send final chunk, fix usage + counter) + - mod_proxy: close connection on write error (fixes #2114) + - Check uri instead of physical path for directory redirect + - Fix detecting git repository (fixes #2173, thx ncopa) + - [mod_compress] Fix segfault when etags are disabled + (fixes #2169) + - Reset uri.authority before TLS servername handling, reset all + "keep-alive" data in connection_del (fixes #2125) + - Print double quotes properly when dumping config file + (fixes #1806) + - Include IP addresses on error log on password failures + (fixes #2191) + - Fix stalls while reading from ssl sockets (fixes #2197) + - Fix etag formatting on boxes with 32-bit longs + - Fix two compiler warnings + - mod_accesslog: fix %p for ipv6 sockets + (fixes #2228, thx jo.henke) + - mod_fastcgi: Send 502 "Bad Gateway" if we couldn't open the + file for X-Sendfile (fixes #2226) + - mod_staticfile: add debug output if we ignore a file with + static-file.exclude-extensions (fixes #2215) + - mod_cgi: fix race condition leaving response not forwarded to + client (fixes #2217) + - mod_accesslog: Fix var declarations mixed in source + (fixes #2233) + - mod_status: Add version to status page (fixes #2219) + - mod_accesslog: optimize accesslog_append_escaped + (fixes #2236, thx crypt) + - openssl: silence annoying error messages for errno==0 + (fixes #2213) + - array.c: improve array_get_unused_element to check data type; + fix mem leak if unused_element didn't find a matching entry + (fixes #2145) + - add check to stop loading plugins twice + - cleanup fdevent code, removed linux-rtsig handler, replaced + some fprintf calls + - only require FDEVENT_IN bit to be set for listening connections + (fixes #2227) + - add libev fdevent handler: server.event-handler = "libev" + - mod_proxy: return response as soon as it is available + (fixes #2196) + - don't overwrite global server.force-lowercase-filenames setting + (fixes #2042) + - bind to IPV6-only if ipv6 address was specified + (http://redmine.lighttpd.net/projects/lighttpd/wiki/IPv6-Config) +- drop lighttpd-ssl-retval-fix.patch: included in the release +- drop config.tar.bz2, our config is now the upstream config!:) + +------------------------------------------------------------------- @@ -10 +89,2 @@ -- Applied patch fixing start failure with enabled SSL because +- added lighttpd-ssl-retval-fix.patch: + Applied patch fixing start failure with enabled SSL because calling whatdependson for head-i586 Old: ---- config.tar.bz2 lighttpd-1.4.26.tar.bz2 lighttpd-ssl-retval-fix.patch lighttpd_1.4.26-1.1~backport1.dsc New: ---- lighttpd-1.4.28.tar.bz2 lighttpd_1.4.28-0.1~backport1.diff.gz lighttpd_1.4.28-0.1~backport1.dsc lighttpd_1.4.28.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lighttpd.spec ++++++ --- /var/tmp/diff_new_pack.epLxlk/_old 2011-06-01 10:49:06.000000000 +0200 +++ /var/tmp/diff_new_pack.epLxlk/_new 2011-06-01 10:49:06.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package lighttpd (Version 1.4.26) +# spec file for package lighttpd # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,15 +19,15 @@ Name: lighttpd -Version: 1.4.26 -Release: 2 +Version: 1.4.28 +Release: 1 # %define pkg_name lighttpd %define pkg_user lighttpd %define pkg_home /var/lib/%{pkg_name} # Group: Productivity/Networking/Web/Servers -License: BSD3c +License: BSD 3-Clause # BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: FastCGI-devel e2fsprogs-devel fam-devel gdbm-devel libattr-devel libmemcache-devel libxml2-devel mysql-devel openldap2-devel pcre-devel pkgconfig pwdutils zlib-devel @@ -82,16 +82,15 @@ Requires: spawn-fcgi # Url: http://www.lighttpd.net/ -Source: http://www.lighttpd.net/download/%{pkg_name}-%{version}.tar.bz2 +# Source: http://www.lighttpd.net/download/%{pkg_name}-%{version}.tar.bz2 +Source: lighttpd-1.4.28.tar.bz2 Source1: %{pkg_name}.init Source2: %{pkg_name}.sysconfig -Source3: config.tar.bz2 Source4: lightytest.sh Source5: lighttpd.SuSEfirewall Source6: lighttpd-ssl.SuSEfirewall Source7: lighttpd.logrotate Patch: lighttpd-1.4.13_geoip.patch -Patch1: lighttpd-ssl-retval-fix.patch # Summary: A Secure, Fast, Compliant, and Very Flexible Web Server @@ -110,7 +109,7 @@ Jan Kneschke <[email protected]> %package mod_cml -License: BSD3c +License: BSD 3-Clause Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: CML (Cache Meta Language) module for Lighttpd @@ -139,7 +138,7 @@ Jan Kneschke <[email protected]> %package mod_magnet -License: BSD3c +License: BSD 3-Clause Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: A module to control the request handling in lighttpd @@ -156,7 +155,7 @@ Jan Kneschke <[email protected]> %package mod_mysql_vhost -License: BSD3c +License: BSD 3-Clause Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: MySQL based virtual hosts (vhosts) module for Lighttpd @@ -172,7 +171,7 @@ Jan Kneschke <[email protected]> %package mod_trigger_b4_dl -License: BSD3c +License: BSD 3-Clause Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: Another anti hot-linking module for Lighttpd @@ -199,7 +198,7 @@ Jan Kneschke <[email protected]> %package mod_rrdtool -License: BSD3c +License: BSD 3-Clause Requires: %{name} = %{version} Requires: rrdtool Group: Productivity/Networking/Web/Servers @@ -221,7 +220,7 @@ %if 0%{?with_geoip} %package mod_geoip -License: BSD3c +License: BSD 3-Clause Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: A Secure, Fast, Compliant, and Very Flexible Web Server @@ -246,7 +245,7 @@ %endif %package mod_webdav -License: BSD3c +License: BSD 3-Clause Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: WebDAV module for Lighttpd @@ -279,11 +278,11 @@ Jan Kneschke <[email protected]> %prep -%setup -a 3 +%setup %if 0%{?with_geoip} %patch %endif -%patch1 -p1 +perl -p -i -e 's| tar-ustar||g' configure.ac %build %if 0%{?with_geoip} @@ -333,10 +332,12 @@ # # sample config # -perl -p -i.orig -e 's|^(server\.tag = ).*$|$1 "%{pkg_name} (%{version}/SuSE)"|' config/lighttpd.conf -diff -ur config/lighttpd.conf{.orig,} ||: -%{__rm} -vf config/lighttpd.conf.orig ||: -%{__cp} -rv config/* %{buildroot}%{_sysconfdir}/%{pkg_name}/ +perl -p -i.orig -e 's|^(server\.tag = ).*$|$1 "%{pkg_name} (%{version}/SuSE)"|' doc/config/lighttpd.conf +diff -ur doc/config/lighttpd.conf{.orig,} ||: +%{__rm} -vf doc/config/lighttpd.conf.orig ||: +%{__cp} -rv doc/config/* %{buildroot}%{_sysconfdir}/%{pkg_name}/ +# as much as i would like to use -delete here. sles9 doesnt understand it. +find %{buildroot}%{_sysconfdir}/%{pkg_name}/ -name Makefile\* -print0 | xargs -r0 rm -fv # only needed when build with mod_geoip support %if ! 0%{?with_geoip} %{__rm} -v %{buildroot}%{_sysconfdir}/%{pkg_name}/conf.d/geoip.conf @@ -449,7 +450,7 @@ %config(noreplace) %{_sysconfdir}/init.d/%{pkg_name} %doc AUTHORS NEWS README %doc doc/*.dot -%doc doc/spawn-php.sh +%doc doc/scripts/spawn-php.sh %doc doc/accesslog.txt %doc doc/access.txt %doc doc/alias.txt @@ -488,7 +489,7 @@ %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/rrdtool.conf %doc doc/rrdtool.txt -%doc doc/rrdtool-graph.sh +%doc doc/scripts/rrdtool-graph.sh %{_libdir}/%{pkg_name}/mod_rrdtool.so %files mod_cml ++++++ lighttpd-1.4.26.tar.bz2 -> lighttpd-1.4.28.tar.bz2 ++++++ ++++ 12229 lines of diff (skipped) ++++++ lighttpd.init ++++++ --- /var/tmp/diff_new_pack.epLxlk/_old 2011-06-01 10:49:06.000000000 +0200 +++ /var/tmp/diff_new_pack.epLxlk/_new 2011-06-01 10:49:06.000000000 +0200 @@ -194,7 +194,7 @@ ## Stop daemon with killproc(8) and if this fails ## killproc sets the return value according to LSB. - killproc -TERM -p $PID_FILE $LIGHTTPD_BIN + killproc -p $PID_FILE $LIGHTTPD_BIN # Remember status and be verbose rc_status -v ++++++ lighttpd_1.4.28-0.1~backport1.diff.gz ++++++ ++++ 2032 lines (skipped) ++++++ lighttpd_1.4.26-1.1~backport1.dsc -> lighttpd_1.4.28-0.1~backport1.dsc ++++++ --- lighttpd/lighttpd_1.4.26-1.1~backport1.dsc 2010-02-10 18:19:35.000000000 +0100 +++ /mounts/work_src_done/STABLE/lighttpd/lighttpd_1.4.28-0.1~backport1.dsc 2010-08-22 16:18:32.000000000 +0200 @@ -5,27 +5,27 @@ Source: lighttpd Binary: lighttpd, lighttpd-doc, lighttpd-mod-mysql-vhost, lighttpd-mod-trigger-b4-dl, lighttpd-mod-cml, lighttpd-mod-magnet, lighttpd-mod-webdav Architecture: any -Version: 1.4.26-1.1~backport1 +Version: 1.4.28-0.1~backport1 Maintainer: Debian lighttpd maintainers <[email protected]> -Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]>, Torsten Marek <[email protected]>, Franz Pletz <[email protected]>, Pierre Habouzit <[email protected]> +Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]>, Torsten Marek <[email protected]>, Pierre Habouzit <[email protected]> Homepage: http://www.lighttpd.net -Standards-Version: 3.8.3 +Standards-Version: 3.9.0 Vcs-Svn: svn://svn.debian.org/pkg-lighttpd/lighttpd/trunk -Build-Depends: debhelper (>= 5.0.0), cdbs, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev | libmysqlclient15-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl +Build-Depends: debhelper (>= 5.0.0), cdbs, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, libmemcache-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl Checksums-Sha1: - c22642dc3616043293fb895b9f049b9270dbb2a0 780352 lighttpd_1.4.26.orig.tar.gz - 6de3887a9d9c979fdebfc7f753936fd8aa59187e 21711 lighttpd_1.4.26-1.1~backport1.diff.gz + 24d614f75b3aba18f3cff5e52a27ec9fdcf853b5 808352 lighttpd_1.4.28.orig.tar.gz + 161d5802b8ac996c49b709c8266c61af4bdf3d78 21685 lighttpd_1.4.28-0.1~backport1.diff.gz Checksums-Sha256: - 08fc11864a0ad6d2871f32e6d0b0eaeb070f78698a72959f812526173145986e 780352 lighttpd_1.4.26.orig.tar.gz - 3d9568c90c5dd230adf175b00f7dece9801a380181b303bee85c42c788ef5cf3 21711 lighttpd_1.4.26-1.1~backport1.diff.gz + efd7623f43182723b99c51d57a24158e22a207cd90dca35aaf3b2e3bac115712 808352 lighttpd_1.4.28.orig.tar.gz + a34dabafbf45e747d299b213d85f62aec0b9713774e25d151ba0603a27e22c40 21685 lighttpd_1.4.28-0.1~backport1.diff.gz Files: - 3ce5be17a4dac3c384a8a452c664b840 780352 lighttpd_1.4.26.orig.tar.gz - cffb18f22518d982a9567aefb327d607 21711 lighttpd_1.4.26-1.1~backport1.diff.gz + 202d36efc6324adb95a3600d2826ec6a 808352 lighttpd_1.4.28.orig.tar.gz + a2b629e83a815e42e3e819c140d98831 21685 lighttpd_1.4.28-0.1~backport1.diff.gz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) -iEYEARECAAYFAkty6hgACgkQgBIc0keWidjxIQCgkZaWH0g3pYnDiz3v+azp5AM4 -XocAn0qJCxqT0DRrFgv3WRb2HLcFzLpN -=IszI +iEYEARECAAYFAkxxMUYACgkQgBIc0keWidh75wCfdRyfm2FIrn9ClLPxCJlPgZLe +gGsAoJyOHLY8kZ8YJwQupeLyJ7xngB7v +=n4MY -----END PGP SIGNATURE----- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
