pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/lang/openjdk-bin



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed May  1 05:39:30 UTC 2019

Modified Files:
        pkgsrc/lang/openjdk-bin: Makefile distinfo

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/lang/openjdk-bin/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/lang/openjdk-bin/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/openjdk-bin/Makefile
diff -u pkgsrc/lang/openjdk-bin/Makefile:1.2 pkgsrc/lang/openjdk-bin/Makefile:1.3
--- pkgsrc/lang/openjdk-bin/Makefile:1.2        Tue Apr 16 11:34:39 2019
+++ pkgsrc/lang/openjdk-bin/Makefile    Wed May  1 05:39:30 2019
@@ -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/

Index: pkgsrc/lang/openjdk-bin/distinfo
diff -u pkgsrc/lang/openjdk-bin/distinfo:1.1 pkgsrc/lang/openjdk-bin/distinfo:1.2
--- pkgsrc/lang/openjdk-bin/distinfo:1.1        Tue Mar 26 20:49:17 2019
+++ pkgsrc/lang/openjdk-bin/distinfo    Wed May  1 05:39:30 2019
@@ -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