]> git.pld-linux.org Git - packages/lighttpd.git/log
packages/lighttpd.git
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

11 years ago- rel 7 auto/th/lighttpd-1_4_30-7 auto/ti/lighttpd-1_4_30-7
Jan Rękorajski [Sun, 5 Feb 2012 11:42:13 +0000 (11:42 +0000)]
- rel 7
- revert last commit, log dir is owned by root:root

Changed files:
    lighttpd.logrotate -> 1.10
    lighttpd.spec -> 1.360

11 years ago- rel 6 auto/th/lighttpd-1_4_30-6
Jan Rękorajski [Sun, 5 Feb 2012 11:04:32 +0000 (11:04 +0000)]
- rel 6
- logrotate 3.8.0 requires "su" option for non-root writable dirs

Changed files:
    lighttpd.logrotate -> 1.9
    lighttpd.spec -> 1.359

11 years ago- release 5 auto/th/lighttpd-1_4_30-5
Jan Rękorajski [Tue, 31 Jan 2012 11:52:52 +0000 (11:52 +0000)]
- release 5

Changed files:
    lighttpd.spec -> 1.358

11 years ago- added tmpfiles config for systemd
Jan Rękorajski [Tue, 31 Jan 2012 11:31:39 +0000 (11:31 +0000)]
- added tmpfiles config for systemd

Changed files:
    lighttpd.spec -> 1.357

11 years ago- add systemd tmpfiles config
Jan Rękorajski [Mon, 30 Jan 2012 18:49:32 +0000 (18:49 +0000)]
- add systemd tmpfiles config

Changed files:
    lighttpd.tmpfiles -> 1.1

11 years ago- added lighttpd-openssl_TLSEXT_SNI.patch (only needed in 1.4.30) auto/ac/lighttpd-1_4_30-4
marti [Mon, 30 Jan 2012 12:02:45 +0000 (12:02 +0000)]
- added lighttpd-openssl_TLSEXT_SNI.patch (only needed in 1.4.30)
- fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI
- link to rev: http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2822

Changed files:
    lighttpd.spec -> 1.356

11 years ago- fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI
marti [Mon, 30 Jan 2012 08:59:29 +0000 (08:59 +0000)]
- fix segfault in counting renegotiations for openssl versions without TLSEXT/SNI
- link to rev: http://redmine.lighttpd.net/projects/lighttpd/repository/revisions/2822

Changed files:
    lighttpd-openssl_TLSEXT_SNI.patch -> 1.1

11 years ago- add charset to text content-types; default as utf8 auto/th/lighttpd-1_4_30-3
Elan Ruusamäe [Sun, 22 Jan 2012 20:52:51 +0000 (20:52 +0000)]
- add charset to text content-types; default as utf8

Changed files:
    lighttpd-mime.types.sh -> 1.3
    lighttpd.spec -> 1.355

11 years ago- release 2 auto/th/lighttpd-1_4_30-2
Elan Ruusamäe [Wed, 18 Jan 2012 12:15:25 +0000 (12:15 +0000)]
- release 2

Changed files:
    lighttpd.spec -> 1.354

11 years ago- up to r2825
Elan Ruusamäe [Thu, 5 Jan 2012 18:26:13 +0000 (18:26 +0000)]
- up to r2825

Changed files:
    branch.sh -> 1.22

11 years ago- add php-fpm status uri sample
Elan Ruusamäe [Wed, 21 Dec 2011 17:04:17 +0000 (17:04 +0000)]
- add php-fpm status uri sample

Changed files:
    lighttpd-php-external.conf -> 1.14

11 years ago- mitigate against BEAST attacks, see https://redmine.lighttpd.net/issues/2364
Elan Ruusamäe [Mon, 19 Dec 2011 14:40:50 +0000 (14:40 +0000)]
- mitigate against BEAST attacks, see https://redmine.lighttpd.net/issues/2364

Changed files:
    lighttpd-ssl.conf -> 1.4

11 years ago- randomize test port on builders on same hardware auto/ac/lighttpd-1_4_30-1
Elan Ruusamäe [Mon, 19 Dec 2011 12:42:48 +0000 (12:42 +0000)]
- randomize test port on builders on same hardware

Changed files:
    lighttpd.spec -> 1.353
    test-port-setup.patch -> 1.1

11 years ago- up to 1.4.30 auto/th/lighttpd-1_4_30-1
Elan Ruusamäe [Mon, 19 Dec 2011 12:36:05 +0000 (12:36 +0000)]
- up to 1.4.30

Changed files:
    lighttpd.spec -> 1.352

11 years ago- branch update: auto/ac/lighttpd-1_4_29-5 auto/th/lighttpd-1_4_29-5
Elan Ruusamäe [Thu, 8 Dec 2011 17:44:33 +0000 (17:44 +0000)]
- branch update:
  [ssl] fix ssl connection aborts if files are larger than the MAX_WRITE_LIMIT (256kb)

Changed files:
    lighttpd-branch.diff -> 1.71
    lighttpd.spec -> 1.351

11 years ago- update branch diff: auto/ac/lighttpd-1_4_29-4 auto/th/lighttpd-1_4_29-4
Elan Ruusamäe [Thu, 1 Dec 2011 11:11:19 +0000 (11:11 +0000)]
- update branch diff:
  [mod_auth] Fix signedness error in http_auth (fixes #2370, CVE-2011-4362)
- rel 4

Changed files:
    branch.sh -> 1.21
    lighttpd-branch.diff -> 1.70
    lighttpd.spec -> 1.350

11 years ago- R update
Elan Ruusamäe [Sun, 25 Sep 2011 09:51:26 +0000 (09:51 +0000)]
- R update

Changed files:
    lighttpd.spec -> 1.349

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