Bug 214859

Summary: www/mini_httpd: Update to 1.26
Product: Ports & Packages Reporter: Craig Leres <leres>
Component: Individual Port(s)Assignee: Emanuel Haupt <ehaupt>
Status: Closed FIXED    
Severity: Affects Some People CC: ehaupt, jef
Priority: --- Keywords: patch
Version: LatestFlags: vlad-fbsd: merge-quarterly?
Hardware: Any   
OS: Any   
Bug Depends on:    
Bug Blocks: 214854    
Attachments:
Description Flags
patch
leres: maintainer-approval+
poudriere build log (9.3-RELEASE) none

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