mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
Package Update:
Update to OpenJDK-17.0.1
This commit is contained in:
parent
97e6627049
commit
172f41cfa0
@ -7,19 +7,19 @@
|
||||
<!-- Maintainer: before making the tarball, remove all .debuginfo files from
|
||||
the directory: this saves more than 70 MB. -->
|
||||
<!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
|
||||
<!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-16.0.2/OpenJDK-16.0.2+7-i686-bin.tar.xz">
|
||||
<!ENTITY openjdk-bin-md5sum-x86 "45410ad7ec9045c379f9e736488696c3">
|
||||
<!ENTITY openjdk-bin-size-x86 "152 MB">
|
||||
<!ENTITY openjdk-bin-buildsize-x86 "29 MB">
|
||||
<!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;/OpenJDK-&openjdk-version;+&openjdk-build;-i686-bin.tar.xz">
|
||||
<!ENTITY openjdk-bin-md5sum-x86 "6d8c5f79be00807a7e942461fe5ef74f">
|
||||
<!ENTITY openjdk-bin-size-x86 "153 MB">
|
||||
<!ENTITY openjdk-bin-buildsize-x86 "293 MB">
|
||||
|
||||
<!-- Not uploaded to anduin, since this file is now available under GNU GPLv2
|
||||
licence.-->
|
||||
<!-- Reuploaded to anduin due to the complexity of the download URL, per Bruce's
|
||||
request. - Doug -->
|
||||
<!ENTITY openjdk-download-binary-x64 "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">
|
||||
<!ENTITY openjdk-bin-md5sum-x64 "31c344e9097bd034c892b97c5ac45c27">
|
||||
<!ENTITY openjdk-bin-size-x64 "176 MB">
|
||||
<!ENTITY openjdk-bin-buildsize-x64 "303 MB">
|
||||
<!ENTITY openjdk-download-binary-x64 "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;/OpenJDK-&openjdk-version;+&openjdk-build;-x86_64-bin.tar.xz">
|
||||
<!ENTITY openjdk-bin-md5sum-x64 "ad5b8747376431184a8cc9994e45a843">
|
||||
<!ENTITY openjdk-bin-size-x64 "159 MB">
|
||||
<!ENTITY openjdk-bin-buildsize-x64 "317 MB">
|
||||
]>
|
||||
|
||||
<sect1 id="java" xreflabel="Java-&openjdk-version;">
|
||||
@ -40,7 +40,7 @@
|
||||
<title>About Java</title>
|
||||
<para>
|
||||
Java is different from most of the packages in LFS and BLFS. It
|
||||
is a programming language that works with files of byte codes to obtain
|
||||
is a programming language that works with files of bytecode to obtain
|
||||
instructions and executes them in a Java Virtual Machine (JVM). An
|
||||
introductory java program looks like:
|
||||
</para>
|
||||
|
@ -5,21 +5,21 @@
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY ojdk-tarball "jdk-&openjdk-version;-ga.tar.gz">
|
||||
<!ENTITY ojdk-repo "https://github.com/openjdk/jdk16u">
|
||||
<!ENTITY ojdk-repo "https://github.com/openjdk/jdk17u">
|
||||
<!ENTITY ojdk-download "&ojdk-repo;/archive/&ojdk-tarball;">
|
||||
|
||||
<!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
|
||||
|
||||
<!ENTITY ojdk-md5sum "08b1c057136a6756cd8e4609dc517339">
|
||||
<!ENTITY ojdk-md5sum "686a612c106685cac23e363ba430cf9b">
|
||||
<!ENTITY ojdk-size "100 MB">
|
||||
|
||||
<!ENTITY jtreg-version "4.2.0-tip">
|
||||
<!ENTITY jtreg-version "6.1+1">
|
||||
<!ENTITY jtreg-download "&anduin-download;/jtreg-&jtreg-version;.tar.gz">
|
||||
<!ENTITY jtreg-md5sum "11818f2ae4be19d2c7ae6501be60ee98">
|
||||
<!ENTITY jtreg-size "6.9 MB">
|
||||
<!ENTITY jtreg-md5sum "49e6bfa2506e96f461a01f9421a0961c">
|
||||
<!ENTITY jtreg-size "8.0 MB">
|
||||
|
||||
<!ENTITY ojdk-bdsize "4.7 GB (add 456 MB for tests)">
|
||||
<!ENTITY ojdk-time "5.2 SBU with 4 jobs (add 59 SBU for tests with 4 jobs)">
|
||||
<!ENTITY ojdk-bdsize "4.7 GB (add 466 MB for tests)">
|
||||
<!ENTITY ojdk-time "5.8 SBU with 4 jobs (add 46 SBU for tests with 4 jobs)">
|
||||
]>
|
||||
|
||||
<sect1 id="openjdk" xreflabel="OpenJDK-&openjdk-version;">
|
||||
@ -532,6 +532,7 @@ bin/keytool -list -cacerts</userinput></screen>
|
||||
<?dbfo list-presentation="list"?>
|
||||
<?dbhtml list-presentation="table"?>
|
||||
|
||||
<!-- Not seen in 17.0.1
|
||||
<varlistentry id="jaotc">
|
||||
<term><command>jaotc</command></term>
|
||||
<listitem>
|
||||
@ -543,6 +544,7 @@ bin/keytool -list -cacerts</userinput></screen>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
|
||||
<varlistentry id="jar">
|
||||
<term><command>jar</command></term>
|
||||
@ -916,6 +918,7 @@ bin/keytool -list -cacerts</userinput></screen>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
<!-- Not seen in 17.0.1
|
||||
<varlistentry id="rmid">
|
||||
<term><command>rmid</command></term>
|
||||
<listitem>
|
||||
@ -927,6 +930,7 @@ bin/keytool -list -cacerts</userinput></screen>
|
||||
</indexterm>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
-->
|
||||
|
||||
<varlistentry id="rmiregistry">
|
||||
<term><command>rmiregistry</command></term>
|
||||
|
@ -45,6 +45,10 @@
|
||||
<listitem>
|
||||
<para>December 17th, 2021</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[renodr] - Update to jdk-17.0.1. Critical security update.
|
||||
Fixes <ulink url="&blfs-ticket-root;15845">#15845</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[bdubbs] - Add kio-extras-21.12.0.</para>
|
||||
</listitem>
|
||||
|
@ -393,8 +393,8 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY junit-version "4.12">
|
||||
<!ENTITY hamcrest-version "1.3">
|
||||
-->
|
||||
<!ENTITY openjdk-version "16.0.2">
|
||||
<!ENTITY openjdk-build "7">
|
||||
<!ENTITY openjdk-version "17.0.1">
|
||||
<!ENTITY openjdk-build "12">
|
||||
|
||||
<!-- Perl module versions used in the Perl Modules instructions
|
||||
Please read the Changes file before updating a module.
|
||||
|
Loading…
Reference in New Issue
Block a user