~ubuntu-branches/ubuntu/trusty/libconfig-inifiles-perl/trusty

« back to all changes in this revision

Viewing changes to META.json

  • Committer: Package Import Robot
  • Author(s): gregor herrmann
  • Date: 2012-05-06 14:42:08 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120506144208-w30xcitmeo5snln2
Tags: 2.72-1
* Team upload.
* New upstream release:
  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. -- CVE-2012-2451, CWE-377
  Closes: #671255
* (Build-)depend on liblist-moreutils-perl.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
2
   "abstract" : "A module for reading .ini-style configuration files.",
3
3
   "author" : [
4
 
      "Shlomi Fish <shlomif@iglu.org.il>"
 
4
      "Shlomi Fish <shlomif@cpan.org>"
5
5
   ],
6
6
   "dynamic_config" : 1,
7
7
   "generated_by" : "Module::Build version 0.38, CPAN::Meta::Converter version 2.120630",
44
44
      "runtime" : {
45
45
         "requires" : {
46
46
            "Carp" : "0",
 
47
            "Fcntl" : "0",
 
48
            "File::Basename" : "0",
 
49
            "File::Temp" : "0",
 
50
            "List::MoreUtils" : "0",
47
51
            "Symbol" : "0",
48
52
            "strict" : "0",
49
53
            "warnings" : "0"
53
57
   "provides" : {
54
58
      "Config::IniFiles" : {
55
59
         "file" : "lib/Config/IniFiles.pm",
56
 
         "version" : "2.70"
 
60
         "version" : "2.72"
57
61
      }
58
62
   },
59
63
   "release_status" : "stable",
63
67
         "http://dev.perl.org/licenses/"
64
68
      ],
65
69
      "repository" : {
66
 
         "url" : "http://config-inifiles.svn.sourceforge.net/svnroot/config-inifiles/"
 
70
         "url" : "https://bitbucket.org/shlomif/perl-config-inifiles"
67
71
      }
68
72
   },
69
 
   "version" : "2.70"
 
73
   "version" : "2.72"
70
74
}