Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Jun 2016 12:05:45 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 209969] [MAINTAINER] Update Port: devel/libdombey to 5.29
Message-ID:  <bug-209969-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D209969

            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@FreeBSD.org
          Reporter: jimmy@mammothcheese.ca

Created attachment 170947
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D170947&action=
=3Dedit
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(),=20
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.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-209969-13>