Changeset c7a230b


Ignore:
Timestamp:
08/14/2019 11:51:05 PM (5 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
ba5004d
Parents:
b06fb60c
Message:

Update to OpenJDK-12.0.2+10

The i686 binary will be generated and uploaded before BLFS 9.0's release.

In addition, I have not tested a build of Libreoffice with this, nor fop, due to the proximity of the freeze

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21960 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    rb06fb60c rc7a230b  
    66
    77<!-- Maintainer: before making the tarball, remove all .debuginfo files from
    8      the directory: this saves more than 70 MB. -->
     8    the directory: this saves more than 70 MB. -->
     9<!-- 32-bit binary for JDK12 pending, will be done before 9.0 releases -->
    910  <!ENTITY anduin-download             "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    10   <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-&openjdk-version;+&openjdk-build;-i686-bin.tar.xz">
     11  <!ENTITY openjdk-download-binary-x86 "&anduin-download;/OpenJDK-11.0.2+9-i686-bin.tar.xz">
    1112  <!ENTITY openjdk-bin-md5sum-x86      "2b917647040e9804e0f3ccd51f40394b">
    1213  <!ENTITY openjdk-bin-size-x86        "158 MB">
     
    1718<!-- I've crafted a binary in case the version is removed from Oracle after
    1819     BLFS 8.4 is released. -->
    19   <!ENTITY openjdk-download-binary-x64 "https://download.java.net/java/GA/jdk11/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">
    20   <!ENTITY openjdk-bin-md5sum-x64      "ce52c5844200c569a50a869e579d88f6">
    21   <!ENTITY openjdk-bin-size-x64        "179 MB">
     20  <!ENTITY openjdk-download-binary-x64 "https://download.java.net/java/GA/jdk12.0.2/e482c34c86bd4bf8b56c0b35558996b9/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">
     21  <!ENTITY openjdk-bin-md5sum-x64      "f5da6f4dec81bdd2a096184ec1d69216">
     22  <!ENTITY openjdk-bin-size-x64        "189 MB">
    2223  <!ENTITY openjdk-bin-buildsize-x64   "296 MB">
    2324]>
  • general/prog/openjdk.xml

    rb06fb60c rc7a230b  
    66
    77  <!ENTITY ojdk-tarball              "jdk-&openjdk-version;+&openjdk-build;.tar.bz2">
    8   <!ENTITY ojdk-repo                 "http://hg.openjdk.java.net/jdk-updates/jdk11u">
     8  <!ENTITY ojdk-repo                 "http://hg.openjdk.java.net/jdk-updates/jdk12u">
    99  <!ENTITY ojdk-download             "&ojdk-repo;/archive/&ojdk-tarball;">
    1010
    1111  <!ENTITY anduin-download           "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1212
    13   <!ENTITY ojdk-md5sum               "460f252fae1d5b2022fe9059af2121e6">
    14   <!ENTITY ojdk-size                 "86 MB">
     13  <!ENTITY ojdk-md5sum               "29a2ca9d2c9a5c50b52d845f008ffa22">
     14  <!ENTITY ojdk-size                 "80 MB">
    1515
    1616  <!ENTITY jtreg-version             "4.2-b13-517">
     
    1919  <!ENTITY jtreg-size                "6.8 MB">
    2020
    21   <!ENTITY ojdk-bdsize               "6.1 GB (an additional 368 MB for tests)">
    22   <!ENTITY ojdk-time                 "6.6 SBU with 4 jobs (an additional 91 SBU for tests with 4 jobs)">
     21  <!ENTITY ojdk-bdsize               "5.2 GB (an additional 363 MB for tests)">
     22  <!ENTITY ojdk-time                 "5.9 SBU with 4 jobs (an additional 79 SBU for tests with 4 jobs)">
    2323]>
    2424
     
    178178    <bridgehead renderas="sect4">Optional</bridgehead>
    179179    <para role="optional">
     180      <xref linkend="git"/>,
    180181      <xref linkend="graphviz"/>,
    181182      <xref linkend="mercurial"/>,
     
    256257    <filename>JTreport/test_{jdk,langtools}/text/summary.txt</filename>.
    257258    You should expect to see around 40 failures and a couple of errors.</para>
    258     <!-- for x86_64: 2 Errors, 28 Failures
     259    <!-- 11.0.2+9:
     260         for x86_64: 2 Errors, 28 Failures
    259261         for i686:   13 Errors, 48 Failures
    260          Updated for JDK-11.0.2+9 by renodr -->
     262         12.0.2+10:
     263         for x86_64: 5828 Passed, 52 Errors, no failures
     264         for i686: PENDING -->
    261265
    262266    <para>Install the package with the following commands as the
  • introduction/welcome/changelog.xml

    rb06fb60c rc7a230b  
    4343       -->
    4444    <listitem>
    45       <para>August 13th, 2019</para>
    46       <itemizedlist>
     45      <para>August 14th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to OpenJDK-12.0.2+10. This is a security
     49          update containing fixes for several vulnerabilities. i686 Binary is
     50          pending, and will be completed before BLFS 9.0 is released. Fixes
     51          <ulink url="&blfs-ticket-root;12191">#12191</ulink>.</para>
     52        </listitem>
    4753        <listitem>
    4854          <para>[ken] - Update to asymptote-2.52. Fixes
  • packages.ent

    rb06fb60c rc7a230b  
    357357<!ENTITY hamcrest-version             "1.3">
    358358-->
    359 <!ENTITY openjdk-version              "11.0.2">
    360 <!ENTITY openjdk-build                "9">
     359<!ENTITY openjdk-version              "12.0.2">
     360<!ENTITY openjdk-build                "10">
    361361
    362362<!ENTITY python2-majorver             "2.7">
Note: See TracChangeset for help on using the changeset viewer.