[Bug 209969] [MAINTAINER] Update Port: devel/libdombey to 5.29
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Jun 2 12:05:45 UTC 2016
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=209969
Bug ID: 209969
Summary: [MAINTAINER] Update Port: devel/libdombey to 5.29
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Some People
Priority: ---
Component: Individual Port(s)
Assignee: freebsd-ports-bugs at FreeBSD.org
Reporter: jimmy at mammothcheese.ca
Created attachment 170947
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=170947&action=edit
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.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list