Changeset 5ff75d2


Ignore:
Timestamp:
07/14/2015 06:07:39 PM (9 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, 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:
85f4254
Parents:
2c384c05
Message:

Updates to apache-ant-1.9.2, mercurial-3.4.2, mupdf-1.7a

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r2c384c05 r5ff75d2  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "13">                   <!-- Always 2 digits -->
     3<!ENTITY day          "14">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2015">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 13th &year;">
     9<!ENTITY releasedate  "July 14th &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/apache-ant.xml

    r2c384c05 r5ff75d2  
    77  <!ENTITY apache-ant-download-http "https://archive.apache.org/dist/ant/source/apache-ant-&apache-ant-version;-src.tar.bz2">
    88  <!ENTITY apache-ant-download-ftp  " ">
    9   <!ENTITY apache-ant-md5sum        "1eddcf051c8a7010c46ca940c63d478d">
     9  <!ENTITY apache-ant-md5sum        "a2d6094af9d1b59b49378b61b2874a22">
    1010  <!ENTITY apache-ant-size          "3.6 MB">
    11   <!ENTITY apache-ant-buildsize     "183 MB">
     11  <!ENTITY apache-ant-buildsize     "113 MB">
    1212  <!ENTITY apache-ant-time          "0.3 SBU">
    1313]>
     
    147147    <para><command>cp -v ... lib/optional</command>:
    148148    This command copies the JUnit and hamcrest jar files into the directory where
    149     Apache Ant will look for it.</para>
     149    Apache Ant will look for them.</para>
    150150
    151151    <para><command>./build.sh -Ddist.dir=/opt/ant-&apache-ant-version;
  • general/prog/mercurial.xml

    r2c384c05 r5ff75d2  
    77  <!ENTITY mercurial-download-http "http://mercurial.selenic.com/release/mercurial-&mercurial-version;.tar.gz">
    88  <!ENTITY mercurial-download-ftp  " ">
    9   <!ENTITY mercurial-md5sum        "65783a60aefb46a11296b587e9403537">
     9  <!ENTITY mercurial-md5sum        "0b0a63bfbc22d399f42f56fc65c5394b">
    1010  <!ENTITY mercurial-size          "4.1 MB">
    11   <!ENTITY mercurial-buildsize     "332 MB (running the test suite and building documents)">
    12   <!ENTITY mercurial-time          "2.7 SBU, using parallelism=8 (running the test suite and building documents)">
     11  <!ENTITY mercurial-buildsize     "320 MB (47 MB for program, 2 MB for documentation, 271MB for tests)">
     12  <!ENTITY mercurial-time          "0.1 SBU for program and documentation, 10 SBU for tests">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r2c384c05 r5ff75d2  
    4444
    4545-->
     46
     47    <listitem>
     48      <para>July 14th, 2015</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[pierre] - Update to mupdf-1.7a. Fixes
     52          <ulink url="&blfs-ticket-root;6692">#6692</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[pierre] - Update to apache-ant-1.9.6. Fixes
     56          <ulink url="&blfs-ticket-root;6683">#6683</ulink>.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[pierre] - Update to mercurial-3.4.2. Fixes
     60          <ulink url="&blfs-ticket-root;6677">#6677</ulink>.</para>
     61        </listitem>
     62      </itemizedlist>
     63    </listitem>
    4664
    4765    <listitem>
  • packages.ent

    r2c384c05 r5ff75d2  
    264264<!ENTITY llvm-version                 "3.6.1">
    265265<!ENTITY lua-version                  "5.3.1">
    266 <!ENTITY mercurial-version            "3.4.1">
     266<!ENTITY mercurial-version            "3.4.2">
    267267<!ENTITY nasm-version                 "2.11.08">
    268268<!ENTITY npapi-sdk-version            "0.27.2">
     
    283283<!ENTITY yasm-version                 "1.3.0">
    284284
    285 <!ENTITY apache-ant-version           "1.9.5">
     285<!ENTITY apache-ant-version           "1.9.6">
    286286<!ENTITY junit-version                "4.11">
    287287<!ENTITY hamcrest-version             "1.3">
     
    758758<!ENTITY epdfview-version             "0.1.8">
    759759<!ENTITY fop-version                  "1.1">
    760 <!ENTITY mupdf-version                "1.7">
     760<!ENTITY mupdf-version                "1.7a">
    761761<!ENTITY paps-version                 "0.6.8">
    762762
  • pst/ps/mupdf.xml

    r2c384c05 r5ff75d2  
    99  <!ENTITY mupdf-download-http "http://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
    1010  <!ENTITY mupdf-download-ftp  " ">
    11   <!ENTITY mupdf-md5sum        "81d36f436a7065c81a501ed7ff4ee21e">
     11  <!ENTITY mupdf-md5sum        "319fda2cc5301bb3ec2e1d82c3329986">
    1212  <!ENTITY mupdf-size          "13 MB">
    1313  <!ENTITY mupdf-buildsize     "131 MB">
     
    9999    <para role="optional">
    100100      <xref linkend="openssl"/> and
    101       <ulink url="http://sourceforge.net/projects/jbig2dec/">jbig2dec</ulink>
     101      <ulink url="http://downloads.ghostscript.com/public/jbig2dec/">jbig2dec</ulink>
    102102    </para>
    103103
Note: See TracChangeset for help on using the changeset viewer.