Bug 209969 - devel/libdombey: Update to 5.29
Summary: devel/libdombey: Update to 5.29
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: Thomas Zander
URL:
Keywords: easy, needs-qa, patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-06-02 12:05 UTC by jimmy
Modified: 2016-06-05 10:17 UTC (History)
2 users (show)

See Also:


Attachments
patch (983 bytes, patch)
2016-06-02 12:05 UTC, jimmy
jimmy: maintainer-approval+
jimmy: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jimmy 2016-06-02 12:05:45 UTC
Created attachment 170947 [details]
patch

Made scgi_get_env(), scgi_get_param(), scgi_get_cookie(), and
scgi_get_file() consistently reject NULL arguments in all servers.

Changed the acceptable parameter quantities to 25 environment variables, 50
parameters, 50 files, and 25 cookies.

Added hash table index to speed up scgi_get_env(), scgi_get_param(), 
scgi_get_cookie(), and scgi_get_file().

Fixed "make debug" target for the threaded library.  Added description of
use of debugging builds to manuals.

Fixed scgi_get_file() in event.c.  It was returning char * when it needed
to return char **.

Clarified used of the -x option in manuals.
Comment 1 VK 2016-06-02 14:08:49 UTC
Comment on attachment 170947 [details]
patch

Thanks for the patch. Please approve the patches for ports you maintain by flagging them maintainer-approval+, that way the report becomes visible in the "Maintainer Approved" saved search (at the bottom). ;)
Comment 2 commit-hook freebsd_committer freebsd_triage 2016-06-05 10:02:18 UTC
A commit references this bug:

Author: riggs
Date: Sun Jun  5 10:01:46 UTC 2016
New revision: 416390
URL: https://svnweb.freebsd.org/changeset/ports/416390

Log:
  Update to upstream version 5.29

  Detailed maintainer log:

  - Made scgi_get_env(), scgi_get_param(), scgi_get_cookie(), and
    scgi_get_file() consistently reject NULL arguments in all servers.
  - Changed the acceptable parameter quantities to 25 environment variables,
    50 parameters, 50 files, and 25 cookies.
  - Added hash table index to speed up scgi_get_env(), scgi_get_param(),
    scgi_get_cookie(), and scgi_get_file().
  - Fixed "make debug" target for the threaded library.  Added description of
    use of debugging builds to manuals.
  - Fixed scgi_get_file() in event.c.  It was returning char * when it needed
    to return char **.
  - Clarified used of the -x option in manuals.

  PR:		209969
  Submitted by:	jimmy@mammothcheese.ca (maintainer)

Changes:
  head/devel/libdombey/Makefile
  head/devel/libdombey/distinfo