diff options
author | Armin Kuster <akuster808@gmail.com> | 2015-04-04 08:37:57 -0700 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-04-13 12:56:14 +0200 |
commit | 9667f17d6ec3ca1b719d230e69569cf57c766a4d (patch) | |
tree | 2b307dce022a9038dbda39ae796cfeec4d4445a2 /meta-ruby/recipes-devtools/ruby/ruby.inc | |
parent | 3f3b11d4c8e4339af8d38bce22e6ebd29ac08fca (diff) | |
download | meta-openembedded-contrib-9667f17d6ec3ca1b719d230e69569cf57c766a4d.tar.gz |
ruby: package update to verison 2.2.1
LIC_FILES_CHKSUM changes:
BDSL: update copyright notice with "2013"
GPL: update to GPLv2
LEGAL: added license info for ccan files
dropped patches since they are now incorperated.
several security fixes included:
CVE-2014-2525
CVE-2014-0160
CVE-2014-2734
CVE-2014-8080
CVE-2014-8090
for addional information:
http://svn.ruby-lang.org/repos/ruby/tags/v2_2_1/ChangeLog
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-ruby/recipes-devtools/ruby/ruby.inc')
-rw-r--r-- | meta-ruby/recipes-devtools/ruby/ruby.inc | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta-ruby/recipes-devtools/ruby/ruby.inc b/meta-ruby/recipes-devtools/ruby/ruby.inc index 770286960dc..ba601910783 100644 --- a/meta-ruby/recipes-devtools/ruby/ruby.inc +++ b/meta-ruby/recipes-devtools/ruby/ruby.inc @@ -9,16 +9,14 @@ SECTION = "devel/ruby" LICENSE = "Ruby | BSD | GPLv2" LIC_FILES_CHKSUM = "\ file://COPYING;md5=837b32593517ae48b9c3b5c87a5d288c \ - file://BSDL;md5=3949e007205deef714bd225e1ee4a8ea \ - file://GPL;md5=393a5ca445f6965873eca0259a17f833 \ - file://LEGAL;md5=3ce1fae39fe573b818c0af162bce6579 \ + file://BSDL;md5=19aaf65c88a40b508d17ae4be539c4b5\ + file://GPL;md5=b234ee4d69f5fce4486a80fdaf4a4263\ + file://LEGAL;md5=c440adb575ba4e6e2344c2630b6a5584\ " DEPENDS = "ruby-native zlib openssl tcl libyaml db gdbm readline" DEPENDS_class-native = "libyaml-native" -INC_PR = "r1" - SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}" SRC_URI = "http://cache.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \ file://extmk.patch \ |