A Secure, Fast, Compliant, and Very Flexible Web Server

Edit Package lighttpd
https://www.lighttpd.net/

Lighttpd is a secure, fast, compliant, and very flexible Web server
that has been optimized for high-performance environments. It has a
very low memory footprint compared to other Web servers and takes care
of CPU load. Its advanced feature set (FastCGI, CGI, Auth,
Output-Compression, URL-Rewriting, and more) makes lighttpd the perfect
Web server software for every server that is suffering load problems.

Refresh
Refresh
Source Files
Filename Size Changed
lighttpd-1.4.13_geoip.patch 0000019217 18.8 KB
lighttpd-ssl.SuSEfirewall 0000000125 125 Bytes
lighttpd.SuSEfirewall 0000000123 123 Bytes
lighttpd.changes 0000063891 62.4 KB
lighttpd.init 0000010666 10.4 KB
lighttpd.logrotate 0000000504 504 Bytes
lighttpd.spec 0000015275 14.9 KB
lighttpd.sysconfig 0000000622 622 Bytes
lighttpd_1.4.36-0.1.debian.tar.xz 0000026880 26.3 KB
lighttpd_1.4.36-0.1.dsc 0000002448 2.39 KB
lighttpd_1.4.36.orig.tar.xz 0000570756 557 KB
lightytest.sh 0000000523 523 Bytes
Revision 124 (latest revision is 190)
Marcus Rueckert's avatar Marcus Rueckert (darix) accepted request 318765 from Stefan Bühler's avatar Stefan Bühler (stbuehler) (revision 124)
- update to 1.4.36
- define and use pkg_name, pkg_version, tarball_version
- readd debian package
- use debian orig tarball
- fix download url
- fix geoip patch (whitespace change)

old: server:http/lighttpd
new: home:stbuehler:lighttpd-1.4.x/lighttpd rev None
Index: lighttpd-1.4.13_geoip.patch
===================================================================
--- lighttpd-1.4.13_geoip.patch (revision 123)
+++ lighttpd-1.4.13_geoip.patch (revision 7)
@@ -12,7 +12,7 @@
 +mod_geoip_la_LIBADD = $(common_libadd) -lGeoIP
  
  hdr = server.h buffer.h network.h log.h keyvalue.h \
-       response.h request.h fastcgi.h chunk.h \
+ 	response.h request.h fastcgi.h chunk.h \
 Index: src/mod_geoip.c
 ===================================================================
 --- /dev/null	1970-01-01 00:00:00.000000000 +0000
Index: lighttpd.changes
===================================================================
--- lighttpd.changes (revision 123)
+++ lighttpd.changes (revision 7)
@@ -1,4 +1,65 @@
 -------------------------------------------------------------------
