Debian Patches
Status for mini-httpd/1.30-16
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-fix-autobuilders | include missing headers to ensure proper declarations mini_httpd uses several standard C functions without including the proper headers needed to pick up their declarations. One of these functions, crypt(), returns a pointer. Failure to include the header means the return type is assumed to be an int, which means the pointer is implicitly cast to an int, which loses data on 64-bit architectures. =================================================================== |
Steve Langasek <steve.langasek@ubuntu.com> | not-needed | 2016-04-03 | ||
| 0002-fix-kfreebsd-support | add support for GNU/kFreeBSD, which defines =================================================================== |
Debian QA Group <packages@qa.debian.org> | not-needed | 2019-07-12 | ||
| 0003-fix-change-index-document-root | Change the default document root to /var/www/html =================================================================== |
Debian QA Group <packages@qa.debian.org> | not-needed | 2019-07-12 | ||
| 0004-manpage | manpage #!/bin/sh /usr/share/dpatch/dpatch-run ## 01-manpage.dpatch by Marvin Stark <marv@der-marv.de> ## ## DP: Fix manpage character error. @DPATCH@ |
Debian QA Group <packages@qa.debian.org> | not-needed | 2019-07-12 | ||
| 0005-cgi-php | mini_httpd does not run php cgi shows following error: "No input file specified". Later edit: Referencing #1057842, adds index.mini-httpd.html at the bottom of the array to preserve compatibility with older versions which still search for the file as the second DocumentRoot default =================================================================== |
Debian QA Group <packages@qa.debian.org> | not-needed | 2019-07-12 | ||
| 0006-fix-makefile | Change DESTDIR and LCFLAGS =================================================================== |
Jose dos Santos Junior <j.s.junior@live.com> | not-needed | 2015-09-05 | ||
| 0007-manpage-hyphen | Escape minus signs as needed. | Raphael Geissert <geissert@debian.org> | not-needed | 2015-09-05 | ||
| 0008-fix-ftbfs-kfreebsd-amd64 | fix FTBFS in kfreebsd-amd64 where int64_t is already declared, but HAVE_INT64T is not defined | Mattia Rizzolo <mattia@debian.org> | not-needed | debian | 2016-06-17 | |
| 0009-fix-nullpointer-dereference | fix-nullpointer-dereference | Debian QA Group <packages@qa.debian.org> | not-needed | 2019-07-12 | ||
| 0010-strip-port-numbers-in-vhost | strip-port-numbers-in-vhost | Alexandru Mihail <alexandru.mihail2897@gmail.com> | not-needed | debian | 2023-09-21 | |
| 0011-fix-typo-in-documentation-maxage | Fixes typo describing maxage config option This was wrongly documented as maxage when source code expects max_age. | Alexandru Mihail alexandru.mihail2897@gmail.com | not-needed | maintainer | 2024-01-19 | |
| 0012-cgi-nph-response | Fixes bug where NPH script gets additional wrong HTTP 200/OK | Alexandru Mihail, alexandru.mihail2897@gmail.com | not-needed | maintainer | 2024-03-08 | |
| 0013-fix-charset-string | Fixes broken charset parsing in do_dir and send_error functions which results in a literal charset=%s getting passed to the browser. |
Alexandru Mihail, alexandru.mihail2897@gmail.com | not-needed | maintainer | 2024-03-30 | |
| 0014-silence-cgi-stderr | Stops CGI scripts outputting stderr to client which is not compliant with CGI RFC. | Alexandru Mihail, alexandru.mihail2897@gmail.com | not-needed | maintainer | 2024-06-19 | |
| 0015-log-cgi-calls | Emit log entry when CGI script is called, enables referrer analysis | Alexandru Mihail, alexandru.mihail2897@gmail.com | not-needed | maintainer | 2024-06-19 | |
| 0016-document-systemd | Document new systemd service along with old init.d script | Alexandru Mihail <alexandru.mihail2897@gmail.com> | not-needed | maintainer | 2025-03-09 | |
| 0017-fix-compilation-warns | 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. |
Alexandru Mihail <alexandru.mihail2897@gmail.com> | not-needed | maintainer | 2026-02-26 |
