Bug 214859 - www/mini_httpd: Update to 1.26
Summary: www/mini_httpd: Update to 1.26
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Emanuel Haupt
URL:
Keywords: patch
Depends on:
Blocks: 214854
  Show dependency treegraph
 
Reported: 2016-11-26 21:45 UTC by Craig Leres
Modified: 2016-12-02 15:15 UTC (History)
2 users (show)

See Also:
vlad-fbsd: merge-quarterly?


Attachments
patch (889 bytes, patch)
2016-11-26 21:45 UTC, Craig Leres
leres: maintainer-approval+
Details | Diff
poudriere build log (9.3-RELEASE) (16.62 KB, text/plain)
2016-11-26 21:46 UTC, Craig Leres
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Craig Leres freebsd_committer freebsd_triage 2016-11-26 21:45:18 UTC
Created attachment 177421 [details]
patch

Update to 1.26, notes from upstream:

    New in version 1.26:

    Long-standing bug on FreeBSD using http but not https. Files 
    were getting truncated at 1MB. This was due to improper usage
    of sendfile(2), and not testing the http path since I only use
    mini_httpd for https. Since Linux has a completely different
    sendfile(2) call, it was not affected. And since https does not
    use sendfile(2), it also was not affected.

This version resolves PR 214854.
Comment 1 Craig Leres freebsd_committer freebsd_triage 2016-11-26 21:46:26 UTC
Created attachment 177422 [details]
poudriere build log (9.3-RELEASE)
Comment 2 Emanuel Haupt freebsd_committer freebsd_triage 2016-12-02 15:15:40 UTC
Committed, thanks.
Comment 3 commit-hook freebsd_committer freebsd_triage 2016-12-02 15:15:44 UTC
A commit references this bug:

Author: ehaupt
Date: Fri Dec  2 15:14:54 UTC 2016
New revision: 427563
URL: https://svnweb.freebsd.org/changeset/ports/427563

Log:
  Update to 1.26

  PR:		214859
  Submitted by:	leres@ee.lbl.gov (maintainer)

Changes:
  head/www/mini_httpd/Makefile
  head/www/mini_httpd/distinfo