Commit 3d8340f3 authored by CompileNix's avatar CompileNix
Browse files

Update to Java 8 update 202

parent 8e3c65e8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ Set $StringList_Java6$ = CreateStringList ( '10', '11', '12', '13', '14', '15',
Set $StringList_Java7$ = CreateStringList ( '00', '01', '02', '03', '04', '05', '06', '07', '09', '10', '11', '13', '15', '17', '21', '25', '40', '45', '51', '55', '60', '65', '67', '71', '72', '75', '76', '79', '80', '85', '91', '95', '99', '101', '111', '121', '131', '141', '151', '161', '171', '181', '191', '201' )

; https://en.wikipedia.org/wiki/Java_version_history#Java_8_updates
Set $StringList_Java8$ = CreateStringList ( '00', '05', '11', '20', '25', '31', '40', '45', '51', '60', '65', '66', '71', '72', '73', '74', '77', '91', '92', '101', '102', '111', '112', '121', '131', '141', '144', '151', '152', '161', '162', '171', '172', '181', '191', '192' )
Set $StringList_Java8$ = CreateStringList ( '00', '05', '11', '20', '25', '31', '40', '45', '51', '60', '65', '66', '71', '72', '73', '74', '77', '91', '92', '101', '102', '111', '112', '121', '131', '141', '144', '151', '152', '161', '162', '171', '172', '181', '191', '192', '201', '202' )

Set $DefaultLogLevel$ = "6"
Set $IsUninstall$ = "False"
+1 −1
Original line number Diff line number Diff line
@@ -66,7 +66,7 @@ Set $StringList_Java6$ = CreateStringList ( '10', '11', '12', '13', '14', '15',
Set $StringList_Java7$ = CreateStringList ( '00', '01', '02', '03', '04', '05', '06', '07', '09', '10', '11', '13', '15', '17', '21', '25', '40', '45', '51', '55', '60', '65', '67', '71', '72', '75', '76', '79', '80', '85', '91', '95', '99', '101', '111', '121', '131', '141', '151', '161', '171', '181', '191', '201' )

; https://en.wikipedia.org/wiki/Java_version_history#Java_8_updates
Set $StringList_Java8$ = CreateStringList ( '00', '05', '11', '20', '25', '31', '40', '45', '51', '60', '65', '66', '71', '72', '73', '74', '77', '91', '92', '101', '102', '111', '112', '121', '131', '141', '144', '151', '152', '161', '162', '171', '172', '181', '191', '192' )
Set $StringList_Java8$ = CreateStringList ( '00', '05', '11', '20', '25', '31', '40', '45', '51', '60', '65', '66', '71', '72', '73', '74', '77', '91', '92', '101', '102', '111', '112', '121', '131', '141', '144', '151', '152', '161', '162', '171', '172', '181', '191', '192', '201', '202' )

Set $DefaultLogLevel$ = "6"
Set $IsUninstall$ = "False"
+1 −1
Original line number Diff line number Diff line
The MIT License (MIT)

Copyright (c) 2018 Compilenix
Copyright (c) 2019 Compilenix

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
+5 −1
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@ id: java
name: Java
description:
advice:
version: 1.8.0.192
version: 1.8.0.202
priority: -95
licenseRequired: False
productClasses:
@@ -94,6 +94,10 @@ values: ["CPU", "PSU"]
default: ["CPU"]

[Changelog]
java (1.8.0.202-4.2.5)
  -- Kevin Weis <Compilenix@compilenix.org> 2019-01-16
  * update

java (1.8.0.192-4.2.5)
  -- Kevin Weis <Compilenix@compilenix.org> 2018-10-26
  * update
+5 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@ Tested with 7 Pro x64\\
Tested with 7 Pro x86\\
requiredWinstVersion >= 4.11.5\\

Download: [[https://compilenix.org/public/opsi/localboot/java/java_1.8.0.192-4.2.5.opsi | All in one - installable opsi package]]\\
Download: [[https://compilenix.org/public/opsi/localboot/java/java_1.8.0.202-4.2.5.opsi | All in one - installable opsi package]]\\
Checksum's and detached pgp signatures: https://compilenix.org/public/opsi/localboot/java/

Source Code: [[https://git.compilenix.org/Compilenix/opsi-java | Code repository]]\\
@@ -133,6 +133,10 @@ default: ["CPU"]

===== Changelog =====
<code control.txt>
java (1.8.0.202-4.2.5)
  -- Kevin Weis <Compilenix@compilenix.org> 2018-01-16
  * update

java (1.8.0.192-4.2.5)
  -- Kevin Weis <Compilenix@compilenix.org> 2018-10-26
  * update
Loading