aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ruby/ruby_1.8.7-p302.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-09-18 12:18:51 +0200
committerKoen Kooi <koen@openembedded.org>2010-09-18 21:27:49 +0200
commit58ddfe261ddbbc21696da7f7abdd8985128e47b0 (patch)
tree508d23b3dd48a8e70f10964e74d065781771acfd /recipes/ruby/ruby_1.8.7-p302.bb
parentd3a4db8577fc625da36b0f167e039956cc95c6e0 (diff)
downloadopenembedded-58ddfe261ddbbc21696da7f7abdd8985128e47b0.tar.gz
ruby 1.8.7: update to p302 to fix CVE-2010-0541
Diffstat (limited to 'recipes/ruby/ruby_1.8.7-p302.bb')
-rw-r--r--recipes/ruby/ruby_1.8.7-p302.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/ruby/ruby_1.8.7-p302.bb b/recipes/ruby/ruby_1.8.7-p302.bb
new file mode 100644
index 0000000000..8c9da40f79
--- /dev/null
+++ b/recipes/ruby/ruby_1.8.7-p302.bb
@@ -0,0 +1,14 @@
+require ruby.inc
+PR = "${INC_PR}.0"
+
+SRC_URI = "ftp://ftp.ruby-lang.org/pub/ruby/${SHRT_VER}/ruby-${PV}.tar.gz \
+ file://extmk_run.patch \
+ file://extmk.patch \
+"
+SRC_URI[md5sum] = "f446550dfde0d8162a6ed8d5a38b3ac2"
+SRC_URI[sha256sum] = "5883df5204de70762602ce885b18c8bf6c856d33298c35df9151031b2ce044a1"
+
+FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \
+ ${libdir}/ruby/1.8/*/*/.debug"
+BBCLASSEXTEND = "native"
+