+Sun Jul 26 10:37:13 UTC 2015 - jenkins@lighttpd.net
+
+- update to 1.4.36
+  + [configfile] fix reading uninitialized variable (found by Willian B.)
+  + [dist] add dist-xz, remove dist-bzip2, allow ~rc appendix in packdist.sh
+
+-------------------------------------------------------------------
+Sat Jul 11 13:14:15 UTC 2015 - jenkins@lighttpd.net
+
+- update to 1.4.36~rc1
+  + - next is 1.4.36
+  + use keep-alive timeout while waiting for HTTP headers; use always the read timeout while waiting for the HTTP body
+  + fix bad shift in conditional netmask ".../0" handling
+  + add more mime types and a script to generate mime.conf (fxies #2579)
+  + fix typo in NEWS entry for #2579
+  + add support for (Free)BSD extended attributes
+  + [build] use fortify flags with "extra-warnings"
+  + [mod_dirlisting,mod_redirect,mod_rewrite] abort config parsing if pcre-compile fails or isn't available
+  + [ssl] disable SSL3.0 by default
+  + Fixed typo found by openSUSE user (boo# 907709)
+  + add NEWS entry for previous commit
+  + [network] fix compile break in calculation of sockaddr_un size if SUN_LEN is not defined (fixes #2609)
+  + [connections] fix bug in connection state handling
+  + print backtrace in assert logging with libunwind
+  + fix buffer, chunk and http_chunk API
+  + Remove chunkqueue_get_{append,prepend}* API
+  + Remove buffer_prepare_copy() and buffer_prepare_append()
+  + [tests] improve valgrind and strace TRACEME, disable condition logging in normal configs
+  + Use buffer API to read and modify "used" member
+  + rename buffer_append_long_hex to buffer_append_uint_hex
+  + [buffer] constify some parameters
+  + [bitset] unused -> remove
+  + remove unused stuff from server.h
+  + [crc32] fix method signature (const pointer)
+  + [tests] fix undefined index warning in sendfile.php
+  + [mod_auth] use crypt_r instead of crypt if available
+  + fix error message for T_CONFIG_ARRAY config values if an entry value is not a string
+  + fix segfaults in many plugins if they failed configuration
+  + escape all strings for logging (fixes #2646 log file injection, reported by Jaanus Kääp)
+  + add some until now missing files to dist tarball
+  + minor spelling fixes
+  + fix hex escape in accesslog (fixes #2559)
+  + show extforward re-run warning only with debug.log-request-handling (fixes #2561)
+  + parse If-None-Match for ETag validation (fixes #2578)
+  + check pointer before usage in new etag compare
+  + fix memory leak in mod_status when no counters are set (found by coverity)
+  + #ifdef all parts belonging to the connection-state debugging
+  + [mod_magnet] fix segfault when accessing not existing lighty.req_env[] entry (found by coverity)
+  + fix segfault when temp file for upload couldn't be created (found by coverity)
+  + check fcgi_env_add return value (found by coverity)
+  + mime.conf: add some new mime types, remove .dat, .sha1, .md5, update .vcf
+  + [mod_proxy] add unix domain socket support (fixes #2653)
+
+-------------------------------------------------------------------
+Sat Jun 20 08:12:41 UTC 2015 - stbuehler@web.de
+
+- define and use pkg_name, pkg_version, tarball_version
+- use debian orig tarball
+- fix download url
+
+-------------------------------------------------------------------
 Sat Feb 28 15:30:24 UTC 2015 - tchvatal@suse.com
 
 - Deb .orig.tar.bz2 -> regular tar, hopefully it shall work.
Index: lighttpd.spec
===================================================================
--- lighttpd.spec (revision 123)
+++ lighttpd.spec (revision 7)
@@ -18,13 +18,18 @@
 
 %define pkg_home %{_localstatedir}/lib/%{name}
 Name:           lighttpd
-Version:        1.4.35
+Version:        1.4.36
 Release:        0
+#
+%define pkg_name %{name}
+%define pkg_version %{version}
+%define tarball_version %{version}
+#
 Summary:        A Secure, Fast, Compliant, and Very Flexible Web Server
 License:        BSD-3-Clause
 Group:          Productivity/Networking/Web/Servers
 Url:            http://www.lighttpd.net/
-Source:         http://www.lighttpd.net/download/%{name}-%{version}.tar.bz2
+Source:         http://download.lighttpd.net/lighttpd/releases-1.4.x/%{name}_%{tarball_version}.orig.tar.xz
 Source1:        %{name}.init
 Source2:        %{name}.sysconfig
 Source4:        lightytest.sh
@@ -185,7 +190,7 @@
 litmus tests are passed.
 
 %prep
-%setup -q
+%setup -q -n %{pkg_name}-%{pkg_version}
 %patch0
 
 # Do not store build TIME and DATE
Index: lighttpd_1.4.36-0.1.debian.tar.xz
===================================================================
Binary files lighttpd_1.4.36-0.1.debian.tar.xz (revision 7) added
Index: lighttpd_1.4.36-0.1.dsc
===================================================================
--- lighttpd_1.4.36-0.1.dsc (added)
+++ lighttpd_1.4.36-0.1.dsc (revision 7)
@@ -0,0 +1,44 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+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 all
+Version: 1.4.36-0.1
+Maintainer: Debian lighttpd maintainers <pkg-lighttpd-maintainers@lists.alioth.debian.org>
+Uploaders: Krzysztof Krzyżaniak (eloy) <eloy@debian.org>, Olaf van der Spek <olafvdspek@gmail.com>, Arno Töll <arno@debian.org>, Michael Gilbert <mgilbert@debian.org>
+Homepage: http://lighttpd.net/
+Standards-Version: 3.9.6
+Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-lighttpd/lighttpd.git
+Vcs-Git: git://anonscm.debian.org/pkg-lighttpd/lighttpd.git
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9.20130624~), dh-systemd (>= 1.3), dh-autoreconf, mime-support, libssl-dev, zlib1g-dev, libbz2-dev, libattr1-dev, libpcre3-dev, libmysqlclient-dev, libfam-dev, libldap2-dev, libfcgi-dev, libgdbm-dev, liblua5.1-0-dev, pkg-config, uuid-dev, libsqlite3-dev, libxml2-dev, libkrb5-dev, perl, libcgi-pm-perl
+Package-List:
+ lighttpd deb httpd optional arch=any
+ lighttpd-doc deb doc optional arch=all
+ lighttpd-mod-cml deb httpd optional arch=any
+ lighttpd-mod-magnet deb httpd optional arch=any
+ lighttpd-mod-mysql-vhost deb httpd optional arch=any
+ lighttpd-mod-trigger-b4-dl deb httpd optional arch=any
+ lighttpd-mod-webdav deb httpd optional arch=any
+Checksums-Sha1:
+ 0c39b7d2ccef5476dbf5f2b0b952ac5694ab75b3 570756 lighttpd_1.4.36.orig.tar.xz
+ 841be8170ee5b2890ac3c4b04e5c801af674b096 26880 lighttpd_1.4.36-0.1.debian.tar.xz
+Checksums-Sha256:
+ 897ab6b1cc7bd51671f8af759e7846245fbbca0685c30017e93a5882a9ac1a53 570756 lighttpd_1.4.36.orig.tar.xz
+ ceddc201cfeeabe372953f440ba53faa5b0340e918d60a138fc9f270b011bd2c 26880 lighttpd_1.4.36-0.1.debian.tar.xz
+Files:
+ 1843daffcb018aa528f6d15d43544654 570756 lighttpd_1.4.36.orig.tar.xz
+ 61cbf835ffb53086d40e1d7d140b8b9d 26880 lighttpd_1.4.36-0.1.debian.tar.xz
+
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2
+
+iQEcBAEBCAAGBQJVtLhXAAoJEE3M2orHRjXrre8IALEOIVtEp/5mREpFLLn5rVMb
+SmLuS4rpesrzHTmeL8wBT8+ncp8PnrZ82IDoz8KEgBL1cdbvTlgwl1hIS556MacA
+E7PcEDeWCEiUI7JHwRJQei5zyhHM9JzzOi0Ykj4BxumihEHBVCL+iT0Pzcn03uj0
+HK9R1mW5UQF1hX1vaZgxoqrWjEGXSJVo0kYh99lbzOZeIDN6JovylRcZdKDeVY89
+uaNCMoz9L/uuzAiEfX8Z7bnD8sXeJxczwrGCdZx3sUkFbUrCzcahqEetzQ9evoJJ
+LE1u4gXmN0XjYcjEmwYYSxaTxL8D857kND1j+NGiYndK97WUxd2OVGaxs0EWkpY=
+=K14c
+-----END PGP SIGNATURE-----
Index: lighttpd_1.4.36.orig.tar.xz
===================================================================
Binary files lighttpd_1.4.36.orig.tar.xz (revision 7) added
Index: lighttpd-1.4.35.tar.bz2
===================================================================
Binary files lighttpd-1.4.35.tar.bz2 (revision 123) deleted
Comments 0
openSUSE Build Service is sponsored by