Changeset d53d455
- Timestamp:
- 08/17/2021 02:47:55 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 4cb0c8f
- Parents:
- 66b0fa5
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/java.xml
r66b0fa5 rd53d455 8 8 the directory: this saves more than 70 MB. --> 9 9 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 10 <!ENTITY openjdk-download-binary-x86 "&sources-anduin-http;/OpenJDK/OpenJDK-1 5.0.2/OpenJDK-15.0.2+7-i686-bin.tar.xz">11 <!ENTITY openjdk-bin-md5sum-x86 " 8093b7f2d38fbfc39c63abd57462315b">12 <!ENTITY openjdk-bin-size-x86 "1 48MB">13 <!ENTITY openjdk-bin-buildsize-x86 "2 81MB">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"> 14 14 15 15 <!-- Not uploaded to anduin, since this file is now available under GNU GPLv2 16 16 licence.--> 17 17 <!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 "1 86 MB">20 <!ENTITY openjdk-bin-buildsize-x64 "3 21MB">18 <!ENTITY openjdk-bin-md5sum-x64 "31c344e9097bd034c892b97c5ac45c27"> 19 <!ENTITY openjdk-bin-size-x64 "176 MB"> 20 <!ENTITY openjdk-bin-buildsize-x64 "303 MB"> 21 21 ]> 22 22 … … 40 40 Java is different from most of the packages in LFS and BLFS. It 41 41 is a programming language that works with files of byte codes to obtain 42 instructions and executes the nin a Java Virtual Machine (JVM). An42 instructions and executes them in a Java Virtual Machine (JVM). An 43 43 introductory java program looks like: 44 44 </para> -
general/prog/openjdk.xml
r66b0fa5 rd53d455 11 11 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 12 12 13 <!ENTITY ojdk-md5sum " e516e5e14ded6f91a89c9b4c83a87005">14 <!ENTITY ojdk-size " 97MB">13 <!ENTITY ojdk-md5sum "08b1c057136a6756cd8e4609dc517339"> 14 <!ENTITY ojdk-size "100 MB"> 15 15 16 16 <!ENTITY jtreg-version "4.2.0-tip"> … … 19 19 <!ENTITY jtreg-size "6.9 MB"> 20 20 21 <!ENTITY ojdk-bdsize "4. 5 GB (add 399MB for tests)">22 <!ENTITY ojdk-time " 4.5 SBU with 4 jobs (add 55SBU 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)"> 23 23 ]> 24 24 … … 193 193 <xref linkend="git"/>, 194 194 <xref linkend="graphviz"/>, 195 <xref linkend="mercurial"/>, and195 <xref linkend="mercurial"/>, 196 196 <!-- not needed now, it seems 197 197 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> 199 200 </para> 200 201 -
introduction/welcome/changelog.xml
r66b0fa5 rd53d455 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>August 16th, 2021</para> -
packages.ent
r66b0fa5 rd53d455 393 393 <!ENTITY hamcrest-version "1.3"> 394 394 --> 395 <!ENTITY openjdk-version "1 5.0.2">395 <!ENTITY openjdk-version "16.0.2"> 396 396 <!ENTITY openjdk-build "7"> 397 397 -
pst/ps/fop.xml
r66b0fa5 rd53d455 237 237 -i fop/build.xml</userinput></screen> 238 238 --> 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/<war.plugin.version>2.2/<war.plugin.version>3.3.1/' pom.xml</userinput></screen> 244 239 245 <para> 240 246 The <filename>build.xml</filename> file calls for an old version of
Note:
See TracChangeset
for help on using the changeset viewer.