diff options
author | drochner <drochner> | 2003-07-26 15:29:05 +0000 |
---|---|---|
committer | drochner <drochner> | 2003-07-26 15:29:05 +0000 |
commit | d684ce8d3ef531cbb259962cedc691579763e533 (patch) | |
tree | acae83b008655afbfe2ffbce997d8f4e8a20f3de /www | |
parent | 5c5ff19fe23426f9ef3b79f867613923cbd45c0f (diff) | |
download | pkgsrc-d684ce8d3ef531cbb259962cedc691579763e533.tar.gz |
update to 2.4.0
changes:
-bugfixes
-When closing connections, shutdown() the send side of TCP sockets to
prevent a TCP RST from trashing the reciept of data on the client (when
the client continues to send data to the application).
-some C++ API stuff
Diffstat (limited to 'www')
-rw-r--r-- | www/fcgi/Makefile | 5 | ||||
-rw-r--r-- | www/fcgi/distinfo | 8 | ||||
-rw-r--r-- | www/fcgi/patches/patch-aa | 12 |
3 files changed, 12 insertions, 13 deletions
diff --git a/www/fcgi/Makefile b/www/fcgi/Makefile index cc7a204dc23..3bc98a8d7d0 100644 --- a/www/fcgi/Makefile +++ b/www/fcgi/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:55:33 grant Exp $ +# $NetBSD: Makefile,v 1.8 2003/07/26 15:29:05 drochner Exp $ -DISTNAME= fcgi-2.2.2 -PKGREVISION= 1 +DISTNAME= fcgi-2.4.0 CATEGORIES= www devel MASTER_SITES= http://fastcgi.com/dist/ diff --git a/www/fcgi/distinfo b/www/fcgi/distinfo index 07d1d1e6456..55c2c854b53 100644 --- a/www/fcgi/distinfo +++ b/www/fcgi/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/10/09 00:07:17 jlam Exp $ +$NetBSD: distinfo,v 1.3 2003/07/26 15:29:06 drochner Exp $ -SHA1 (fcgi-2.2.2.tar.gz) = fa012bb17ee7a6522021c67b6560bfc17d30993b -Size (fcgi-2.2.2.tar.gz) = 447437 bytes -SHA1 (patch-aa) = f5155ffcc00459d4c34426c37541518b6f630b8a +SHA1 (fcgi-2.4.0.tar.gz) = 2329404159e8b8315e524b9eaf1de763202c6e6a +Size (fcgi-2.4.0.tar.gz) = 468682 bytes +SHA1 (patch-aa) = 13577b77ae3d124a5f27be0e456b470180c99550 diff --git a/www/fcgi/patches/patch-aa b/www/fcgi/patches/patch-aa index 4f19166b663..aeccf389d8b 100644 --- a/www/fcgi/patches/patch-aa +++ b/www/fcgi/patches/patch-aa @@ -1,11 +1,11 @@ -$NetBSD: patch-aa,v 1.1 2002/10/09 00:07:17 jlam Exp $ +$NetBSD: patch-aa,v 1.2 2003/07/26 15:29:08 drochner Exp $ ---- libfcgi/Makefile.in.orig Tue Oct 8 17:04:41 2002 -+++ libfcgi/Makefile.in -@@ -112,7 +112,7 @@ EXTRA_libfcgi_la_SOURCES = \ +--- libfcgi/Makefile.in.orig 2003-01-19 18:21:18.000000000 +0100 ++++ libfcgi/Makefile.in 2003-07-24 17:51:55.000000000 +0200 +@@ -115,7 +115,7 @@ + fcgio.cpp - - libfcgi___la_SOURCES = $(INCLUDE_FILES) $(INCLUDEDIR)/fcgio.h fcgio.cpp + libfcgi___la_CFLAGS = @PTHREAD_CFLAGS@ -libfcgi___la_LDFLAGS = -lfcgi -rpath @libdir@ +libfcgi___la_LDFLAGS = libfcgi.la -rpath @libdir@ subdir = libfcgi |