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:
Martin Bravenboer
2005-06-20 21:07:01 +00:00
parent 4e5040fa09
commit 20765eb21b
3 changed files with 11 additions and 11 deletions

View File

@@ -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";
};
}