Package: jruby / 1.5.6-9
Metadata
Package | Version | Patches format |
---|---|---|
jruby | 1.5.6-9 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 Fix shebang lines.patch | (download) |
lib/ruby/1.8/abbrev.rb |
1 0 + 1 - 0 ! |
fix shebang lines Remove extraneous shebang lines, and correct necessary jruby ones. |
0002 jruby_home is at a specific location on Debian.patch | (download) |
bin/jruby.sh |
5 5 + 0 - 0 ! |
jruby_home is at a specific location on debian |
0003 do not install gems.patch | (download) |
build.xml |
75 1 + 74 - 0 ! |
do not install gems |
0004 replace bundled libraries.patch | (download) |
build.properties |
2 2 + 0 - 0 ! |
replace bundled libraries ... and use Debian packages instead |
0005 ignore test failures.patch | (download) |
build.xml |
6 3 + 3 - 0 ! |
ignore test failures |
0006 do not build InvokeDynamicSupport.java.patch | (download) |
build.xml |
1 1 + 0 - 0 ! |
do not build invokedynamicsupport.java ... because it requires a dependency from the Java7 world which is not packaged yet. |
0007 use unversioned jarjar.jar.patch | (download) |
build.xml |
12 6 + 6 - 0 ! |
use unversioned jarjar.jar |
0008 CVE 2011 4838.patch | (download) |
src/org/jruby/Ruby.java |
8 8 + 0 - 0 ! |
--- |
0009 CVE 2012 5370.patch | (download) |
src/org/jruby/RubyString.java |
4 2 + 2 - 0 ! |
--- |
0010 jruby Set FD_CLOEXEC correctly using F_SETFD not F_S.patch | (download) |
lib/ruby/1.8/drb/unix.rb |
2 1 + 1 - 0 ! |
[patch] jruby: set fd_cloexec correctly using f_setfd not f_setfl Using that value on F_SETFL is just wrong, and might make the call fail on some systems, as it's requesting to set an undetermined flag. For example on GNU/* FD_CLOEXEC has value 1, which matches with O_WRONLY. This might cause the code to at least leak file descriptors, and at worst to terminate execution. |
0011 java7 compat.patch | (download) |
src/org/jruby/Ruby.java |
2 1 + 1 - 0 ! |
fix compilation issues under openjdk 7 after b142 with primitive + varargs now resolving as ambiguous. |
0012 nailgun.patch | (download) |
build.xml |
8 4 + 4 - 0 ! |
use unversioned nailgun.jar |