Changeset fbd186f


Ignore:
Timestamp:
08/26/2018 04:52:45 AM (6 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, 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:
bba3fd3
Parents:
d31272d3
Message:

Update to Apache-Ant-1.10.4. Fixes #10896.
Update to Apache-Maven-3.5.4. Fixes #11062.
Fix build issue with junit-4.12. Fixes #10777.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/prog/apache-ant.xml

    rd31272d3 rfbd186f  
    77  <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.xz">
    88  <!ENTITY apache-ant-download-ftp  " ">
    9   <!ENTITY apache-ant-md5sum        "9db4b8ebdf3ee3a50aceb96ee6d54e6a">
     9  <!ENTITY apache-ant-md5sum        "a8297467f7d13873897ff4418ff1e932">
    1010  <!ENTITY apache-ant-size          "4.0 MB">
    11   <!ENTITY apache-ant-buildsize     "262 MB (not including downloaded files)">
    12   <!ENTITY apache-ant-time          "0.3 SBU (with 4 cores; add download time)">
     11  <!ENTITY apache-ant-buildsize     "264 MB">
     12  <!ENTITY apache-ant-time          "0.2 SBU (excluding download time)">
    1313]>
    1414
     
    4040    that implements a particular task interface.</para>
    4141
    42     &lfs82_checked;
     42    &lfs83_checked;
    4343
    4444    <bridgehead renderas="sect3">Package Information</bridgehead>
  • general/prog/junit.xml

    rd31272d3 rfbd186f  
    3838    </para>
    3939
    40     &lfs82_checked;
     40    &lfs83_checked;
    4141
    4242    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6161      </listitem>
    6262    </itemizedlist>
    63 <!-- maven downloads this for us:
    6463    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    6564    <itemizedlist spacing="compact">
    6665      <listitem>
    6766        <para>
    68           Required file: <ulink
    69              url="http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/&hamcrest-version;/hamcrest-core-&hamcrest-version;.jar"/>
    70         </para>
    71       </listitem>
    72       <listitem>
    73         <para>
    74           Required file: <ulink
    75              url="http://repo1.maven.org/maven2/org/hamcrest/hamcrest-core/&hamcrest-version;/hamcrest-core-&hamcrest-version;-sources.jar"/>
     67          Required patch: <ulink
     68             url="&patch-root;/junit/junit4-&junit-version;-simplify_NoExitSecurityManager-1.patch"/>
    7669        </para>
    7770      </listitem>
    7871    </itemizedlist>
    79 -->
     72
    8073    <bridgehead renderas="sect3">JUnit Dependencies</bridgehead>
    8174
     
    9487    <title>Installation of JUnit</title>
    9588    <para>
    96       First remove a test, which fails with <application>Java 9</application>.
     89      First remove a test, which fails with <application>Java 10</application>.
    9790    </para>
    9891
    9992<screen><userinput>sed -e '/MethodsSorted/i    @Ignore' \
    10093    -i src/test/java/org/junit/runners/model/TestClassTest.java</userinput></screen>
     94
     95    <para>
     96      Replace deprecated SecurityManager code:
     97    </para>
     98
     99<screen><userinput>patch -Np1 -i ../junit4-&junit-version;-simplify_NoExitSecurityManager-1.patch</userinput></screen>
    101100
    102101    <para>
  • general/prog/maven.xml

    rd31272d3 rfbd186f  
    77  <!ENTITY maven-download-http "https://archive.apache.org/dist/maven/maven-3/&maven-version;/source/apache-maven-&maven-version;-src.tar.gz">
    88  <!ENTITY maven-download-ftp  " ">
    9   <!ENTITY maven-md5sum        "240b880cd7294665d7228f74f6453984">
     9  <!ENTITY maven-md5sum        "a4346b6cb557266677dc9541526e2548">
    1010  <!ENTITY maven-size          "2.6 MB">
    11   <!ENTITY maven-buildsize     "?? MB">
    12   <!ENTITY maven-time          "?? SBU">
     11  <!ENTITY maven-buildsize     "92 MB">
     12  <!ENTITY maven-time          "0.4 SBU">
    1313
    1414  <!ENTITY maven-binary-http "https://archive.apache.org/dist/maven/maven-3/&maven-version;/binaries/apache-maven-&maven-version;-bin.tar.gz">
    1515]>
    1616
    17 <!-- Try to keep the indentation used in this file-->
    1817<sect1 id="maven" xreflabel="Apache-Maven-&maven-version;">
    1918  <?dbhtml filename="maven.html"?>
    2019
    2120  <sect1info>
    22     <!-- this part gets updated when you commit, IFF you set the properties:
    23       first, svn add path/to/thisfile.xml and then
    24       svn propset svn:mime-type text/plain path/to/thisfile.xml and
    25       svn propset svn:keywords "Date LastChangedBy" path/to/thisfile.xml -->
    2621    <othername>$LastChangedBy: pierre $</othername>
    2722    <date>$Date: 2017-09-11 12:14:03 +0200 (lun. 11 sept. 2017) $</date>
     
    4540    </para>
    4641
    47     &lfs82_checked;
     42    &lfs83_checked;
    4843
    4944    <bridgehead renderas="sect3">Package Information</bridgehead>
  • introduction/welcome/changelog.xml

    rd31272d3 rfbd186f  
    4545      <para>August 26th, 2018</para>
    4646      <itemizedlist>
     47        <listitem>
     48          <para>[dj] - Fix build issue with junit-4.12. Fixes
     49          <ulink url="&blfs-ticket-root;10777">#10777</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[dj] - Update to Apache-Maven-3.5.4. Fixes
     53          <ulink url="&blfs-ticket-root;11062">#11062</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[dj] - Update to Apache-Ant-1.10.4. Fixes
     57          <ulink url="&blfs-ticket-root;10896">#10896</ulink>.</para>
     58        </listitem>
    4759        <listitem>
    4860          <para>[dj] - Update to OpenJDK-10.0.2. Fixes
  • packages.ent

    rd31272d3 rfbd186f  
    347347<!ENTITY yasm-version                 "1.3.0">
    348348
    349 <!ENTITY apache-ant-version           "1.10.3">
    350 <!ENTITY maven-version                "3.5.3">
     349<!ENTITY apache-ant-version           "1.10.4">
     350<!ENTITY maven-version                "3.5.4">
    351351<!ENTITY junit-major                  "4">
    352352<!ENTITY junit-version                "4.12">
Note: See TracChangeset for help on using the changeset viewer.