From 58ddfe261ddbbc21696da7f7abdd8985128e47b0 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 18 Sep 2010 12:18:51 +0200 Subject: ruby 1.8.7: update to p302 to fix CVE-2010-0541 --- recipes/ruby/ruby_1.8.7-p248.bb | 12 ------------ recipes/ruby/ruby_1.8.7-p302.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 12 deletions(-) delete mode 100644 recipes/ruby/ruby_1.8.7-p248.bb create mode 100644 recipes/ruby/ruby_1.8.7-p302.bb diff --git a/recipes/ruby/ruby_1.8.7-p248.bb b/recipes/ruby/ruby_1.8.7-p248.bb deleted file mode 100644 index 6de359d590..0000000000 --- a/recipes/ruby/ruby_1.8.7-p248.bb +++ /dev/null @@ -1,12 +0,0 @@ -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 \ -" -FILES_${PN}-dbg += "${libdir}/ruby/1.8/*/.debug \ - ${libdir}/ruby/1.8/*/*/.debug" -BBCLASSEXTEND = "native" - -SRC_URI[md5sum] = "60a65374689ac8b90be54ca9c61c48e3" -SRC_URI[sha256sum] = "5c9cd617a2ec6b40abd7c7bdfce3256888134482b22f933a061ae18fb4b48755" 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" + -- cgit v1.2.3