AWS corretto documentation change
Summary
Fixed broken link to Amazon Linux install guide, updated package versions from 24.0.0.36.1 to 24.0.0.36.2, corrected version output formatting
Security assessment
Version number updates suggest routine maintenance rather than security fixes. No explicit security context or vulnerability references provided.
Diff
diff --git a/corretto/latest/corretto-24-ug/generic-linux-install.md b/corretto/latest/corretto-24-ug/generic-linux-install.md index 187035e99..4d2df2452 100644 --- a/corretto/latest/corretto-24-ug/generic-linux-install.md +++ b/corretto/latest/corretto-24-ug/generic-linux-install.md @@ -11 +11 @@ This topic describes how to install Amazon Corretto 24 on Debian-based, RPM-base -If you need to install Amazon Corretto 24 on Amazon Linux, see [](./.html#amazon-linux-install). +If you need to install Amazon Corretto 24 on Amazon Linux, see [Installing on Amazon Linux](./amazon-linux-install.html). @@ -50 +50 @@ If so, add the public key via: - sudo dpkg --install java-24-amazon-corretto-jdk_24.0.0.36-1_amd64.deb + sudo dpkg --install java-24-amazon-corretto-jdk_24.0.0.36-2_amd64.deb @@ -65,3 +65,3 @@ Expected output for 24.0.0: - openjdk 24 2025-03-18 - OpenJDK Runtime Environment Corretto-24.0.0.36.1 (build 24+36-FR) - OpenJDK 64-Bit Server VM Corretto-24.0.0.36.1 (build 24+36-FR, mixed mode, sharing) + openjdk version "24.0.0" 2025-03-18 + OpenJDK Runtime Environment Corretto-24.0.0.36.2 (build 24.0.0+36-FR) + OpenJDK 64-Bit Server VM Corretto-24.0.0.36.2 (build 24.0.0+36-FR, mixed mode) @@ -119 +119 @@ After the repository is added, you can install Corretto 24 by running this comma - sudo yum localinstall java-24-amazon-corretto-devel-24.0.0.36-1.x86_64.rpm + sudo yum localinstall java-24-amazon-corretto-devel-24.0.0.36-2.x86_64.rpm @@ -134,3 +134,3 @@ Expected output for 24.0.0: - openjdk 24 2025-03-18 - OpenJDK Runtime Environment Corretto-24.0.0.36.1 (build 24+36-FR) - OpenJDK 64-Bit Server VM Corretto-24.0.0.36.1 (build 24+36-FR, mixed mode, sharing) + openjdk version "24.0.0" 2025-03-18 + OpenJDK Runtime Environment Corretto-24.0.0.36.2 (build 24.0.0+36-FR) + OpenJDK 64-Bit Server VM Corretto-24.0.0.36.2 (build 24.0.0+36-FR, mixed mode) @@ -188 +188 @@ Linux -Windows +Installing on Amazon Linux