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-10-15 17:26:13 by Wen Heping | Files touched by this commit (2) |
Log message:
Update to 2.82
Upstream changes:
Version 2.82 ( Tue 21 May 18:32:23 IDT 2013 )
------------------------------------------------
* Add t/style-trailing-space.t .
- Remove trailing space.
Version 2.81 ( Thu 16 May 13:31:34 IDT 2013 )
------------------------------------------------
* Add the CopySection method to copy a section.
- Thanks to James Rouzier.
Version 2.80 ( Tue 14 May 22:22:55 IDT 2013 )
------------------------------------------------
* Add the RenameSection method to rename a section.
- Thanks to James Rouzier.
Version 2.79 ( Mon 6 May 10:02:47 IDT 2013 )
------------------------------------------------
* Fix test failures with Pod-Simple-3.28:
- http://www.cpantesters.org/cpan/report/98f9d3a8-b557-11e2-9adc-3d5fc1508286
Version 2.78 ( Sun 21 Oct 13:14:39 IST 2012 )
------------------------------------------------
* Fix https://rt.cpan.org/Public/Bug/Display.html?id=80259:
- Warnings on undefined value in length in perl-5.10.x.
|
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.
|
2012-07-06 11:02:30 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating package for Perl 5 module Config::IniFiles in
devel/p5-Config-IniFiles from 2.71 to 2.77.
pkgsrc changes:
- bump required version of p5-List-MoreUtils to 0.33
Upstream changes:
Version 2.77 ( Thu Jun 21 19:35:23 IDT 2012 )
------------------------------------------------
* Bump the List::MoreUtils dependency to '0.33'.
- https://rt.cpan.org/Ticket/Display.html?id=77930
- Thanks to TJENNESS for the report.
Version 2.76 ( Fri Jun 15 17:44:31 IDT 2012 )
------------------------------------------------
* Correct the documentation regarding the syntax of calling ->WriteConfig(),
which always accepts a mandatory filename and not just
"->WriteConfig(-delta => 1)".
- Thanks to the Mageia Linux QA team at:
- https://bugs.mageia.org/show_bug.cgi?id=6024#c17
Version 2.75 ( Fri May 25 15:25:29 IDT 2012 )
------------------------------------------------
* Add "=encoding utf8" to the POD of lib/Config/IniFiles.pm
- The POD contained wide characters and it is now an error in
with recent Test::Pod and Pod::Simple.
- See for example: \
http://www.cpantesters.org/cpan/report/89000ebe-a5bc-11e1-a439-fa78ab6c2661
Version 2.74 ( Thu May 24 00:46:37 IDT 2012 )
------------------------------------------------
* Made sure .ini files are output on Win32 with CR-LF pairs.
- Thanks to Ben Johnson for reporting the bug and for a preliminary
test script.
- Add t/32mswin-outputs-contain-crs.t
Version 2.73 ( Mon May 14 10:46:38 IDT 2012 )
------------------------------------------------
* Regression bug fix: temporary file creation error should generate a warning
and return undef() instead of throwing an exception.
- https://rt.cpan.org/Ticket/Display.html?id=77039
- Thanks to Adam D. Barrat for noticing that, and Gregor Herrmann
from Debian for reporting this issue.
Version 2.72 ( Sat May 5 19:19:09 IDT 2012 )
------------------------------------------------
* More refactoring.
* Now requiring Fcntl (which is a core module) for SEEK_SET() and SEEK_CUR().
* Update the contact information on the POD.
* Maintainer's special birthday (5-May) release.
|
2012-05-05 15:40:48 by Guillaume Lasmayous | Files touched by this commit (2) |
Log message:
Update devel/p5-Config-IniFiles to 2.71
Fixes CVE-2012-2451.
pkgsrc changes:
---------------
- p5-List-MoreUtils is required
Upstream Changes:
-----------------
Version 2.71: ( Wed May 2 10:59:04 IDT 2012 )
------------------------------------------------
* SECURITY BUG FIX: Config::IniFiles used to write to a temporary filename
with a predictable name ("${filename}-new") which opens the door for \
potential
exploits.
* Now requiring List::MoreUtils (for any() and other functions), File::Temp
and File::Basename .
* Add "use warnings;" to lib/Config/IniFiles.pm .
* More refactoring.
Version 2.70: ( Fri Apr 6 12:47:25 IDT 2012 )
------------------------------------------------
* Fix the test dependency (in the new t/31comments_with_spaces.t test)
on IO::stringy (now writing it to a file).
- This caused some CPAN Testers failures such as:
- http://www.cpantesters.org/cpan/report/c16b9978-7f40-11e1-9d6f-f6dbfa7543f5
* Modernized some of the open() calls in the test files.
- three args open, lexcial file handles, etc.
Version 2.69: ( Thu Apr 5 12:05:46 IDT 2012 )
------------------------------------------------
* Fix \
https://sourceforge.net/tracker/?func=detail&aid=3388382&group_id=6926&atid=106926
- "Trailing comments with whitespace are not recognised"
- Thanks to briconaut for the report and to rbowen for the patch and test.
* Add the method ->OutputConfigToFileHandle which is a more explicit and
safer version of ->OutputConfig.
- ->OutputConfig now uses it.
- all existing tests pass, and a new test was added to
t/15store-and-retrieve-here-doc-terminator.t .
* Started refactoring the code.
- Expand tabs to spaces.
- many other small changes.
|
2011-08-10 10:34:33 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 2.68:
* Typo correction: https://rt.cpan.org/Ticket/Display.html?id=69003
|
2010-09-01 22:17:26 by Jens Rehsack | Files touched by this commit (2) |
Log message:
Updating devel/p5-Config-IniFiles from 2.57nb1 to 2.58
pkgsrc changes:
- remove deprecated homepage
Upstream changes:
Version 2.58: ( Mon May 17 10:43:06 IDT 2010 )
------------------------------------------------
* Incorporated a fix for some broken POD.
- https://rt.cpan.org/Ticket/Display.html?id=51617
- Thanks to Frank Wiegand for reporting it.
* Got rid of \r/carriage-returns's in lib/Config/IniFiles.pm .
- It interfered with applying a patch.
* Applied a patch to get rid of indirect object notation in the
documentation and code ("new Config::IniFiles") and replace it with
Config::IniFiles->new().
- https://rt.cpan.org/Ticket/Display.html?id=57536
- Thanks to Tom Molesworth for the patch.
|
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!
|