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>
This commit is contained in:
sno 2010-02-18 09:02:29 +00:00
parent 443780491b
commit d01f014182
2 changed files with 7 additions and 6 deletions

View file

@ -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

View file

@ -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