From 4cd5f2f907334d002f6040d694d1688fabc98401 Mon Sep 17 00:00:00 2001 From: Malcolm Inglis Date: Tue, 9 May 2023 14:40:01 -0700 Subject: [PATCH] Add openjdk 17.0.7+7 (#327) Released upstream by OpenJDK on 2023-04-18 [0], with the Eclipse Temurin builds made available on 2023-04-19 [1]. This fixes seven CVEs reported against OpenJDK 17.0.6 and earlier [2]. [0]: https://mail.openjdk.org/pipermail/jdk-updates-dev/2023-April/021899.html [1]: https://github.com/adoptium/temurin17-binaries/releases/tag/jdk-17.0.7%2B7 [2]: https://openjdk.org/groups/vulnerability/advisories/2023-04-18 --- openjdk.hcl | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/openjdk.hcl b/openjdk.hcl index 62e07eb8..49402c53 100644 --- a/openjdk.hcl +++ b/openjdk.hcl @@ -137,6 +137,20 @@ version "17.0.6_10" { } } +version "17.0.7_7" { + platform "linux" { + source = "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.7_7.tar.gz" + } + + platform "darwin" "amd64" { + source = "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_x64_mac_hotspot_17.0.7_7.tar.gz" + } + + platform "darwin" "arm64" { + source = "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.7_7.tar.gz" + } +} + channel "stable" { update = "24h" version = "11.*" @@ -171,6 +185,9 @@ sha256sums = { "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.6%2B10/OpenJDK17U-jdk_x64_linux_hotspot_17.0.6_10.tar.gz": "a0b1b9dd809d51a438f5fa08918f9aca7b2135721097f0858cf29f77a35d4289", "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.6%2B10/OpenJDK17U-jdk_x64_mac_hotspot_17.0.6_10.tar.gz": "faa2927584cf2bd0a35d2ac727b9f22725e23b2b24abfb3b2ac7140f4d65fbb4", "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.6%2B10/OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.6_10.tar.gz": "e4904557f6e02f62b830644dc257c0910525f03df77bcffaaf92fa02a057230c", + "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_x64_linux_hotspot_17.0.7_7.tar.gz": "e9458b38e97358850902c2936a1bb5f35f6cffc59da9fcd28c63eab8dbbfbc3b", + "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_x64_mac_hotspot_17.0.7_7.tar.gz": "50d0e9840113c93916418068ba6c845f1a72ed0dab80a8a1f7977b0e658b65fb", + "https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.7%2B7/OpenJDK17U-jdk_aarch64_mac_hotspot_17.0.7_7.tar.gz": "1d6aeb55b47341e8ec33cc1644d58b88dfdcce17aa003a858baa7460550e6ff9", "https://static.azul.com/zulu/bin/zulu14.29.23-ca-jdk14.0.2-linux_x64.tar.gz": "7f4310a98ea0e52bacbec389012d859dbb51e759fe35a2cfebb11300271872d2", "https://static.azul.com/zulu/bin/zulu14.29.23-ca-jdk14.0.2-macosx_x64.tar.gz": "8f15f435c3e8d8a4bb1de441b1d7601fe64e1bafdcf0862e2962ae429ea9e6b2", }