aboutsummaryrefslogtreecommitdiffstats
path: root/community/thttpd
Commit message (Collapse)AuthorAgeFilesLines
* community/thttpd: added -openrc subpkg, updated APKBUILDFrancesco Colista2018-05-281-2/+4
|
* community/thttpd: upgrade to 2.29Francesco Colista2018-05-281-2/+2
|
* community/thttpd: upgrade to 2.28Francesco Colista2018-02-051-3/+3
|
* community/thttpd: fix serving of .gz and .Z filesRich Felker2017-11-012-1/+172
| | | | | | | | | | | | | | | | | | | thttpd erroneously treats these files as a compressed transfer encoding rather than as a content type. this causes conforming http clients to strip the compression and save a decompressed version when downloading. since this was historically a common httpd bug, some web browsers work around the problem by detecting the .gz extension and ignoring the server's reported transfer encoding, but others, including wget 1.19.2, save a decompressed file, breaking file integrity checking (based on a hash or signature of the original compressed file) and breaking scripts which pass the -z option to tar when extracting. add a patch which removes thttpd's support for extension-based content transfer encodings, and adds the missing mime types for gzip and compress. the patch has been written to be minimally invasive to the program logic, and thus leaves a for loop that breaks on the first iteration rather than rewriting it.
* community/thttpd: modernize abuildtmpfile2017-06-061-69/+44
|
* community/thttpd: moved from testingFrancesco Colista2016-08-2212-0/+259