Changeset 91b3917


Ignore:
Timestamp:
08/23/2023 12:19:36 AM (9 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.0, 12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
faa948c
Parents:
68e53be
Message:

Update to apache-ant-1.10.14.

Files:
3 edited

Legend:

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

    r68e53be r91b3917  
    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        "4cf5c6728612f4787eda265b0a2d266b">
    10   <!ENTITY apache-ant-size          "3.7 MB">
    11   <!ENTITY apache-ant-buildsize     "242 MB">
     9  <!ENTITY apache-ant-md5sum        "055843219f487edb3a6db554ad1355ef">
     10  <!ENTITY apache-ant-size          "3.6 MB">
     11  <!ENTITY apache-ant-buildsize     "195 MB">
    1212  <!ENTITY apache-ant-time          "0.3 SBU (excluding download time)">
    1313]>
     
    123123    <title>Installation of Apache Ant</title>
    124124
    125 <!-- Not needed with 1.10.10
    126     <para>
    127       First fix an incompatibility issue between the documentation standard
    128       used in the build tree, and the one expected by <xref
    129       linkend="openjdk"/>:
    130     </para>
    131 
    132 <screen><userinput>sed -i 's/- -add-modules java.activation/-html4/' build.xml</userinput></screen>
    133 -->
    134 
    135125    <para>
    136126      Build a limited bootstrap version of <application>Apache
     
    140130<screen><userinput>./bootstrap.sh</userinput></screen>
    141131
     132<!-- No longer needed in 1.10.14.
    142133    <para>
    143134      Now fix a problem when the next command tries to download a file from
     
    148139    -e 's|software/awdtools/netrexx|BLFS/apache-ant|'        \
    149140    -i fetch.xml </userinput></screen>
     141-->
    150142
    151143    <para>
  • introduction/welcome/changelog.xml

    r68e53be r91b3917  
    4242     <para>August 22nd, 2023</para>
    4343     <itemizedlist>
     44       <listitem>
     45         <para>[bdubbs] - Update to apache-ant-1.10.14. Fixes
     46         <ulink url="&blfs-ticket-root;18433">#18433</ulink>.</para>
     47       </listitem>
    4448       <listitem>
    4549         <para>[renodr] - Update to WebKitGTK+-2.41.91. Fixes
  • packages.ent

    r68e53be r91b3917  
    363363<!ENTITY openjdk-version              "20.0.2">
    364364<!ENTITY openjdk-build                "9">
    365 <!ENTITY apache-ant-version           "1.10.13">
     365<!ENTITY apache-ant-version           "1.10.14">
    366366
    367367<!-- Perl module versions used in the Perl Modules instructions
Note: See TracChangeset for help on using the changeset viewer.