Go to file
Stephan Kulow 6cd4066c56 Accepting request 122913 from home:vitezslav_cizek:branches:devel:languages:perl
- update to 2.75
- fixes CVE-2012-2451 (bnc#760459)
  * 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 Fcntl (which is a core module) for SEEK_SET() and SEEK_CUR().
  * Now requiring List::MoreUtils (for any() and other functions), File::Temp
  and File::Basename .
  * 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.
  * 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 .

OBS-URL: https://build.opensuse.org/request/show/122913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-Config-IniFiles?expand=0&rev=29
2012-05-30 13:57:38 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=1 2007-01-15 23:30:06 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Config-IniFiles?expand=0&rev=1 2007-01-15 23:30:06 +00:00
Config-IniFiles-2.75.tar.gz Accepting request 122913 from home:vitezslav_cizek:branches:devel:languages:perl 2012-05-30 13:57:38 +00:00
perl-Config-IniFiles.changes Accepting request 122913 from home:vitezslav_cizek:branches:devel:languages:perl 2012-05-30 13:57:38 +00:00
perl-Config-IniFiles.spec Accepting request 122913 from home:vitezslav_cizek:branches:devel:languages:perl 2012-05-30 13:57:38 +00:00