2012-03-22 15:10:06 by Jens Rehsack | Files touched by this commit (2) | |
Log message:
Update package for Perl5 module Params::Validate from CPAN in
devel/p5-Params-Validate from 1.00 to 1.06.
pkgsrc changes:
- add Module::Implementation requirement
Upstream changes:
1.06 2012-02-10
- Shut up warnings when XS is loaded on older 5.8.x Perl versions. Reported by
Aaron James Trevena. RT #74742.
1.05 2012-02-08
- The XS code had a code path where it could pass the contents of a Perl
variable as the first argument to the XS croak() subroutine. This subroutine
is like printf(), and should receive a format string as its first
argument. According to RT #74777, this can lead to segfaults on some systems.
This could in theory be a security bug, but it's very unlikely that
untrusted user input could end up being passed to this croak(). It is called
when a spec specifies a "depend" value on another parameter. The value of
the "depend" parameter was passed in the first argument to croak().
Reported by Andreas Voegele.
1.04 2012-02-08
- Use the latest Module::XSOrPP dzil plugin to generate a saner Build.PL. No
need update if you're using an earlier version.
1.03 2012-02-06
- This release uses Module::Implementation to handle loading the XS or pure
Perl implementation of Params::Validate.
1.02 2012-02-06
- The previous release never loaded the XS implementation, even if it had been
compiled.
- With newer versions of Perl, the pure Perl implementation treated regexp
objects differently than the XS implementation. They should be treated as
belonging to the SCALARREF type for backwards compatibility.
- These two bugs combined managed to break the test suites of a number of
modules on CPAN. This release should fix them.
1.01 2012-02-05
- The generated Build.PL detects whether or not the machine it's run on has a
working compiler, and disables XS automatically if it doesn't. Fixes RT
#44719.
|
2011-08-16 11:30:36 by OBATA Akio | Files touched by this commit (1) |
Log message:
Drop Module::Build requirements, default dependency is sufficient.
|
2011-08-16 10:31:57 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 1.00:
* Fix documentation indexing on search.cpan.org.
|
2011-08-14 14:26:51 by OBATA Akio | Files touched by this commit (406) |
Log message:
Revision bump after updating perl5 to 5.14.1.
|
2010-08-21 18:37:14 by Stoned Elipot | Files touched by this commit (1724) | |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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!
|
2010-02-18 09:52:11 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Params-Validate from 0.94 to 0.95
pkgsrc changes:
- Use Module::Build from perl core
Upstream changes:
0.95 2010-02-16
- Skip t/29-taint-mode.t entirely, since it seems to randomly fail for people,
despite already being marked a todo test.
|
2009-12-15 14:32:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 0.94:
0.94 2009-12-01
- Removed the Makefile.PL entirely. If it was used then the XS code was never
built, because I'm using the Module::Build XS layout. Reported by jawnsy on
IRC.
0.93 2009-11-30
- If the pure Perl version of validate() received a hash reference it would
alter that reference directly. Reported by Paul Eckhardt. RT #51155.
- Author-only tests now only run if $ENV{AUTHOR_TESTING} is true. RT #49890.
|
2009-10-11 10:19:52 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Params-Validate from 0.91nb2 to 0.92
pkgsrc changes:
- Adjusting license
- Adjusting dependencies
Upstream changes:
0.92 Sep 25, 2009
- Switched to Module::Build and don't try to detect a compiler. If you want to
force a Perl-only build, run the Build.PL as "perl Build.PL --pp". \
Addresses
RT #44719 (more or less), Reported by Olivier Mengu'e.
- Require Scalar::Util 1.10, since that is the first version with
looks_like_number. Reported by Olivier Mengu'e. RT #45103.
- Require Attribute::Handlers 0.79. Reported by Olivier Mengu'e. RT #44066.
|
2008-10-19 21:19:25 by Havard Eidnes | Files touched by this commit (1179) |
Log message:
Bump the PKGREVISION for all packages which depend directly on perl,
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=...").
|
2008-10-12 19:39:41 by David Brownlee | Files touched by this commit (1) | |
Log message:
Update to not require p5-Attribute-Handlers for perl>=5.10.0, bump pkgrevision
|