2015-04-25 10:14:31 by Makoto Fujiwara | Files touched by this commit (2) |
Log message:
Update to 1.009
---------------
1.009 2015-04-22
- Fix 103861 for PAR-Packer: Adding local directories to
@INC for a pp executable fails
- Get rid of included PerlIO.pm, parent.pm, obsolete
Module::Install::Include and included Test::More.
|
2015-02-14 03:36:36 by Makoto Fujiwara | Files touched by this commit (2) | |
Log message:
Update 1.005 to 1.008
---------------------
1.008 2015-01-24
- Fix #101662: Prevent shared libs from being cached in memory on AIX
applied patch from Thoke@northpeak.org, thanks.
Note: this is one half of the fix, the other is in PAR::Packer
- Fix #86178: dll files not extracted to shlib subfolder when using -l or to \
other folder when using -a
extract all files from the zip, including all DLLs
- Fix #86014: [PATCH] POD fix
applied Debian patch from gregor herrmann <gregoa@debian.org>, thanks!
while we're at it fix two bad L<> hyperlinks reported by podchecker
- Fix RT #86650: typo fixes
- reformat ChangeLog file according to CPAN::Changes::Spec
and rename it to Changes
- Update to Module::Build 1.14
1.007 2012-10-22
- Hopefully fix "pp -C ..." for any modules that assume an
actual tree of files, e.g. looking for all installed modules Foo::Bar::*;
call _extract_inc even when $ENV{PAR_CLEAN} is true
- update to Module::Install 1.06
1.006 2012-10-15
- Fix RT #78633: PAR::import ignores url => $repo_client_object
applied patch from KENO, thanks!
- Fix RT #73491: cache directory naming problem
In PAR::SetupTemp::_get_par_user_tempdir (actually _find_username)
we try to sanitize username (so that there are no problematic
characters in the name of the per-user cache directory), but the
strategy fails miserably for some charset encodings.
E.g. for EUC-KR or CP949 (as in the bug report) we may produce an
illegal sequence of bytes; in other cases we may cause collisions
(different usernames mapping to the same directory name).
Fix the problem once and for all by encoding the username
(bytewise) as 2 hex digits.
|
2014-05-30 01:38:20 by Thomas Klausner | Files touched by this commit (3049) |
Log message:
Bump for perl-5.20.0.
Do it for all packages that
* mention perl, or
* have a directory name starting with p5-*, or
* depend on a package starting with p5-
like last time, for 5.18, where this didn't lead to complaints.
Let me know if you have any this time.
|
2013-12-09 15:17:56 by OBATA Akio | Files touched by this commit (238) |
Log message:
Fix/Update DEPENDS paterns for perl CORE modules, with some trivial fixes.
Bump PKGREVISION for runtime dependency pattern changed packages.
|
2013-05-31 14:42:58 by Thomas Klausner | Files touched by this commit (2880) |
Log message:
Bump all packages for perl-5.18, that
a) refer 'perl' in their Makefile, or
b) have a directory name of p5-*, or
c) have any dependency on any p5-* package
Like last time, where this caused no complaints.
|
2012-10-31 12:19:55 by Aleksej Saushev | Files touched by this commit (1460) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
2012-10-03 23:59:10 by Thomas Klausner | Files touched by this commit (2798) |
Log message:
Bump all packages that use perl, or depend on a p5-* package, or
are called p5-*.
I hope that's all of them.
|
2011-12-04 21:52:25 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update devel/p5-PAR to 1.005.
Includes a fix for CVE 2011-4114.
Upstream changes:
[Changes for 1.005 - Dec 2, 2011]
- run all tests using a nonce PAR_TMPDIR (otherwise CPAN Testers
goes crazy as top level /tmp/par-USER directories (or similar)
from previous tests may now be considered "unsafe")
[Changes for 1.004 - Nov 30, 2011]
- back out r1241: it causes errors in PAR::Packer's test suite
- change "unsafe directory" error message to match the wording
used by PAR::Packer
- remove "debian" sub directory: it isn't released to CPAN and
Debian will supply its own anyway
- remove some cruft from MANIFEST.SKIP
[Changes for 1.003 - Nov 28, 2011]
- RT #69560/CVE-2011-4114: PAR packed files are extracted to unsafe
and predictable temporary directories
(Note: this bug was originally reported against PAR::Packer, but
it applies to PAR as well)
- create parent of cache directory (i.e. /tmp/par-USER) with mode 0700
- if it already exists, make sure that (and bail out if not)
- it's not a symlink
- it's mode 0700
- it's owned by USER
- Fix a problem packing XML::LibXSLT on Windows (see the thread starting
with http://www.nntp.perl.org/group/perl.par/2011/02/msg4919.html)
- Die (with a hopefully useful message) if any error is encountered
during an Archive::Zip extract operation
|
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-25 21:47:19 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-PAR from 0.994nb1 to 1.002
pkgsrc changes:
- adjusting module type
- adjusting depends to catch core module AutoLoader right
Upstream changes:
[Changes for 1.002 - Jul 25, 2010]
- Fixes to VERSIONs of PAR::Setup*.
- No change in behaviour since 1.001
[Changes for 1.001 - Jul 25, 2010]
- RT #57399: extract everything (including DLLs) in File::ShareDir
directories. Module::ScanDeps classifies everything in
File::ShareDir directories as "data", but PAR uses it's own
heuristics what to extract from a .par.
- Previous release was missing META.yml.
- Upgrade Module::Install to 1.00
[Changes for 1.000 - Apr 10, 2010]
- Fix defined(%hash) deprecation warning in PAR::Heavy
|