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:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user