AWS corretto documentation change
Summary
Updated version references from 8u482 to 8u492 in generic Linux installation documentation, including package names and expected output
Security assessment
This updates installation instructions for Amazon Corretto 8 on generic Linux systems to reflect the new 8u492 release. Changes include updated package names (8.0.492.09-1 instead of 8.0.482.08-1) and expected version output. No security context is provided in the diff - this appears to be a routine version update.
Diff
diff --git a/corretto/latest/corretto-8-ug/generic-linux-install.md b/corretto/latest/corretto-8-ug/generic-linux-install.md index b27a394c8..042531b77 100644 --- a//corretto/latest/corretto-8-ug/generic-linux-install.md +++ b//corretto/latest/corretto-8-ug/generic-linux-install.md @@ -64 +64 @@ If so, add the public key via: - sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.482.08-1_amd64.deb + sudo dpkg --install java-1.8.0-amazon-corretto-jdk_8.0.492.09-1_amd64.deb @@ -78 +78 @@ In the terminal, run the following command to verify the installation. -Expected output for 8u482: +Expected output for 8u492: @@ -81,3 +81,3 @@ Expected output for 8u482: - openjdk version "1.8.0_482" - OpenJDK Runtime Environment Corretto-8.482.08.1 (build 1.8.0_482-b08) - OpenJDK 64-Bit Server VM Corretto-8.482.08.1 (build 25.482-b08, mixed mode) + openjdk version "1.8.0_492" + OpenJDK Runtime Environment Corretto-8.492.09.1 (build 1.8.0_492-b09) + OpenJDK 64-Bit Server VM Corretto-8.492.09.1 (build 25.492-b09, mixed mode) @@ -149 +149 @@ After the repository is added, you can install Corretto 8 by running this comman - sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_482.b08-1.x86_64.rpm + sudo yum localinstall java-1.8.0-amazon-corretto-devel-1.8.0_492.b09-1.x86_64.rpm @@ -163 +163 @@ In the terminal, run the following command to verify the installation. -Expected output for 8u482: +Expected output for 8u492: @@ -166,3 +166,3 @@ Expected output for 8u482: - openjdk version "1.8.0_482" - OpenJDK Runtime Environment Corretto-8.482.08.1 (build 1.8.0_482-b08) - OpenJDK 64-Bit Server VM Corretto-8.482.08.1 (build 25.482-b08, mixed mode) + openjdk version "1.8.0_492" + OpenJDK Runtime Environment Corretto-8.492.09.1 (build 1.8.0_492-b09) + OpenJDK 64-Bit Server VM Corretto-8.492.09.1 (build 25.492-b09, mixed mode)