Version 0.73 -- 19 May 2011 <rafl@debian.org>
o Stop claiming we ship a file called -e in the MANIFEST.
Version 0.72 -- 19 May 2011 <rafl@debian.org>
o Clean up Makefile.PL and restore compatibility with recent
ExtUtils::MakeMaker versions.
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=..."), minus the packages updated after
the perl package update.
sno@ was right after all, obache@ kindly asked and he@ led the
way. Thanks!
Pkgsrc changes:
- placate pkglint
Upstream changes:
Version 0.71 -- 1 Apr 2010 <rafl@debian.org> Florian Ragwitz
o Fix some more defined(%hash) warnings on perl 5.12.
Version 0.70 -- 22 Mar 2010 <bobtfish@bobtfish.net> Tomas Doran
o Fix use of defined %hash which becomes deprecated in perl 5.12
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>
Upstream changes:
Version 0.68 -- 31 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout
o No changes since the previous development release.
Version 0.67_01 -- 20 Dec 2009 <mst@shadowcat.co.uk> Matt S Trout
o Add FILENO method which returns a defined but invalid value to
placate things such as IPC::Run which call fileno to check if a
filehandle is open.
Closes bugs:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=544540http://rt.cpan.org/Public/Bug/Display.html?id=50972
Removes need for upstream patch in OpenBSD <bobtfish@bobtfish.net>
o Call the fcgi lib's attach/detach <robs@fastcgi.com>
to trigger/signal a rebuild for the transition 5.8.8 -> 5.10.0.
The list of packages is computed by finding all packages which end
up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl,
or PERL5_PACKLIST defined in their make setup (tested via
"make show-vars VARNAMES=...").
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
module directory has changed (eg. "darwin-2level" vs.
"darwin-thread-multi-2level").
binary packages of perl modules need to be distinguishable between
being built against threaded perl and unthreaded perl, so bump the
PKGREVISION of all perl module packages and introduce
BUILDLINK_RECOMMENDED for perl as perl>=5.8.5nb5 so the correct
dependencies are registered and the binary packages are distinct.
addresses PR pkg/28619 from H. Todd Fujinaka.
o New pure perl version (not built though, experimental)
o More perl 5.8.0 compatibility
o library fixes
o fix perl 5.005 compatibility problem
o fix strict warning
o Update build process
o Fix refcounting bug
o Add GetEnvironment for pure version
o Add LastCall method
o Allow filehandle for Request's socket parameter
o Add BINMODE method
o convert echo.fpl to new interface
The automatic truncation in gensolpkg doesn't work for packages which
have the same package name for the first 5-6 chars.
e.g. amanda-server and amanda-client would be named amanda and amanda.
Now, we add a SVR4_PKGNAME and use amacl for amanda-client and amase for
amanda-server.
All svr4 packages also have a vendor tag, so we have to reserve some chars
for this tag, which is normaly 3 or 4 chars. Thats why we can only use 6
or 5 chars for SVR4_PKGNAME. I used 5 for all the packages, to give the
vendor tag enough room.
All p5-* packages and a few other packages have now a SVR4_PKGNAME.
o fix bug introduced in 0.57
o don't flush unbound request
o add example remote.fpl
o provide access to the Request parameters
o add IsFastCGI method
o fix warn handler
o small documentation fix
o compilation issues with older perls fixed
o library initialization when using sockets fixed
o library fixes ("Rob Saccoccio" <robs@ipass.net>)
o compilation issues with newer gcc
o completely untested OPEN and READLINE methods
o sfio version compiles again
o General clean-ups
o Allow attaching/detaching
o Changed DESTROY behaviour
o Fixed default warn/die handler of old interface
o Document new interface
ones to do, and each compiled and installed/de-installed apparently
correctly.
As a side effect of the dynamic PLIST, we no longer need to have separate
-static and -shared PLISTs. It's now easier than ever to make a perl5
package for NetBSD :)
Changes include:
o perl 5.005_60 compatibility (not that it matters, yet)
o locking on platforms that need it
o support for remote connections
o move PRINTF into correct package
o deprecated set_exit_status
o general cleanup, moving old non thread safe interface
from xs to perl
o new thread safe interface
o new threaded example program
o FCGI.pm now part of the devel kit
o library fixes ("Rob Saccoccio" <robs@ipass.net>)
o allow bypassing of installation of handlers
o ActivePerl compatibility (Murray Nesbitt <murray@ActiveState.com>)
o POST on bigendians (Paul GABORIT <gaborit@enstimac.fr>)
o Some win32 changes (Monty <xiphmont@fastserv.com>)
o library fixes ("Rob Saccoccio" <robs@ipass.net>)