Bug 60768 - [update] mini_httpd 1.18 -> 1.19
Summary: [update] mini_httpd 1.18 -> 1.19
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Stefan Eßer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-12-31 20:50 UTC by Matt Peterson
Modified: 2004-03-22 22:30 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (684 bytes, patch)
2003-12-31 20:50 UTC, Matt Peterson
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Peterson 2003-12-31 20:50:13 UTC
Upgrade of port to latest stable version, changelog for this update below:

    *  Prohibit "Host: ." and "Host: .." (David Leadbeater).
    * Use the specified charset in directory listings and errors (Jonas Ohlsson).
    * Close and re-open the log file on SIGHUP. This includes code to chown the log file when starting up as root so that after switching uids to nobody (or whatever user you configure) it can still be re-opened. And there's also code to tweak the logfile pathname after a chroot so that it still works.
    * Generate multiple MIME encodings in the correct order, and with the correct separator.
    * Re-wrote the read() and write() loops to handle EINTR and EAGAIN.
    * Save and restore errno in signal handlers.
    * Corrected possible buffer overflow in building CGI environment (Bernhard Reiter).
    * Simplified handling of HAVE_INT64T (Trisk). If this causes problems, e.g. if there are still systems which don't have "long long", we can back out the change.
    * Automatically add no-cache control header on error responses.
Comment 1 Pav Lucistnik freebsd_committer freebsd_triage 2003-12-31 20:54:56 UTC
Responsible Changed
From-To: freebsd-ports-bugs->se

Over to maintainer.
Comment 2 Stefan Eßer freebsd_committer freebsd_triage 2004-03-22 22:29:59 UTC
State Changed
From-To: open->closed

Committed.