mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Updated all Java virtual machines: a serious security issue was found
in all 1.4.2 and 1.5.0 releases. svn path=/nixpkgs/trunk/; revision=3230
This commit is contained in:
parent
4e5040fa09
commit
20765eb21b
@ -7,7 +7,7 @@ assert stdenv.system == "i686-linux";
|
||||
dirname = "j2sdk1.4.2";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/j2sdk-1.4.2-rc1-linux-i586-gcc3.2.bin;
|
||||
md5 = "52ff3a059845ee8487faeaa7b0c157c8";
|
||||
url = ftp://sunsite.dk/mirrors/java-linux/JDK-1.4.2/i386/02/j2sdk-1.4.2-02-linux-i586.bin;
|
||||
md5 = "a65733528562794b7838407084cabd9a";
|
||||
};
|
||||
}) // {mozillaPlugin = "/jre/plugin/i386/mozilla";}
|
||||
|
@ -13,12 +13,12 @@
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
derivation {
|
||||
name = "j2sdk-1.5.0";
|
||||
filename = "jdk-1_5_0";
|
||||
dirname = "jdk1.5.0";
|
||||
name = "jdk-1.5.0";
|
||||
filename = "jdk-1_5_0_03";
|
||||
dirname = "jdk1.5.0_03";
|
||||
system = stdenv.system;
|
||||
builder = ./builder.sh;
|
||||
pathname = "/tmp/jdk-1_5_0-linux-i586.bin";
|
||||
md5 = "81d0511feb32e7b7d61f7c07ee0b15e9";
|
||||
pathname = "/tmp/jdk-1_5_0_03-linux-i586.bin";
|
||||
md5 = "bc221641fcfdc9268499001326fc8ebb";
|
||||
stdenv = stdenv;
|
||||
}
|
||||
|
@ -3,11 +3,11 @@
|
||||
assert stdenv.system == "i686-linux";
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "j2re-1.4.2";
|
||||
version = "j2re1.4.2_04";
|
||||
name = "jre-1.5.0";
|
||||
version = "jre1.5.0_02";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://java.sun.com/webapps/download/AutoDL?BundleId=9562;
|
||||
md5 = "57e31ffc32a2956e6140ceda8aa86e4e";
|
||||
url = http://jdl.sun.com/webapps/download/AutoDL?BundleId=9986;
|
||||
md5 = "1c9b3bb9670df5ebb5587d2bcba73b3c";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user