]> git.pld-linux.org Git - packages/lighttpd.git/log
packages/lighttpd.git
7 years agoadd systemd.patch AC-branch auto/ac/lighttpd-1.4.44-1 auto/th/lighttpd-1.4.44-1
Elan Ruusamäe [Sat, 24 Dec 2016 17:55:48 +0000 (19:55 +0200)]
add systemd.patch

forgotten from 4330480

7 years agorel 1
Elan Ruusamäe [Sat, 24 Dec 2016 17:38:22 +0000 (19:38 +0200)]
rel 1

7 years agouse upstream systemd service
Elan Ruusamäe [Sat, 24 Dec 2016 17:30:25 +0000 (19:30 +0200)]
use upstream systemd service

with our patch to use lighttpd-angel and env file

7 years agoup to 1.4.44
Elan Ruusamäe [Sat, 24 Dec 2016 17:26:16 +0000 (19:26 +0200)]
up to 1.4.44

- [mod_scgi] fix segfault (fixes #2762)
- [mod_authn_gssapi] fix memory leak
- [config] warn if mod_authn_ldap,mysql not listed
- [mod_magnet] fix magnet_cgi_set() set of env vars (fixes #2763)
- [mod_cgi] FreeBSD 9.3/MacOSX does not have pipe2() (fixes #2765)
- [mod_extforward] fix crash on invalid IP (fixes #2766)
- [mod_fastcgi] fix segfault if all backends down (fixes #2768)
- [mod_cgi] fix out of sockets error for POST to CGI (fixes #2771)
- [mod_auth] compile fix for Mac OS X XCode (fixes #2772)
- [mod_authn_gssapi] better resource cleanup
- [core] compile fix for Mac OS X 10.6 (old) (fixes #2773)
- fix race in dynamic handler configs (reentrancy) (fixes #2774)
- [mod_authn_mysql] close mysql_conn in cleanup
- [mod_webdav] compile fix when locking not enabled
- load mod_auth & mod_authn_file in sample/test.conf
- comment out auth.backend.ldap.* in tests/*.conf
- [mod_fastcgi,mod_scgi] warn if invalid "bin-path"
- RAND_pseudo_bytes() is deprecated in openssl 1.1.0
- openssl 1.1.0 init and cleanup
- [mod_cgi] remove direct calls to network_backend*
- [build] build network_*.c into lighttpd executable
- suggest inclusion of mod_geoip... before mod_ssi.
- set systemd settings similar to lighttpd2
- [doc] remove reference to Linux rt-signals
- [mod_authn_gssapi] fix missing error ret, coverity
- [core] rename li_rand() to li_rand_pseudo_bytes()
- remove #include "stream.h" where not used
- [mod_cml] include lua headers before base.h
- [core] combine duplicated connection reset code
- [mod_ssi] produce content in subrequest hook
- [core] remove srv->entropy[]
- [core] defer li_rand_init() until first use
- [core] permit connection-level state in modules
- [mod_dirlisting] render dirlisting as HTML (fixes #2767)
- [mod_proxy] replace HTTP Host sent to backend (fixes #2770)
- [mod_ssi] basic recursive SSI include virtual (fixes #536)
- [mod_ssi] implement, ignore <!--#comment ... -->
- [core] consolidate duplicated read-to-close code
- [core] fix segfault when parsing a bad config file
- [core] support Transfer-Encoding: chunked req body (fixes #2156)
- [autobuild] set NO_RDYNAMIC=yes for midipix
- [mod_proxy] proxy.balance = "sticky" option (fixes #2117)
- [mod_secdownload] warn if SHA used w/o SSL crypto
- [build] compile fixes for AIX
- [build] check for pipe2() at configure time
- [mod_evhost] fix an incorrect error trace
- [tests] mark tests/docroot/www/*.pl scripts a+x
- [mod_cgi] fall back to pipe() if pipe2() fails
- fix SCons fullstatic build with glibc pthreads
- [TLS] openssl 1.1.0 makes SSL_OP_NO_SSLv2 no-op

7 years agorun aclocal before libtoolize
Elan Ruusamäe [Mon, 5 Dec 2016 16:41:07 +0000 (18:41 +0200)]
run aclocal before libtoolize

+ libtoolize --copy --force
You should update your `aclocal.m4' by running aclocal.

7 years agoaclocal: add local m4 macros
Elan Ruusamäe [Mon, 5 Dec 2016 16:40:02 +0000 (18:40 +0200)]
aclocal: add local m4 macros

for AX_PROG_CC_FOR_BUILD

7 years agorun aclocal before autoheader
Elan Ruusamäe [Mon, 5 Dec 2016 16:38:24 +0000 (18:38 +0200)]
run aclocal before autoheader

+ autoheader
aclocal.m4:17: warning: this file was generated for autoconf 2.69.
You have another version of autoconf.  It may work, but is not guaranteed to.
If you have problems, you may need to regenerate the build system entirely.
To do so, use the procedure documented by the package, typically 'autoreconf'.

7 years agopackage lighttpd-angel.8
Elan Ruusamäe [Mon, 31 Oct 2016 19:24:27 +0000 (21:24 +0200)]
package lighttpd-angel.8

7 years agoupdate files
Elan Ruusamäe [Mon, 31 Oct 2016 16:57:42 +0000 (18:57 +0200)]
update files

modules not built and installed that have been disabled,
in other words: dummy modules are no longer built.

7 years agoup to 1.4.43
Elan Ruusamäe [Mon, 31 Oct 2016 16:44:19 +0000 (18:44 +0200)]
up to 1.4.43

- [autobuild] remove mod_authn_gssapi dep on resolv
- [mod_deflate] ignore '*' in deflate.mimetypes
- [autobuild] omit module stubs when missing deps
- [TLS] openssl 1.1.0 hides struct bignum_st
- [autobuild] move http_cgi_ssl_env() for Mac OS X (fixes #2757)
- [core] use paccept() on NetBSD (replace accept4())
- [TLS] remote IP conditions are valid for TLS SNI (fixes #2272)
- [doc] lighttpd-angel.8 (fixes #2254)
- [cmake] build fcgi-auth, fcgi-responder for tests
- [mod_accesslog] %{ratio}n logs compression ratio (fixes #2133)
- [mod_deflate] skip deflate if loadavg too high (fixes #1505)
- [mod_expire] expire by mimetype (fixes #423)
- [mod_evhost] partial matching patterns (fixes #1194)
- build: use CC_FOR_BUILD for lemon when cross-compiling
- [mod_dirlisting] config header and readme files
- [config] warn if mod_authn_ldap,mysql not listed
- fix FastCGI, SCGI, proxy reconnect on failure
- [core] network_open_file_chunk() temp file opt
- [mod_rewrite] add more info in error log msg
- [core] fix fd leak when using libev (fixes #2761)
- [core] fix potential streaming tempfile corruption (fixes #2760)
- [mod_scgi] fix prefix matching to always match url
- [autobuild] adjust Makefile.am for FreeBSD

7 years agomod_authn_gssapi build fixes
Elan Ruusamäe [Sun, 16 Oct 2016 17:14:46 +0000 (20:14 +0300)]
mod_authn_gssapi build fixes

7 years agofix branch fetching
Elan Ruusamäe [Sun, 16 Oct 2016 16:39:22 +0000 (19:39 +0300)]
fix branch fetching

7 years agobranch: exit if no upstream changes
Elan Ruusamäe [Sun, 16 Oct 2016 16:36:46 +0000 (19:36 +0300)]
branch: exit if no upstream changes

7 years agodrop outdated patches
Elan Ruusamäe [Sun, 16 Oct 2016 16:34:51 +0000 (19:34 +0300)]
drop outdated patches

7 years agolighttpd-mod_fd_transfer link
Elan Ruusamäe [Sun, 16 Oct 2016 16:24:14 +0000 (19:24 +0300)]
lighttpd-mod_fd_transfer link

7 years ago_libexecdir -> pkglibdir macro
Elan Ruusamäe [Sun, 16 Oct 2016 15:35:34 +0000 (18:35 +0300)]
_libexecdir -> pkglibdir macro

7 years agoadd ref to source
Elan Ruusamäe [Sun, 16 Oct 2016 15:33:13 +0000 (18:33 +0300)]
add ref to source

7 years agogeoip packaging fixes
Elan Ruusamäe [Sun, 16 Oct 2016 15:32:28 +0000 (18:32 +0300)]
geoip packaging fixes

7 years agotemporarily load also mysql and ldap authn backends
Elan Ruusamäe [Sun, 16 Oct 2016 15:16:16 +0000 (18:16 +0300)]
temporarily load also mysql and ldap authn backends

code loads them unconditionally for supporting previous configurations

7 years agomod_auth depends on mod_authn_file
Elan Ruusamäe [Sun, 16 Oct 2016 15:13:15 +0000 (18:13 +0300)]
mod_auth depends on mod_authn_file

the module is loaded automatically

2016-10-16 18:12:25: (plugin.c.227) dlopen() failed for: /usr/lib64/lighttpd/mod_authn_file.so /usr/lib64/lighttpd/mod_authn_file.so: cannot open shared object file: No such file or directory
2016-10-16 18:12:25: (server.c.912) loading plugins finally failed

7 years agoadd config for mod_geoip
Elan Ruusamäe [Sun, 16 Oct 2016 15:10:19 +0000 (18:10 +0300)]
add config for mod_geoip

7 years agoconfig for mod_uploadprogress
Elan Ruusamäe [Sun, 16 Oct 2016 15:02:58 +0000 (18:02 +0300)]
config for mod_uploadprogress

7 years agomod_deflate has been included in upstream
Elan Ruusamäe [Sun, 16 Oct 2016 14:47:20 +0000 (17:47 +0300)]
mod_deflate has been included in upstream

7 years agopackages for new modules
Elan Ruusamäe [Sun, 16 Oct 2016 14:46:23 +0000 (17:46 +0300)]
packages for new modules

7 years agodo not override _libdir macro
Elan Ruusamäe [Sun, 16 Oct 2016 14:19:19 +0000 (17:19 +0300)]
do not override _libdir macro

it breaks my ccache setup

7 years agoup to 1.4.42
Elan Ruusamäe [Sun, 16 Oct 2016 14:02:17 +0000 (17:02 +0300)]
up to 1.4.42

Important changes

 - new modules, expanded features, rewritten auth framework
 - fix bugs introduced in 1.4.40/1.4.41

Highlights

* new modules, expanded features
  * performance: use extended socket/file syscalls and flags
  * rewritten auth framework
    * updated mod_authn_ldap
    * new mod_authn_gssapi
    * new mod_authn_mysql
  * new mod_deflate
  * new mod_geoip
  * new mod_uploadprogress
  * mod_dirlisting sortable columns
  * mod_fastcgi support for authorizer, responder keyed with same path/extension
  * mod_cgi permit CGI exec of unreadable files
  * mod_scgi support for uwsgi protocol for Python WSGI backends
  * add some SSL_* variables to CGI environment
* bug fixes
  * remove preemptive shutdown() to backend
  * fix backend socket connect issue: enforce wait for POLLWR after EINPROGRESS
  * fix crash if ready events on abandoned fd
  * fix broken digest auth
* behavior changes
  * behavior change in mod_ssi to conform to same CGI env as CGI, FastCGI, SCGI:
  * REQUEST_URI is original client request, instead of URI modified by mod_rewrite.
  * DOCUMENT_ROOT changes if mod_alias or mod_userdir changes basedir.

7 years agotest port setup patch upstream note
Elan Ruusamäe [Sun, 25 Sep 2016 11:42:25 +0000 (14:42 +0300)]
test port setup patch upstream note

https://github.com/lighttpd/lighttpd1.4/pull/69

7 years agouse master branch for diff
Elan Ruusamäe [Thu, 1 Sep 2016 21:12:06 +0000 (00:12 +0300)]
use master branch for diff

7 years agobranch.sh: fetch refs properly
Elan Ruusamäe [Thu, 1 Sep 2016 21:06:47 +0000 (00:06 +0300)]
branch.sh: fetch refs properly

7 years agorevert accidental change in d409489 auto/ac/lighttpd-1.4.41-1
Elan Ruusamäe [Mon, 1 Aug 2016 07:46:51 +0000 (10:46 +0300)]
revert accidental change in d409489

7 years agoup to 1.4.41 auto/th/lighttpd-1.4.41-1
Elan Ruusamäe [Sun, 31 Jul 2016 21:37:14 +0000 (00:37 +0300)]
up to 1.4.41
- security fixes (including httpoxy defense)
- fix bugs introduced in 1.4.40

7 years ago- md5 auto/th/lighttpd-1.4.40-2
Arkadiusz Miśkiewicz [Sat, 30 Jul 2016 08:01:15 +0000 (10:01 +0200)]
- md5

7 years ago- rel 2; use branch diff until .41 is released
Arkadiusz Miśkiewicz [Sat, 30 Jul 2016 07:57:26 +0000 (09:57 +0200)]
- rel 2; use branch diff until .41 is released

7 years agobroken (ssl client connections timeout)
Elan Ruusamäe [Wed, 27 Jul 2016 13:49:56 +0000 (16:49 +0300)]
broken (ssl client connections timeout)

https://github.com/lighttpd/lighttpd1.4/commit/a95aaa9de984dc004dd1d4302147e8a0c23efb10

waiting for 1.4.41 release (should be released soonish)

7 years agobranch.sh: rebase against personal/gstrauss/master
Elan Ruusamäe [Wed, 27 Jul 2016 07:53:04 +0000 (10:53 +0300)]
branch.sh: rebase against personal/gstrauss/master

7 years agobranch.sh: use real git
Elan Ruusamäe [Wed, 27 Jul 2016 07:38:42 +0000 (10:38 +0300)]
branch.sh: use real git

this way can use personal branches which are not published on github

7 years agoupdate branch.sh to pull diff from github
Elan Ruusamäe [Wed, 27 Jul 2016 06:36:43 +0000 (09:36 +0300)]
update branch.sh to pull diff from github

7 years agoup to 1.4.40: major bug-fix release; hundreds of issues resolved in issue tracker auto/th/lighttpd-1.4.40-1
Elan Ruusamäe [Mon, 25 Jul 2016 11:13:52 +0000 (14:13 +0300)]
up to 1.4.40: major bug-fix release; hundreds of issues resolved in issue tracker

- -mod_evasive-status_code.patch disabled (unmaintained)

7 years agorun autoheader
Elan Ruusamäe [Mon, 2 May 2016 16:41:08 +0000 (19:41 +0300)]
run autoheader

8 years agoup to 1.4.39 auto/ac/lighttpd-1.4.39-1 auto/th/lighttpd-1.4.39-1
Elan Ruusamäe [Sun, 3 Jan 2016 11:11:16 +0000 (13:11 +0200)]
up to 1.4.39

fix crash resulting from a use after free (#2700) introduced in 1.4.36

8 years ago- release 2 (by relup.sh) auto/th/lighttpd-1.4.38-2
Jan Rękorajski [Thu, 24 Dec 2015 22:54:12 +0000 (23:54 +0100)]
- release 2 (by relup.sh)

8 years agoadd bcond for mod_h264_streaming auto/ac/lighttpd-1.4.38-1 auto/th/lighttpd-1.4.38-1
Elan Ruusamäe [Sun, 6 Dec 2015 11:03:27 +0000 (13:03 +0200)]
add bcond for mod_h264_streaming

disable it, as it doesn't build now

8 years agoup to 1.4.38
Elan Ruusamäe [Sun, 6 Dec 2015 10:14:58 +0000 (12:14 +0200)]
up to 1.4.38

Important changes

- mod_secdownload now requires an algorithm option to be set
- fix a header parse bug (#2670)
- sendfile support for darwin (just select "sendfile" as backend)

8 years agoup to 1.4.37 auto/th/lighttpd-1.4.37-1
Elan Ruusamäe [Sun, 30 Aug 2015 19:23:42 +0000 (22:23 +0300)]
up to 1.4.37

8 years ago- drop upstart support auto/th/lighttpd-1.4.36-3
Jan Rękorajski [Tue, 18 Aug 2015 13:58:01 +0000 (22:58 +0900)]
- drop upstart support
- rel 3

8 years agoalso upload to dropin auto/th/lighttpd-1.4.36-2
Elan Ruusamäe [Tue, 18 Aug 2015 12:34:04 +0000 (15:34 +0300)]
also upload to dropin

8 years agohotfix: fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx...
Elan Ruusamäe [Tue, 18 Aug 2015 10:07:48 +0000 (13:07 +0300)]
hotfix: fix out-of-filedescriptors when uploading "large" files (fixes #2660, thx rmilecki)

8 years agoexclude files which change version
Elan Ruusamäe [Tue, 18 Aug 2015 10:07:35 +0000 (13:07 +0300)]
exclude files which change version

8 years agoupdate md5 after branch.diff update
Elan Ruusamäe [Tue, 18 Aug 2015 10:04:09 +0000 (13:04 +0300)]
update md5 after branch.diff update

8 years agodrop lighttpd-branch.diff, use distfiles
Elan Ruusamäe [Tue, 18 Aug 2015 10:02:10 +0000 (13:02 +0300)]
drop lighttpd-branch.diff, use distfiles

8 years agoupdated branch.sh script to produce diffs from last svn tag
Elan Ruusamäe [Tue, 18 Aug 2015 10:01:46 +0000 (13:01 +0300)]
updated branch.sh script to produce diffs from last svn tag

8 years agofix dist-bzip2 auto/ac/lighttpd-1.4.36-1 auto/th/lighttpd-1.4.36-1
Elan Ruusamäe [Sun, 26 Jul 2015 16:06:25 +0000 (19:06 +0300)]
fix dist-bzip2

8 years agono dist-xz for ac
Elan Ruusamäe [Sun, 26 Jul 2015 15:57:35 +0000 (18:57 +0300)]
no dist-xz for ac

8 years agoup to 1.4.36
Elan Ruusamäe [Sun, 26 Jul 2015 15:23:12 +0000 (18:23 +0300)]
up to 1.4.36

Important changes:

- [ssl] disable SSL3.0 by default
- escape all strings for logging
- fix segfault when temp file for upload couldn't be created (found by coverity)
- changes to the internal API for buffers, chunks and more; 3rd party plugins are likely to break

ther fixes
- fix hex escape in accesslog (fixes #2559) CVE-2015-3200

9 years ago- x32 rebuild auto/th/lighttpd-1.4.35-6
Elan Ruusamäe [Sun, 1 Mar 2015 01:40:32 +0000 (03:40 +0200)]
- x32 rebuild
- release 6 (by relup.sh)

9 years agoadd webserver(headers) provide auto/th/lighttpd-1.4.35-5
Elan Ruusamäe [Thu, 19 Feb 2015 21:05:22 +0000 (23:05 +0200)]
add webserver(headers) provide

9 years agoAdd sample CORS header for font requests
Elan Ruusamäe [Thu, 19 Feb 2015 21:03:08 +0000 (23:03 +0200)]
Add sample CORS header for font requests

9 years agoremove serial-tests for ac auto/ac/lighttpd-1.4.35-4
Elan Ruusamäe [Fri, 2 Jan 2015 11:23:49 +0000 (13:23 +0200)]
remove serial-tests for ac

9 years ago- update to latest intermediate compatibility https://wiki.mozilla.org/Security/Serve...
Arkadiusz Miśkiewicz [Tue, 16 Dec 2014 14:56:42 +0000 (15:56 +0100)]
- update to latest intermediate compatibility https://wiki.mozilla.org/Security/Server_Side_TLS

9 years ago- we want perfect forward secrecy, too
Arkadiusz Miśkiewicz [Mon, 20 Oct 2014 13:34:32 +0000 (15:34 +0200)]
- we want perfect forward secrecy, too

9 years ago- disable sslv2/3
Arkadiusz Miśkiewicz [Mon, 20 Oct 2014 12:39:17 +0000 (14:39 +0200)]
- disable sslv2/3

9 years agosome doc about ssl conf params
Elan Ruusamäe [Fri, 8 Aug 2014 08:22:08 +0000 (11:22 +0300)]
some doc about ssl conf params

9 years agoupdate doc urls
Elan Ruusamäe [Fri, 8 Aug 2014 08:20:37 +0000 (11:20 +0300)]
update doc urls

9 years agouse virtual php(fcgi) auto/th/lighttpd-1.4.35-4
Elan Ruusamäe [Wed, 18 Jun 2014 09:17:14 +0000 (12:17 +0300)]
use virtual php(fcgi)

10 years agosample more debug variables
Elan Ruusamäe [Sat, 22 Mar 2014 15:36:42 +0000 (17:36 +0200)]
sample more debug variables

10 years agorel 3 auto/ac/lighttpd-1.4.35-3 auto/th/lighttpd-1.4.35-3
Elan Ruusamäe [Thu, 20 Mar 2014 17:46:00 +0000 (19:46 +0200)]
rel 3

10 years agorevert to before 1.4.29 behaviour what DOCUMENT_ROOT is in aliases and userdirs docroot
Elan Ruusamäe [Thu, 20 Mar 2014 16:02:05 +0000 (18:02 +0200)]
revert to before 1.4.29 behaviour what DOCUMENT_ROOT is in aliases and userdirs

revert:
[*cgi] Use physical base dir (alias, userdir) as DOCUMENT_ROOT in cgi environments (fixes #2216)

10 years ago1.4.35 (March 12, 2014); lighttpd SA-2014-01 auto/ac/lighttpd-1.4.35-1 auto/th/lighttpd-1.4.35-1
Elan Ruusamäe [Wed, 12 Mar 2014 20:02:31 +0000 (22:02 +0200)]
1.4.35 (March 12, 2014); lighttpd SA-2014-01

10 years agofix build with OPENSSL_NO_TLSEXT (old openssl on ac). lighttpd issue 2547 auto/ac/lighttpd-1.4.34-3
Elan Ruusamäe [Mon, 3 Mar 2014 09:56:09 +0000 (11:56 +0200)]
fix build with OPENSSL_NO_TLSEXT (old openssl on ac). lighttpd issue 2547

10 years agoadd tmpwatch for mod_compress auto/ac/lighttpd-1.4.34-2 auto/th/lighttpd-1.4.34-2
Elan Ruusamäe [Fri, 28 Feb 2014 21:03:07 +0000 (23:03 +0200)]
add tmpwatch for mod_compress

10 years agodescribe more config params. taken from upstream config auto/th/lighttpd-1.4.34-1
Elan Ruusamäe [Mon, 20 Jan 2014 22:34:53 +0000 (00:34 +0200)]
describe more config params. taken from upstream config

10 years agoupdate ssl.cipher-list from upstream tarball. should we enable that list by default?
Elan Ruusamäe [Mon, 20 Jan 2014 22:26:58 +0000 (22:26 +0000)]
update ssl.cipher-list from upstream tarball. should we enable that list by default?

10 years agoup to 1.4.34; addresses CVE-2013-4508, CVE-2013-4559, CVE-2013-4560
Elan Ruusamäe [Mon, 20 Jan 2014 22:25:31 +0000 (22:25 +0000)]
up to 1.4.34; addresses CVE-2013-4508, CVE-2013-4559, CVE-2013-4560

10 years agodrop $id tag
Elan Ruusamäe [Tue, 31 Dec 2013 09:24:45 +0000 (11:24 +0200)]
drop $id tag

10 years agouse php-fpm by default in sample config
Elan Ruusamäe [Thu, 7 Nov 2013 15:02:59 +0000 (17:02 +0200)]
use php-fpm by default in sample config

10 years agoadd info about mod_websocket code
Elan Ruusamäe [Thu, 31 Oct 2013 18:10:34 +0000 (20:10 +0200)]
add info about mod_websocket code

10 years agoup to 1.4.33 auto/th/lighttpd-1.4.33-1
Elan Ruusamäe [Mon, 30 Sep 2013 06:22:46 +0000 (09:22 +0300)]
up to 1.4.33

10 years ago- reported upstream
Arkadiusz Miśkiewicz [Wed, 5 Jun 2013 18:10:34 +0000 (20:10 +0200)]
- reported upstream

10 years ago- rel 2; avoid SEGV when crypt() returns error in case of invalid salt or wrong lack... auto/th/lighttpd-1.4.32-2
Arkadiusz Miśkiewicz [Wed, 5 Jun 2013 18:00:46 +0000 (20:00 +0200)]
- rel 2; avoid SEGV when crypt() returns error in case of invalid salt or wrong lack of nss freebl module

11 years agodon't use deprecated rewrite syntax auto/ti/lighttpd-1.4.32-1
Elan Ruusamäe [Wed, 2 Jan 2013 17:46:36 +0000 (19:46 +0200)]
don't use deprecated rewrite syntax

see 0ba2e99cdddea434151bdf7c34f673acf6b30665

11 years ago- update php-fpm socket path
Elan Ruusamäe [Wed, 28 Nov 2012 14:10:39 +0000 (16:10 +0200)]
- update php-fpm socket path

11 years ago- up to 1.4.32; fixes CVE-2012-5533 (affects only 1.4.31) auto/ac/lighttpd-1.4.32-1 auto/th/lighttpd-1.4.32-1
Elan Ruusamäe [Wed, 21 Nov 2012 15:52:18 +0000 (17:52 +0200)]
- up to 1.4.32; fixes CVE-2012-5533 (affects only 1.4.31)

11 years agothe systemd service file actually added
Jacek Konieczny [Sun, 11 Nov 2012 11:26:05 +0000 (12:26 +0100)]
the systemd service file actually added

11 years agosystemd unit added
Jacek Konieczny [Sun, 11 Nov 2012 11:17:56 +0000 (12:17 +0100)]
systemd unit added

11 years ago- rebuild to fix broken filedigests auto/th/lighttpd-1.4.31-5
Jan Rękorajski [Sun, 21 Oct 2012 15:45:11 +0000 (17:45 +0200)]
- rebuild to fix broken filedigests
- release 5 (by relup.sh)

11 years ago- disable tests, broken for a long time auto/ac/lighttpd-1.4.31-4
Elan Ruusamäe [Sat, 29 Sep 2012 10:01:50 +0000 (13:01 +0300)]
- disable tests, broken for a long time

11 years ago- don't patch for automake 1.11.2 on ac
Elan Ruusamäe [Sat, 29 Sep 2012 10:01:29 +0000 (13:01 +0300)]
- don't patch for automake 1.11.2 on ac

11 years agoprint deprecated warning of url.rewrite or url.rewrite-final from config auto/ac/lighttpd-1.4.31-3 auto/th/lighttpd-1.4.31-3
Elan Ruusamäe [Fri, 28 Sep 2012 14:53:51 +0000 (17:53 +0300)]
print deprecated warning of url.rewrite or url.rewrite-final from config

11 years agovariable for daemon processes
Elan Ruusamäe [Fri, 28 Sep 2012 14:29:02 +0000 (17:29 +0300)]
variable for daemon processes

11 years agouse variable for main config path
Elan Ruusamäe [Fri, 28 Sep 2012 14:25:19 +0000 (17:25 +0300)]
use variable for main config path

11 years ago- release 1 (by relup.sh) auto/th/lighttpd-1.4.31-2
Elan Ruusamäe [Sat, 25 Aug 2012 22:20:14 +0000 (01:20 +0300)]
- release 1 (by relup.sh)

11 years ago- another lighttpd-automake_1.12.patch fix
Jacek Konieczny [Wed, 20 Jun 2012 12:09:23 +0000 (12:09 +0000)]
- another lighttpd-automake_1.12.patch fix

Changed files:
    lighttpd-automake_1.12.patch -> 1.3

11 years ago- more automake 1.12 fixes
Jacek Konieczny [Wed, 20 Jun 2012 11:31:42 +0000 (11:31 +0000)]
- more automake 1.12 fixes

Changed files:
    lighttpd-automake_1.12.patch -> 1.2

11 years ago- actually apply the patch
Jacek Konieczny [Fri, 8 Jun 2012 08:00:07 +0000 (08:00 +0000)]
- actually apply the patch

Changed files:
    lighttpd.spec -> 1.367

11 years ago- automake-1.12 compatibility patch added
Jacek Konieczny [Fri, 8 Jun 2012 07:57:00 +0000 (07:57 +0000)]
- automake-1.12 compatibility patch added

Changed files:
    lighttpd-automake_1.12.patch -> 1.1
    lighttpd.spec -> 1.366

11 years ago- up to 1.4.31 auto/ac/lighttpd-1_4_31-1 auto/th/lighttpd-1_4_31-1
Elan Ruusamäe [Fri, 1 Jun 2012 12:36:06 +0000 (12:36 +0000)]
- up to 1.4.31

Changed files:
    lighttpd-openssl_TLSEXT_SNI.patch -> 1.2
    lighttpd.spec -> 1.365

11 years ago- tmpfiles deps and macros
Elan Ruusamäe [Fri, 6 Apr 2012 16:33:40 +0000 (16:33 +0000)]
- tmpfiles deps and macros

Changed files:
    lighttpd.spec -> 1.364

11 years ago- release 10 auto/th/lighttpd-1_4_30-10
Arkadiusz Miśkiewicz [Fri, 30 Mar 2012 15:28:27 +0000 (15:28 +0000)]
- release 10

Changed files:
    lighttpd.spec -> 1.363

11 years ago- release 9 auto/th/lighttpd-1_4_30-9
Arkadiusz Miśkiewicz [Wed, 28 Mar 2012 07:27:02 +0000 (07:27 +0000)]
- release 9

Changed files:
    lighttpd.spec -> 1.362

11 years ago- mimetype_textcharsetheader to tune (now) optional charset header for text/* content... auto/ac/lighttpd-1_4_30-8 auto/th/lighttpd-1_4_30-8 auto/ti/lighttpd-1_4_30-8
Elan Ruusamäe [Tue, 20 Mar 2012 16:50:15 +0000 (16:50 +0000)]
- mimetype_textcharsetheader to tune (now) optional charset header for text/* content-types
  see http://lists.pld-linux.org/mailman/pipermail/pld-devel-en/2012-February/022488.html for discussion

Changed files:
    lighttpd-mime.types.sh -> 1.4
    lighttpd.spec -> 1.361

This page took 0.083547 seconds and 4 git commands to generate.