Package: mini-httpd / 1.30-16
Metadata
| Package | Version | Patches format |
|---|---|---|
| mini-httpd | 1.30-16 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| 0001 fix autobuilders | (download) |
htpasswd.c |
1 1 + 0 - 0 ! |
include missing headers to ensure proper declarations |
| 0002 fix kfreebsd support | (download) |
port.h |
4 2 + 2 - 0 ! |
add support for gnu/kfreebsd, which defines |
| 0003 fix change index document root | (download) |
mini_httpd.c |
2 1 + 1 - 0 ! |
change the default document root to /var/www/html |
| 0004 manpage | (download) |
mini_httpd.8 |
2 1 + 1 - 0 ! |
manpage |
| 0005 cgi php | (download) |
mini_httpd.c |
4 3 + 1 - 0 ! |
mini_httpd does not run php cgi |
| 0006 fix makefile | (download) |
Makefile |
15 6 + 9 - 0 ! |
change destdir and lcflags |
| 0007 manpage hyphen | (download) |
htpasswd.1 |
2 1 + 1 - 0 ! |
escape minus signs as needed. |
| 0008 fix ftbfs kfreebsd amd64 | (download) |
mini_httpd.c |
2 1 + 1 - 0 ! |
fix ftbfs in kfreebsd-amd64 where int64_t is already declared, but HAVE_INT64T is not defined |
| 0009 fix nullpointer dereference | (download) |
mini_httpd.c |
3 2 + 1 - 0 ! |
fix-nullpointer-dereference |
| 0010 strip port numbers in vhost | (download) |
mini_httpd.c |
6 6 + 0 - 0 ! |
strip-port-numbers-in-vhost Bug-Debian: https://bugs.debian.org/491078 |
| 0011 fix typo in documentation maxage | (download) |
mini_httpd.8 |
4 2 + 2 - 0 ! |
fixes typo describing maxage config option This was wrongly documented as maxage when source code expects max_age. |
| 0012 cgi nph response | (download) |
mini_httpd.c |
12 7 + 5 - 0 ! |
fixes bug where nph script gets additional wrong http 200/ok |
| 0013 fix charset string | (download) |
mini_httpd.c |
11 6 + 5 - 0 ! |
fixes broken charset parsing in do_dir and send_error functions which results in a literal charset=%s getting passed to the browser. |
| 0014 silence cgi stderr | (download) |
mini_httpd.c |
13 13 + 0 - 0 ! |
stops cgi scripts outputting stderr to client which is not compliant with CGI RFC. |
| 0015 log cgi calls | (download) |
mini_httpd.c |
2 1 + 1 - 0 ! |
emit log entry when cgi script is called, enables referrer analysis |
| 0016 document systemd | (download) |
mini_httpd.8 |
7 7 + 0 - 0 ! |
document new systemd service along with old init.d script |
| 0017 fix compilation warns | (download) |
htpasswd.c |
13 11 + 2 - 0 ! |
fix compilation warnings spanning various functions. Fixes a few compilation warnings such as quite serious cases where the return code of getcwd or system were silently ignored, leading to no logs in case of serious problems, or running in a restricted environment. A small minority I just pragma'ed away due to a high risk of changing legacy behavior when rewriting. |
