pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/openjdk-bin Update to 12.0.1
details: https://anonhg.NetBSD.org/pkgsrc/rev/af200f1cb6b6
branches: trunk
changeset: 333146:af200f1cb6b6
user: ryoon <ryoon%pkgsrc.org@localhost>
date: Wed May 01 05:39:30 2019 +0000
description:
Update to 12.0.1
Changelog:
New Japanese Era Name: Reiwa (JDK-8205432)
core-libs/java.time
An instance representing the new Reiwa era has been added to this update. Unlike other eras, there is no public field for this era. It can be obtained by calling JapaneseEra.of(3) or
JapaneseEra.valueOf("Reiwa"). JDK 13 and later will have a new public field to represent this era.
The placeholder name, "NewEra", for the Japanese era that started from May 1st, 2019 has been replaced with the new official name. Applications that relied on the placeholder name (see JDK-8202088)
to obtain the new era singleton (JapaneseEra.valueOf("NewEra")) will no longer work.
Added GlobalSign R6 Root Certificate (JDK-8216577)
security-libs/java.security
The following root certificate has been added to the cacerts truststore:
+ GlobalSign
+ globalsignrootcar6
DN: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R6
diffstat:
lang/openjdk-bin/Makefile | 6 +++---
lang/openjdk-bin/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 8 deletions(-)
diffs (31 lines):
diff -r 3eb12c0cacc6 -r af200f1cb6b6 lang/openjdk-bin/Makefile
--- a/lang/openjdk-bin/Makefile Wed May 01 02:56:51 2019 +0000
+++ b/lang/openjdk-bin/Makefile Wed May 01 05:39:30 2019 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2019/04/16 11:34:39 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2019/05/01 05:39:30 ryoon Exp $
-DISTNAME= openjdk-12_linux-x64_bin
+DISTNAME= openjdk-12.0.1_linux-x64_bin
PKGNAME= ${DISTNAME:S/_linux-x64_bin//:S/openjdk-/openjdk-bin-/}
CATEGORIES= lang
-MASTER_SITES= https://download.java.net/java/GA/jdk12/GPL/
+MASTER_SITES= https://download.oracle.com/java/GA/jdk12.0.1/69cfe15208a647278a19ef0990eea691/12/GPL/
MAINTAINER= ryoon%NetBSD.org@localhost
HOMEPAGE= https://jdk.java.net/
diff -r 3eb12c0cacc6 -r af200f1cb6b6 lang/openjdk-bin/distinfo
--- a/lang/openjdk-bin/distinfo Wed May 01 02:56:51 2019 +0000
+++ b/lang/openjdk-bin/distinfo Wed May 01 05:39:30 2019 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1 2019/03/26 20:49:17 ryoon Exp $
+$NetBSD: distinfo,v 1.2 2019/05/01 05:39:30 ryoon Exp $
-SHA1 (openjdk-12_linux-x64_bin.tar.gz) = fc09c74f57ec308d784e5d115f465a75519a3c7b
-RMD160 (openjdk-12_linux-x64_bin.tar.gz) = a609f27e674736195748225599d93a176b363c56
-SHA512 (openjdk-12_linux-x64_bin.tar.gz) = ca6471c9c7be47f9dd98a458c465988e128f794203ce6565ec6906f198ae6a7a8eb433a1d2ea5d54ad096978f534d7bebf8677cfae143d62ba49abaac0773f6a
-Size (openjdk-12_linux-x64_bin.tar.gz) = 197633782 bytes
+SHA1 (openjdk-12.0.1_linux-x64_bin.tar.gz) = 05951ea0e11e0d7ed21936b2e5cfb892463e16ee
+RMD160 (openjdk-12.0.1_linux-x64_bin.tar.gz) = 9034a95e59b0669960199e05b4bffb3fc0be5551
+SHA512 (openjdk-12.0.1_linux-x64_bin.tar.gz) = 606f2c7bb5ff704a467bbad30de87cf41da652af72014f49fa1b4c4c11fccbbc09710dc7aed90aef27c4967c723d12b0ef538697f5481174fa1a811219830e16
+Size (openjdk-12.0.1_linux-x64_bin.tar.gz) = 197649562 bytes
Home |
Main Index |
Thread Index |
Old Index