Hello community, here is the log from the commit of package lighttpd for openSUSE:Factory checked in at Wed Oct 5 11:08:58 CEST 2011.
-------- --- openSUSE:Factory/lighttpd/lighttpd.changes 2011-09-23 02:11:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/lighttpd/lighttpd.changes 2011-10-02 14:18:35.000000000 +0200 @@ -1,0 +2,31 @@ +Sun Oct 2 12:17:02 UTC 2011 - [email protected] + +- avoid endless loop in tests by using the right php path for 12.1 + +------------------------------------------------------------------- +Mon Jul 11 16:09:22 UTC 2011 - [email protected] + +- update to 1.4.29 + - Fix mod_proxy waiting for response even if content-length is 0 + (fixes #2259) + - Silence annoying "connection closed: poll() -> ERR" error.log + message (fixes #2257) + - mod_cgi: make read buffer as big as incoming data block + - [build] Fix detection of libev (fixes #2300) + - ssl: Support for Diffie-Hellman and Elliptic-Curve + Diffie-Hellman key exchange (fixes #2301) + add ssl.use-sslv3 (fixes #2246) + load all algorithms (fixes #2239) + - [ssl/md5] prefix our own md5 implementation with li_ so it + doesn't conflict with the openssl one (fixes #2269) + - [ssl/build] some minor fixes; fix compile without ssl, cleanup + ssl config buffers + - [proc,include_shell] log error if exec shell fails (fixes + #2280) + - [*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT + in cgi environments (fixes #2216) + - [doc] Move docs to outdated/ subdir and refer to wiki instead + (fixes #2248) + - fdevent: add solaris eventports (fixes #2171) + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- 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 New: ---- lighttpd-1.4.29.tar.bz2 lighttpd_1.4.29-1.debian.tar.gz lighttpd_1.4.29-1.dsc lighttpd_1.4.29.orig.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ lighttpd.spec ++++++ --- /var/tmp/diff_new_pack.sEkpt9/_old 2011-10-05 11:08:54.000000000 +0200 +++ /var/tmp/diff_new_pack.sEkpt9/_new 2011-10-05 11:08:54.000000000 +0200 @@ -19,8 +19,8 @@ Name: lighttpd -Version: 1.4.28 -Release: 1 +Version: 1.4.29 +Release: 0 # %define pkg_name lighttpd %define pkg_user lighttpd @@ -83,7 +83,7 @@ # Url: http://www.lighttpd.net/ # Source: http://www.lighttpd.net/download/%{pkg_name}-%{version}.tar.bz2 -Source: lighttpd-1.4.28.tar.bz2 +Source: lighttpd-1.4.29.tar.bz2 Source1: %{pkg_name}.init Source2: %{pkg_name}.sysconfig Source4: lightytest.sh @@ -93,7 +93,6 @@ Patch: lighttpd-1.4.13_geoip.patch # Summary: A Secure, Fast, Compliant, and Very Flexible Web Server - %description Lighttpd is a secure, fast, compliant, and very flexible Web server that has been optimized for high-performance environments. It has a @@ -113,7 +112,6 @@ Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: CML (Cache Meta Language) module for Lighttpd - %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 oth er side using @@ -142,7 +140,6 @@ Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: A module to control the request handling in lighttpd - %description mod_magnet A module to control the request handling in lighttpd. @@ -159,7 +156,6 @@ Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: MySQL based virtual hosts (vhosts) module for Lighttpd - %description mod_mysql_vhost With MySQL based vhosting you can put the information where to look for a. document-root of a given host into a MySQL database. @@ -175,7 +171,6 @@ Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: Another anti hot-linking module for Lighttpd - %description mod_trigger_b4_dl Anti Hotlinking: @@ -203,7 +198,6 @@ Requires: rrdtool Group: Productivity/Networking/Web/Servers Summary: Lighttpd module to feed rrdtool databases - %description mod_rrdtool RRD_tool is a system to store and display time-series data (i.e. network bandwidth, machine-room temperature, server load average). @@ -224,7 +218,6 @@ Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: A Secure, Fast, Compliant, and Very Flexible Web Server - %description mod_geoip Lighttpd a secure, fast, compliant, and very flexible Web server that has been optimized for high-performance environments. It has a very low @@ -249,7 +242,6 @@ Requires: %{name} = %{version} Group: Productivity/Networking/Web/Servers Summary: WebDAV module for Lighttpd - %description mod_webdav The WebDAV module is a very minimalistic implementation of RFC 2518. Minimalistic means that not all operations are implementated yet.. @@ -313,6 +305,11 @@ --with-attr %{__make} %if 0%{?with_tests} +%if 0%{suse_version} > 1200 +export PHP="/srv/www/cgi-bin/php" +%else +export PHP="/srv/www/cgi-bin/php5" +%endif sh -x %{S:4} %endif @@ -449,36 +446,36 @@ %{_mandir}/man8/*.8* %config(noreplace) %{_sysconfdir}/init.d/%{pkg_name} %doc AUTHORS NEWS README -%doc doc/*.dot +#doc doc/*.dot %doc doc/scripts/spawn-php.sh -%doc doc/accesslog.txt -%doc doc/access.txt -%doc doc/alias.txt -%doc doc/authentication.txt -%doc doc/cgi.txt -%doc doc/compress.txt -%doc doc/configuration.txt -%doc doc/expire.txt -%doc doc/fastcgi-state.txt -%doc doc/fastcgi.txt -%doc doc/features.txt -%doc doc/performance.txt -%doc doc/plugins.txt -%doc doc/proxy.txt -%doc doc/redirect.txt -%doc doc/rewrite.txt -%doc doc/scgi.txt -%doc doc/secdownload.txt -%doc doc/security.txt -%doc doc/setenv.txt -%doc doc/simple-vhost.txt -%doc doc/skeleton.txt -%doc doc/ssi.txt -%doc doc/ssl.txt -%doc doc/state.txt -%doc doc/status.txt -%doc doc/traffic-shaping.txt -%doc doc/userdir.txt +%doc doc/outdated/accesslog.txt +%doc doc/outdated/access.txt +%doc doc/outdated/alias.txt +%doc doc/outdated/authentication.txt +%doc doc/outdated/cgi.txt +%doc doc/outdated/compress.txt +%doc doc/outdated/configuration.txt +%doc doc/outdated/expire.txt +%doc doc/outdated/fastcgi-state.txt +%doc doc/outdated/fastcgi.txt +%doc doc/outdated/features.txt +%doc doc/outdated/performance.txt +%doc doc/outdated/plugins.txt +%doc doc/outdated/proxy.txt +%doc doc/outdated/redirect.txt +%doc doc/outdated/rewrite.txt +%doc doc/outdated/scgi.txt +%doc doc/outdated/secdownload.txt +%doc doc/outdated/security.txt +%doc doc/outdated/setenv.txt +%doc doc/outdated/simple-vhost.txt +%doc doc/outdated/skeleton.txt +%doc doc/outdated/ssi.txt +%doc doc/outdated/ssl.txt +%doc doc/outdated/state.txt +%doc doc/outdated/status.txt +%doc doc/outdated/traffic-shaping.txt +%doc doc/outdated/userdir.txt /var/adm/fillup-templates/sysconfig.%{pkg_name} %dir %attr(751,%{pkg_user},%{pkg_user}) %{pkg_home}/ %dir %attr(751,%{pkg_user},%{pkg_user}) %{pkg_home}/sockets/ @@ -488,7 +485,7 @@ %files mod_rrdtool %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/rrdtool.conf -%doc doc/rrdtool.txt +%doc doc/outdated/rrdtool.txt %doc doc/scripts/rrdtool-graph.sh %{_libdir}/%{pkg_name}/mod_rrdtool.so @@ -496,28 +493,27 @@ %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/cml.conf %{_libdir}/%{pkg_name}/mod_cml.so -%doc doc/cml.txt +%doc doc/outdated/cml.txt %files mod_magnet %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/magnet.conf %{_libdir}/%{pkg_name}/mod_magnet.so -%doc doc/magnet.txt +%doc doc/outdated/magnet.txt %files mod_mysql_vhost %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/mysql_vhost.conf %{_libdir}/%{pkg_name}/mod_mysql_vhost.so -%doc doc/mysqlvhost.txt +%doc doc/outdated/mysqlvhost.txt %files mod_trigger_b4_dl %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/trigger_b4_dl.conf %{_libdir}/%{pkg_name}/mod_trigger_b4_dl.so -%doc doc/trigger_b4_dl.txt +%doc doc/outdated/trigger_b4_dl.txt %if 0%{?with_geoip} - %files mod_geoip %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/geoip.conf @@ -529,6 +525,6 @@ %defattr(-,root,root,-) %config(noreplace) %attr(640,root,%{pkg_user}) %{_sysconfdir}/%{pkg_name}/conf.d/webdav.conf %{_libdir}/%{pkg_name}/mod_webdav.so -%doc doc/webdav.txt +%doc doc/outdated/webdav.txt %changelog ++++++ lighttpd-1.4.28.tar.bz2 -> lighttpd-1.4.29.tar.bz2 ++++++ ++++ 29380 lines of diff (skipped) ++++++ lighttpd_1.4.28-0.1~backport1.dsc -> lighttpd_1.4.29-1.dsc ++++++ --- openSUSE:Factory/lighttpd/lighttpd_1.4.28-0.1~backport1.dsc 2011-09-23 02:11:37.000000000 +0200 +++ /mounts/work_src_done/STABLE/lighttpd/lighttpd_1.4.29-1.dsc 2011-07-11 18:04:25.000000000 +0200 @@ -1,31 +1,21 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -Format: 1.0 +Format: 3.0 (quilt) 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.28-0.1~backport1 +Version: 1.4.29-1 Maintainer: Debian lighttpd maintainers <[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.9.0 +Uploaders: Krzysztof Krzyżaniak (eloy) <[email protected]>, Olaf van der Spek <[email protected]>, Arno Töll <[email protected]> +Homepage: http://lighttpd.net/ +Standards-Version: 3.9.2.0 +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-lighttpd/lighttpd/trunk/ 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, 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 (>= 8), 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: - 24d614f75b3aba18f3cff5e52a27ec9fdcf853b5 808352 lighttpd_1.4.28.orig.tar.gz - 161d5802b8ac996c49b709c8266c61af4bdf3d78 21685 lighttpd_1.4.28-0.1~backport1.diff.gz + 2251246cd657cd787add9e9541941e883b81bf13 831201 lighttpd_1.4.29.orig.tar.gz + fe3354c7adbf2b2c169f88c16f6c47c769190e1e 25028 lighttpd_1.4.29-1.debian.tar.gz Checksums-Sha256: - efd7623f43182723b99c51d57a24158e22a207cd90dca35aaf3b2e3bac115712 808352 lighttpd_1.4.28.orig.tar.gz - a34dabafbf45e747d299b213d85f62aec0b9713774e25d151ba0603a27e22c40 21685 lighttpd_1.4.28-0.1~backport1.diff.gz + ff9f4de3901d03bb285634c5b149191223d17f1c269a16c863bac44238119c85 831201 lighttpd_1.4.29.orig.tar.gz + 6df12d150d0d1c6fa99abe7f1ae1ca6f1d692559ab06ce92be08dfeba77b21b7 25028 lighttpd_1.4.29-1.debian.tar.gz Files: - 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) - -iEYEARECAAYFAkxxMUYACgkQgBIc0keWidh75wCfdRyfm2FIrn9ClLPxCJlPgZLe -gGsAoJyOHLY8kZ8YJwQupeLyJ7xngB7v -=n4MY ------END PGP SIGNATURE----- + 4130d2440777b7911e62de6a89c98a90 831201 lighttpd_1.4.29.orig.tar.gz + 179424a3d9c52036355b94ce9b791287 25028 lighttpd_1.4.29-1.debian.tar.gz ++++++ lighttpd_1.4.28.orig.tar.gz -> lighttpd_1.4.29.orig.tar.gz ++++++ ++++ 29380 lines of diff (skipped) ++++++ lightytest.sh ++++++ --- /var/tmp/diff_new_pack.sEkpt9/_old 2011-10-05 11:08:54.000000000 +0200 +++ /var/tmp/diff_new_pack.sEkpt9/_new 2011-10-05 11:08:55.000000000 +0200 @@ -4,7 +4,6 @@ # 2. if the php on port 1026 is shut down. the lighttpd on 2048 is taken down aswell # # start php fast cgi for the test suite -export PHP="/srv/www/cgi-bin/php5" function startphp() { MAX_WAIT=120 SLEEP_TIME=2 continue with "q"... Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
