Changeset c7a230b
- Timestamp:
- 08/14/2019 11:51:05 PM (4 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 9.0, 9.1, kea, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/python-mods, qt5new, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- ba5004d
- Parents:
- b06fb60c
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general/prog/java.xml
rb06fb60c rc7a230b 6 6 7 7 <!-- 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 --> 9 10 <!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"> 11 12 <!ENTITY openjdk-bin-md5sum-x86 "2b917647040e9804e0f3ccd51f40394b"> 12 13 <!ENTITY openjdk-bin-size-x86 "158 MB"> … … 17 18 <!-- I've crafted a binary in case the version is removed from Oracle after 18 19 BLFS 8.4 is released. --> 19 <!ENTITY openjdk-download-binary-x64 "https://download.java.net/java/GA/jdk1 1/&openjdk-build;/GPL/openjdk-&openjdk-version;_linux-x64_bin.tar.gz">20 <!ENTITY openjdk-bin-md5sum-x64 " ce52c5844200c569a50a869e579d88f6">21 <!ENTITY openjdk-bin-size-x64 "1 79 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"> 22 23 <!ENTITY openjdk-bin-buildsize-x64 "296 MB"> 23 24 ]> -
general/prog/openjdk.xml
rb06fb60c rc7a230b 6 6 7 7 <!ENTITY ojdk-tarball "jdk-&openjdk-version;+&openjdk-build;.tar.bz2"> 8 <!ENTITY ojdk-repo "http://hg.openjdk.java.net/jdk-updates/jdk1 1u">8 <!ENTITY ojdk-repo "http://hg.openjdk.java.net/jdk-updates/jdk12u"> 9 9 <!ENTITY ojdk-download "&ojdk-repo;/archive/&ojdk-tarball;"> 10 10 11 11 <!ENTITY anduin-download "&sources-anduin-http;/OpenJDK/OpenJDK-&openjdk-version;"> 12 12 13 <!ENTITY ojdk-md5sum " 460f252fae1d5b2022fe9059af2121e6">14 <!ENTITY ojdk-size "8 6MB">13 <!ENTITY ojdk-md5sum "29a2ca9d2c9a5c50b52d845f008ffa22"> 14 <!ENTITY ojdk-size "80 MB"> 15 15 16 16 <!ENTITY jtreg-version "4.2-b13-517"> … … 19 19 <!ENTITY jtreg-size "6.8 MB"> 20 20 21 <!ENTITY ojdk-bdsize " 6.1 GB (an additional 368MB for tests)">22 <!ENTITY ojdk-time " 6.6 SBU with 4 jobs (an additional 91SBU 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)"> 23 23 ]> 24 24 … … 178 178 <bridgehead renderas="sect4">Optional</bridgehead> 179 179 <para role="optional"> 180 <xref linkend="git"/>, 180 181 <xref linkend="graphviz"/>, 181 182 <xref linkend="mercurial"/>, … … 256 257 <filename>JTreport/test_{jdk,langtools}/text/summary.txt</filename>. 257 258 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 259 261 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 --> 261 265 262 266 <para>Install the package with the following commands as the -
introduction/welcome/changelog.xml
rb06fb60c rc7a230b 43 43 --> 44 44 <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> 47 53 <listitem> 48 54 <para>[ken] - Update to asymptote-2.52. Fixes -
packages.ent
rb06fb60c rc7a230b 357 357 <!ENTITY hamcrest-version "1.3"> 358 358 --> 359 <!ENTITY openjdk-version "1 1.0.2">360 <!ENTITY openjdk-build " 9">359 <!ENTITY openjdk-version "12.0.2"> 360 <!ENTITY openjdk-build "10"> 361 361 362 362 <!ENTITY python2-majorver "2.7">
Note:
See TracChangeset
for help on using the changeset viewer.