mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
e221c6cefc
libyaml-0.1.6 for CVE-2014-2525. * ext/psych/yaml/config.h: ditto. * ext/psych/yaml/scanner.c: ditto. * ext/psych/yaml/yaml_private.h: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@45453 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10 lines
347 B
C
10 lines
347 B
C
#define PACKAGE_NAME "yaml"
|
|
#define PACKAGE_TARNAME "yaml"
|
|
#define PACKAGE_VERSION "0.1.6"
|
|
#define PACKAGE_STRING "yaml 0.1.6"
|
|
#define PACKAGE_BUGREPORT "http://pyyaml.org/newticket?component libyaml"
|
|
#define PACKAGE_URL ""
|
|
#define YAML_VERSION_MAJOR 0
|
|
#define YAML_VERSION_MINOR 1
|
|
#define YAML_VERSION_PATCH 6
|
|
#define YAML_VERSION_STRING "0.1.6"
|