Your message dated Mon, 15 Mar 2010 09:35:21 +0000
with message-id <e1nr6hl-0007a9...@ries.debian.org>
and subject line Bug#572031: fixed in lighttpd 1.4.26-1.1
has caused the Debian Bug report #572031,
regarding lighttpd: fails to start with current OpenSSL
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
572031: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572031
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: lighttpd
Version: 1.4.26-1
Severity: grave
Tags: patch
Justification: renders package unusable
Hi
after OpenSSL upgrade, lighttpd stopped working, giving not really helpful
error message:
(network.c.529) SSL: error:00000000:lib(0):func(0):reason(0)
the problem is known and fixed upstream:
http://redmine.lighttpd.net/issues/2157
Attaching patch which applies to 1.4.26-1 and fixes this issue.
--
Michal Cihar | http://cihar.com | http://blog.cihar.com
-- System Information:
Debian Release: squeeze/sid
APT prefers unstable
APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.26-2-vserver-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages lighttpd depends on:
ii libattr1 1:2.4.44-1 Extended attribute shared library
ii libbz2-1.0 1.0.5-4 high-quality block-sorting file co
ii libc6 2.10.2-6 Embedded GNU C Library: Shared lib
ii libfam0 2.7.0-16.1 Client library to control the FAM
ii libldap-2.4-2 2.4.17-2.1 OpenLDAP libraries
ii libpcre3 7.8-3 Perl 5 Compatible Regular Expressi
ii libssl0.9.8 0.9.8m-2 SSL shared libraries
ii libterm-readline-perl-p 1.0303-1 Perl implementation of Readline li
ii lsb-base 3.2-23 Linux Standard Base 3.2 init scrip
ii mime-support 3.48-1 MIME files 'mime.types' & 'mailcap
ii zlib1g 1:1.2.3.4.dfsg-3 compression library - runtime
Versions of packages lighttpd recommends:
pn spawn-fcgi <none> (no description available)
Versions of packages lighttpd suggests:
ii apache2-utils 2.2.14-7 utility programs for webservers
ii openssl 0.9.8m-2 Secure Socket Layer (SSL) binary a
pn rrdtool <none> (no description available)
-- no debconf information
--- lighttpd-1.4.26.orig/src/network.c
+++ lighttpd-1.4.26/src/network.c
@@ -525,7 +525,7 @@
if (!s->ssl_use_sslv2) {
/* disable SSLv2 */
- if (SSL_OP_NO_SSLv2 != SSL_CTX_set_options(s->ssl_ctx, SSL_OP_NO_SSLv2)) {
+ if (!(SSL_OP_NO_SSLv2 & SSL_CTX_set_options(s->ssl_ctx, SSL_OP_NO_SSLv2))) {
log_error_write(srv, __FILE__, __LINE__, "ss", "SSL:",
ERR_error_string(ERR_get_error(), NULL));
return -1;
--- End Message ---
--- Begin Message ---
Source: lighttpd
Source-Version: 1.4.26-1.1
We believe that the bug you reported is fixed in the latest version of
lighttpd, which is due to be installed in the Debian FTP archive:
lighttpd-doc_1.4.26-1.1_all.deb
to main/l/lighttpd/lighttpd-doc_1.4.26-1.1_all.deb
lighttpd-mod-cml_1.4.26-1.1_amd64.deb
to main/l/lighttpd/lighttpd-mod-cml_1.4.26-1.1_amd64.deb
lighttpd-mod-magnet_1.4.26-1.1_amd64.deb
to main/l/lighttpd/lighttpd-mod-magnet_1.4.26-1.1_amd64.deb
lighttpd-mod-mysql-vhost_1.4.26-1.1_amd64.deb
to main/l/lighttpd/lighttpd-mod-mysql-vhost_1.4.26-1.1_amd64.deb
lighttpd-mod-trigger-b4-dl_1.4.26-1.1_amd64.deb
to main/l/lighttpd/lighttpd-mod-trigger-b4-dl_1.4.26-1.1_amd64.deb
lighttpd-mod-webdav_1.4.26-1.1_amd64.deb
to main/l/lighttpd/lighttpd-mod-webdav_1.4.26-1.1_amd64.deb
lighttpd_1.4.26-1.1.diff.gz
to main/l/lighttpd/lighttpd_1.4.26-1.1.diff.gz
lighttpd_1.4.26-1.1.dsc
to main/l/lighttpd/lighttpd_1.4.26-1.1.dsc
lighttpd_1.4.26-1.1_amd64.deb
to main/l/lighttpd/lighttpd_1.4.26-1.1_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 572...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
John Ham <buraphalinuxser...@gmail.com> (supplier of updated lighttpd package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Mon, 15 Mar 2010 13:31:52 +0700
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: source amd64 all
Version: 1.4.26-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian lighttpd maintainers
<pkg-lighttpd-maintain...@lists.alioth.debian.org>
Changed-By: John Ham <buraphalinuxser...@gmail.com>
Description:
lighttpd - A fast webserver with minimal memory footprint
lighttpd-doc - Documentation for lighttpd
lighttpd-mod-cml - Cache meta language module for lighttpd
lighttpd-mod-magnet - Control the request handling module for lighttpd
lighttpd-mod-mysql-vhost - MySQL-based virtual host configuration for lighttpd
lighttpd-mod-trigger-b4-dl - Anti-deep-linking module for lighttpd
lighttpd-mod-webdav - WebDAV module for lighttpd
Closes: 572031
Changes:
lighttpd (1.4.26-1.1) unstable; urgency=low
.
* Non-maintainer upload.
* Apply upstream patch to fix openssl (closes: #572031)
Checksums-Sha1:
458358cc6177e0d065d002b95af06523e5c2ad66 1671 lighttpd_1.4.26-1.1.dsc
aedc11f652bc2c98ef09b3bd7ddbbf8184cee612 24629 lighttpd_1.4.26-1.1.diff.gz
e48090f35fa73c76ef4a079d01e092a4f55b876c 289624 lighttpd_1.4.26-1.1_amd64.deb
3dca0f63722501dcd9b1501200615867dd42b477 16462
lighttpd-mod-mysql-vhost_1.4.26-1.1_amd64.deb
d3e878ea819a24eb2adf26c13cf83cee3a02848e 18202
lighttpd-mod-trigger-b4-dl_1.4.26-1.1_amd64.deb
e544feae11c32c64be1773de77cccfd851df4fc6 21326
lighttpd-mod-cml_1.4.26-1.1_amd64.deb
dee976f2149a247f761daed717f507b7635b7651 22646
lighttpd-mod-magnet_1.4.26-1.1_amd64.deb
6ac1cabf463e62712d27f2c06870ef429f0445cd 28490
lighttpd-mod-webdav_1.4.26-1.1_amd64.deb
9fc589ffea80c307f16e97ed093accb454e05cfa 60792 lighttpd-doc_1.4.26-1.1_all.deb
Checksums-Sha256:
941ceb6792961ecd8b8abf2e791f2481378b9766d8d6f9cc634cb5a119825a60 1671
lighttpd_1.4.26-1.1.dsc
41c9a56bee62370ee7bcd08cd87effc5937c10157270f96aa519e1271cebe079 24629
lighttpd_1.4.26-1.1.diff.gz
6adae80c776fee86b0cd23ccd3bc1e9cb613cd54b3c18564e9231e69f618390d 289624
lighttpd_1.4.26-1.1_amd64.deb
2552acef2ce429b4d30af9bbbcb458e45a0f5ec5835e72c1e0fa377b1de2f683 16462
lighttpd-mod-mysql-vhost_1.4.26-1.1_amd64.deb
75d80f849e4a56c86ea90b53d2e7769cc3b662da302f396f74d3bd6ee4ec2c3b 18202
lighttpd-mod-trigger-b4-dl_1.4.26-1.1_amd64.deb
04f10bf2f7e45493561a2e38221f9580c16fd2693cef825182107b6f00d81823 21326
lighttpd-mod-cml_1.4.26-1.1_amd64.deb
12550ffe93e197e3f5913489382f117de0c345fa5da596faba768fe8e856892a 22646
lighttpd-mod-magnet_1.4.26-1.1_amd64.deb
a3472b62bd9cdb18db12cbac8a3c95a7d0642a4f2d3c920e28b9732564292899 28490
lighttpd-mod-webdav_1.4.26-1.1_amd64.deb
52b55dd9f5fff3fbe9496e3502d47e17f2e73c2311e5f2d668c97d5db732b64f 60792
lighttpd-doc_1.4.26-1.1_all.deb
Files:
e56c2a059eb2f0f7d6c67b2b0ebe0e98 1671 web optional lighttpd_1.4.26-1.1.dsc
0ccf1f5f160ea6d64892a6a195d0f44b 24629 web optional lighttpd_1.4.26-1.1.diff.gz
9fc2e7bddb3e93e43f629f98f1810100 289624 web optional
lighttpd_1.4.26-1.1_amd64.deb
545eff8d8bd91d1df0e8a6ee77c91872 16462 web optional
lighttpd-mod-mysql-vhost_1.4.26-1.1_amd64.deb
d131ebe8bd093090217b2c6fbe769c29 18202 web optional
lighttpd-mod-trigger-b4-dl_1.4.26-1.1_amd64.deb
2b399af22b1c19f8819714ab7a835f43 21326 web optional
lighttpd-mod-cml_1.4.26-1.1_amd64.deb
7990bafd8716ed593ea0c1ab4f0d5be5 22646 web optional
lighttpd-mod-magnet_1.4.26-1.1_amd64.deb
6a901a10efda8331cc7017dfc4fd00af 28490 web optional
lighttpd-mod-webdav_1.4.26-1.1_amd64.deb
9b0a9939da188dcb45593e61594283b3 60792 doc optional
lighttpd-doc_1.4.26-1.1_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkud+lwACgkQ5Sc9mGvjxCMyrQCgmET9A9+sispXKDOptzlJGBla
yaoAniozsz6HYzeHj2RKhpK+ONGurXlS
=pAgw
-----END PGP SIGNATURE-----
--- End Message ---