Date: Sun, 5 Jun 2016 10:01:46 +0000 (UTC) From: Thomas Zander <riggs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r416390 - head/devel/libdombey Message-ID: <201606051001.u55A1kpS028742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: riggs Date: Sun Jun 5 10:01:46 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) Modified: head/devel/libdombey/Makefile head/devel/libdombey/distinfo Modified: head/devel/libdombey/Makefile ============================================================================== --- head/devel/libdombey/Makefile Sun Jun 5 09:08:50 2016 (r416389) +++ head/devel/libdombey/Makefile Sun Jun 5 10:01:46 2016 (r416390) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libdombey -PORTVERSION= 5.28 +PORTVERSION= 5.29 CATEGORIES= devel MASTER_SITES= http://www.mammothcheese.ca/ Modified: head/devel/libdombey/distinfo ============================================================================== --- head/devel/libdombey/distinfo Sun Jun 5 09:08:50 2016 (r416389) +++ head/devel/libdombey/distinfo Sun Jun 5 10:01:46 2016 (r416390) @@ -1,3 +1,3 @@ -TIMESTAMP = 1463540294 -SHA256 (libdombey-5.28.tar.gz) = c518b8f1d8dfbdf6e9e6d77a5a8fd0ba957925e26cbe9c7b367ff2203eee5ddc -SIZE (libdombey-5.28.tar.gz) = 53274 +TIMESTAMP = 1464867742 +SHA256 (libdombey-5.29.tar.gz) = b7024f1d0f22d5dbf07cbfe44611a67400702045ae910762d60cee48cc41fb1c +SIZE (libdombey-5.29.tar.gz) = 55680
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606051001.u55A1kpS028742>