Changeset d53d455


Ignore:
Timestamp:
08/17/2021 02:47:55 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.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:
4cb0c8f
Parents:
66b0fa5
Message:

Package update and a relevant buildfix:

Update to JDK-16.0.2
Adjust FOP to build with JDK-16.0.2

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/java.xml

    r66b0fa5 rd53d455  
    88    the directory: this saves more than 70 MB. -->
    99  <!ENTITY anduin-download             "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    10   <!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-15.0.2/OpenJDK-15.0.2+7-i686-bin.tar.xz">
    11   <!ENTITY openjdk-bin-md5sum-x86      "8093b7f2d38fbfc39c63abd57462315b">
    12   <!ENTITY openjdk-bin-size-x86        "148 MB">
    13   <!ENTITY openjdk-bin-buildsize-x86   "281 MB">
     10  <!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-16.0.2/OpenJDK-16.0.2+7-i686-bin.tar.xz">
     11  <!ENTITY openjdk-bin-md5sum-x86      "45410ad7ec9045c379f9e736488696c3">
     12  <!ENTITY openjdk-bin-size-x86        "152 MB">
     13  <!ENTITY openjdk-bin-buildsize-x86   "29 MB">
    1414
    1515<!-- Not uploaded to anduin, since this file is now available under GNU GPLv2
    1616     licence.-->
    1717  <!ENTITY openjdk-download-binary-x64 "https://download.java.net/java/GA/jdk&openjdk-version;/0d1cfde4252546c6931946de8db48ee2/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">
    18   <!ENTITY openjdk-bin-md5sum-x64      "9209edbd74358ccb1c54cf54004f0bb9">
    19   <!ENTITY openjdk-bin-size-x64        "186 MB">
    20   <!ENTITY openjdk-bin-buildsize-x64   "321 MB">
     18  <!ENTITY openjdk-bin-md5sum-x64      "31c344e9097bd034c892b97c5ac45c27">
     19  <!ENTITY openjdk-bin-size-x64        "176 MB">
     20  <!ENTITY openjdk-bin-buildsize-x64   "303 MB">
    2121]>
    2222
     
    4040      Java is different from most of the packages in LFS and BLFS. It
    4141      is a programming language that works with files of byte codes to obtain
    42       instructions and executes then in a Java Virtual Machine (JVM). An
     42      instructions and executes them in a Java Virtual Machine (JVM). An
    4343      introductory java program looks like:
    4444    </para>
  • general/prog/openjdk.xml

    r66b0fa5 rd53d455  
    1111  <!ENTITY anduin-download           "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;">
    1212
    13   <!ENTITY ojdk-md5sum               "e516e5e14ded6f91a89c9b4c83a87005">
    14   <!ENTITY ojdk-size                 "97 MB">
     13  <!ENTITY ojdk-md5sum               "08b1c057136a6756cd8e4609dc517339">
     14  <!ENTITY ojdk-size                 "100 MB">
    1515
    1616  <!ENTITY jtreg-version             "4.2.0-tip">
     
    1919  <!ENTITY jtreg-size                "6.9 MB">
    2020
    21   <!ENTITY ojdk-bdsize               "4.5 GB (add 399 MB for tests)">
    22   <!ENTITY ojdk-time                 "4.5 SBU with 4 jobs (add 55 SBU for tests with 4 jobs)">
     21  <!ENTITY ojdk-bdsize               "4.7 GB (add 456 MB for tests)">
     22  <!ENTITY ojdk-time                 "5.2 SBU with 4 jobs (add 59 SBU for tests with 4 jobs)">
    2323]>
    2424
     
    193193      <xref linkend="git"/>,
    194194      <xref linkend="graphviz"/>,
    195       <xref linkend="mercurial"/>, and
     195      <xref linkend="mercurial"/>,
    196196<!-- not needed now, it seems
    197197      an X Window manager such as <xref linkend="twm"/> (for the tests), and
    198 -->   <ulink url="https://pandoc.org/">pandoc</ulink>
     198-->   <ulink url="https://pandoc.org/">pandoc</ulink>, and
     199      <ulink url="https://zlib.net/pigz">pigz</ulink>
    199200    </para>
    200201
  • introduction/welcome/changelog.xml

    r66b0fa5 rd53d455  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>August 17th, 2021</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to OpenJDK-16.0.2 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;15357">#15357</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>August 16th, 2021</para>
  • packages.ent

    r66b0fa5 rd53d455  
    393393<!ENTITY hamcrest-version             "1.3">
    394394-->
    395 <!ENTITY openjdk-version              "15.0.2">
     395<!ENTITY openjdk-version              "16.0.2">
    396396<!ENTITY openjdk-build                "7">
    397397
  • pst/ps/fop.xml

    r66b0fa5 rd53d455  
    237237    -i fop/build.xml</userinput></screen>
    238238-->
     239      <para>
     240        Fix building with JDK-16 due to an outdated Apache Maven plugin:
     241      </para>
     242
     243<screen><userinput remap="pre">sed -i 's/&lt;war.plugin.version&gt;2.2/&lt;war.plugin.version&gt;3.3.1/' pom.xml</userinput></screen>
     244
    239245      <para>
    240246        The <filename>build.xml</filename> file calls for an old version of
Note: See TracChangeset for help on using the changeset viewer.