Skip to content

Commit

Permalink
CHORE(version): update version to 8.0.19
Browse files Browse the repository at this point in the history
--story=118362597
  • Loading branch information
miao-zheng authored and shiyuexw committed Aug 8, 2024
1 parent 61b0c8c commit 78d065f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/autoconf/spec.gmk.in
Original file line number Diff line number Diff line change
Expand Up @@ -732,4 +732,4 @@ JRE_BUNDLE_DIR=$(IMAGES_OUTPUTDIR)/$(JRE_BUNDLE_SUBDIR)
# Include TencentJDK version information
DISTRO_NAME=Tencent Kona
COMPANY_NAME=Tencent
DISTRO_VERSION=8.0.18
DISTRO_VERSION=8.0.19
2 changes: 1 addition & 1 deletion jdk/test/sun/security/lib/cacerts/VerifyCACerts.java
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public class VerifyCACerts {
// SHA-256 of cacerts, can be generated with
// shasum -a 256 cacerts | sed -e 's/../&:/g' | tr '[:lower:]' '[:upper:]' | cut -c1-95
private static final String CHECKSUM
= "C1:68:B4:AC:51:BF:B5:C6:FD:20:69:17:E1:AF:E4:5B:01:9B:AA:3F:C3:9A:80:A8:51:53:74:2C:A2:04:B0:FF";
= "F9:74:A4:69:F8:C0:A0:E1:8D:07:A1:4A:6A:DC:39:92:19:D7:3B:77:52:1B:98:ED:1C:AC:A3:4D:B2:D1:B5:60";

// map of cert alias to SHA-256 fingerprint
@SuppressWarnings("serial")
Expand Down

0 comments on commit 78d065f

Please sign in to comment.