diff options
author | sno <sno@pkgsrc.org> | 2010-02-18 09:02:29 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2010-02-18 09:02:29 +0000 |
commit | d01f014182f49f7aff74aa1287670b164a571400 (patch) | |
tree | 2f8f80eac50d61eae885af19e661965e6d5a5a9b /www/p5-FCGI | |
parent | 443780491be2cd4f1bf38d7bf786283d2eb86e85 (diff) | |
download | pkgsrc-d01f014182f49f7aff74aa1287670b164a571400.tar.gz |
Updating www/p5-FCGI from 0.68 to 0.69
pkgsrc changes:
- Note that it uses C language
Upstream changes:
Version 0.69 -- 15 Feb 2010 <mst@shadowcat.co.uk> Matt S Trout
o No changes since the previous development release.
Version 0.68_02 -- 13 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout
o Make the PRINT method return a boolean value rather than the
number of bytes written, previous patch was incorrect.
Version 0.68_01 -- 10 Jan 2010 <mst@shadowcat.co.uk> Matt S Trout
o Force signal handler installation so that we correctly install handlers
for SIGPIPE. Fixes RT#5100 <bobtfish@bobtfish.net>
o Make the PRINT method return the number of bytes written rather than
undef to be consistent with the IO:: interface. Fixes RT#24347
<David Dick>
o Fix UTF-8 double encoding when FCGI is passed octets by downgrading
them into bytes correctly. Fixes RT#52400 <chansen@cpan.org>
Diffstat (limited to 'www/p5-FCGI')
-rw-r--r-- | www/p5-FCGI/Makefile | 5 | ||||
-rw-r--r-- | www/p5-FCGI/distinfo | 8 |
2 files changed, 7 insertions, 6 deletions
diff --git a/www/p5-FCGI/Makefile b/www/p5-FCGI/Makefile index 6966dbda229..1621e3b5e4c 100644 --- a/www/p5-FCGI/Makefile +++ b/www/p5-FCGI/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.24 2010/01/16 22:53:54 sno Exp $ +# $NetBSD: Makefile,v 1.25 2010/02/18 09:02:29 sno Exp $ # -DISTNAME= FCGI-0.68 +DISTNAME= FCGI-0.69 PKGNAME= p5-${DISTNAME} #PKGREVISION= 3 SVR4_PKGNAME= p5fcg @@ -12,6 +12,7 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.fastcgi.com/ COMMENT= Perl5 library for FastCGI, a fast startup alternative to CGI +USE_LANGUAGES+= c PKG_DESTDIR_SUPPORT= user-destdir PERL5_PACKLIST= auto/FCGI/.packlist diff --git a/www/p5-FCGI/distinfo b/www/p5-FCGI/distinfo index c1f5f1caa9e..d68e15ebfa3 100644 --- a/www/p5-FCGI/distinfo +++ b/www/p5-FCGI/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/01/16 22:53:54 sno Exp $ +$NetBSD: distinfo,v 1.6 2010/02/18 09:02:29 sno Exp $ -SHA1 (FCGI-0.68.tar.gz) = 34ac08d9c8b435bec6a7d4d27dd0c9bc25aa7924 -RMD160 (FCGI-0.68.tar.gz) = c5df09b55a87b84e3a4b8c6e06ac286d7cf31061 -Size (FCGI-0.68.tar.gz) = 90813 bytes +SHA1 (FCGI-0.69.tar.gz) = a0e44fd0ff81c3fab41769204a6b12186b9d3395 +RMD160 (FCGI-0.69.tar.gz) = dddba6602a1e8cecb304f8463f763c8e0c538c75 +Size (FCGI-0.69.tar.gz) = 91212 bytes |