summaryrefslogtreecommitdiff
path: root/www/ap2-fcgid
diff options
context:
space:
mode:
authorabs <abs>2008-04-17 18:18:08 +0000
committerabs <abs>2008-04-17 18:18:08 +0000
commitf191e049ce5914d36411e51ed83fe2816e7f24d2 (patch)
treeba0dc002349564ea6ce349513c016f65b2503547 /www/ap2-fcgid
parent4437aaa831815d3e027cf9aff694c19fff1c88c0 (diff)
downloadpkgsrc-f191e049ce5914d36411e51ed83fe2816e7f24d2.tar.gz
update www/ap2-fcgid from 2.0 to 2.2
pkgsrc changes: replace MAKE_FLAGS+= INCLUDES="-I${LOCALBASE}/include/httpd" with MAKE_FLAGS+= INCLUDES="-I${BUILDLINK_PREFIX.apache}/include/httpd" Version2.2 (Jul 31st 2007) 1. Support configuration "PassHeader" Thank Hans Christian Saustrup for the suggestion. 2. Support apr_shm_remove() in httpd.2.0.X Thank Hans Christian Saustrup for bug report. 3. Support configuration "TimeScore" Thank Tim Jensen for the patch. 4. Support new configurations "MaxRequestInMem" and "MaxRequestLen" If the length of http request longer than "MaxRequestInMem", it will store in tmp file. It the length of http request longer than "MaxRequestLen", it will return internal server error. Thank Gabriel Barazer(gabriel at oxeva.fr) for the bug report. Thank Steffen(info at apachelounge.com) for the help on this issue. 5. Fix miner Sanity check bug Thank Yuya Tanaka for bug report UNIX&Win32 source: mod_fcgid.2.2.tar.gz Version2.1 ( Feb 15th 2007 ) 1. Add missing config.m4 and Makefile.in for static linking Thank Mark Drago for notice 2. FCGIWrapper disallowed in .htaccess Thank Balinares for patch 3. Bug fix. Authoritative flag reversed Thank Chris Darroch for the patch 4. Support arguments in FCGIWrapper Thank Andre Nathan for suggestion and great help on testing it. 5. Support new config "SharememPath", which specifies the location of share memory path. 6. Check running user is root or not, while suexec is enabled. Thank Chris Holleman for the bug report. 7. Bug fix. Should not pass respond to auth checkers. Thank Szabolcs Hock for bug report.
Diffstat (limited to 'www/ap2-fcgid')
-rw-r--r--www/ap2-fcgid/Makefile10
-rw-r--r--www/ap2-fcgid/distinfo8
2 files changed, 8 insertions, 10 deletions
diff --git a/www/ap2-fcgid/Makefile b/www/ap2-fcgid/Makefile
index 225145d96e5..2a48c27a70c 100644
--- a/www/ap2-fcgid/Makefile
+++ b/www/ap2-fcgid/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2007/06/30 16:09:08 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2008/04/17 18:18:08 abs Exp $
-DISTNAME= mod_fcgid.2.0
-PKGNAME= ${APACHE_PKG_PREFIX}-fcgid-2.0
-PKGREVISION= 1
+DISTNAME= mod_fcgid.2.2
+PKGNAME= ${APACHE_PKG_PREFIX}-fcgid-2.2
CATEGORIES= www
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mod-fcgid/}
@@ -15,7 +14,7 @@ APACHE_MODULE= YES
USE_LIBTOOL= YES
MAKE_FLAGS+= LIBTOOL=${LIBTOOL:Q}
-MAKE_FLAGS+= INCLUDES="-I${LOCALBASE}/include/httpd"
+MAKE_FLAGS+= INCLUDES="-I${BUILDLINK_PREFIX.apache}/include/httpd"
SUBST_CLASSES+= ap2
SUBST_STAGE.ap2= pre-build
@@ -23,5 +22,4 @@ SUBST_FILES.ap2= Makefile
SUBST_SED.ap2= -e s,/usr/local/apache2,${PREFIX}/share/httpd,
.include "../../mk/apache.mk"
-
.include "../../mk/bsd.pkg.mk"
diff --git a/www/ap2-fcgid/distinfo b/www/ap2-fcgid/distinfo
index e75679a9840..9213544658c 100644
--- a/www/ap2-fcgid/distinfo
+++ b/www/ap2-fcgid/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.1.1.1 2007/01/25 20:22:54 abs Exp $
+$NetBSD: distinfo,v 1.2 2008/04/17 18:18:08 abs Exp $
-SHA1 (mod_fcgid.2.0.tar.gz) = 386f1c6f44bbbdd599392ae2fbf0170a8f8d5e80
-RMD160 (mod_fcgid.2.0.tar.gz) = 6e62c6c1a828489d3faa5b074e21688a449f9ca3
-Size (mod_fcgid.2.0.tar.gz) = 274974 bytes
+SHA1 (mod_fcgid.2.2.tar.gz) = dc817a20ad6528480a441e4b7ad6920ec11c55e0
+RMD160 (mod_fcgid.2.2.tar.gz) = 9c45c2b25fcf0f4069cee4fb8917493f0a13b338
+Size (mod_fcgid.2.2.tar.gz) = 56954 bytes