Changes in / [a63b21e:9538254f]


Ignore:
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/spirv-llvm-translator.xml

    ra63b21e r9538254f  
    66
    77  <!ENTITY spirv-llvm-translator-download-http "https://github.com/KhronosGroup/SPIRV-LLVM-Translator/archive/v&spirv-llvm-translator-version;/SPIRV-LLVM-Translator-&spirv-llvm-translator-version;.tar.gz">
    8   <!ENTITY spirv-llvm-translator-md5sum        "094ff60909ada1e76e87da90df053be6">
     8  <!ENTITY spirv-llvm-translator-md5sum        "b5cbda38b297d02133c5a0e5d6f2cadb">
    99  <!ENTITY spirv-llvm-translator-size          "1.6 MB">
    1010  <!ENTITY spirv-llvm-translator-buildsize     "36 MB">
    11   <!ENTITY spirv-llvm-translator-time          "0.6 SBU (with parallelism=4)">
     11  <!ENTITY spirv-llvm-translator-time          "0.4 SBU (with parallelism=4)">
    1212]>
    1313
  • general/genutils/screen.xml

    ra63b21e r9538254f  
    77  <!ENTITY screen-download-http "&gnu-http;/screen/screen-&screen-version;.tar.gz">
    88  <!ENTITY screen-download-ftp  " ">
    9   <!ENTITY screen-md5sum        "9a9bdc956bd93e4f0cb9e48678889e26">
    10   <!ENTITY screen-size          "1020 KB">
    11   <!ENTITY screen-buildsize     "9.5 MB">
     9  <!ENTITY screen-md5sum        "befc115989242ed4bceeff8d8bfeb4e6">
     10  <!ENTITY screen-size          "876 KB">
     11  <!ENTITY screen-buildsize     "7.7 MB">
    1212  <!ENTITY screen-time          "0.1 SBU">
    1313]>
  • general/prog/apache-ant.xml

    ra63b21e r9538254f  
    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        "055843219f487edb3a6db554ad1355ef">
     9  <!ENTITY apache-ant-md5sum        "778c68be3787dfebc249de45598f63b2">
    1010  <!ENTITY apache-ant-size          "3.6 MB">
    11   <!ENTITY apache-ant-buildsize     "195 MB">
    12   <!ENTITY apache-ant-time          "0.3 SBU (excluding download time)">
     11  <!ENTITY apache-ant-buildsize     "196 MB">
     12  <!ENTITY apache-ant-time          "0.2 SBU (excluding download time)">
    1313]>
    1414
     
    130130<screen><userinput>./bootstrap.sh</userinput></screen>
    131131
    132 <!-- No longer needed in 1.10.14.
    133     <para>
    134       Now fix a problem when the next command tries to download a file from
    135       a problem site:
    136     </para>
    137 
    138 <screen><userinput>sed -e 's|ftp.software.ibm.com|anduin.linuxfromscratch.org|' \
    139     -e 's|software/awdtools/netrexx|BLFS/apache-ant|'        \
    140     -i fetch.xml </userinput></screen>
    141 -->
    142 
    143132    <para>
    144133      Download the runtime dependencies using the
     
    173162
    174163    <para>
    175       <command>bootstrap/bin/ant -f fetch.xml -D dest=optional</command>:
     164      <command>bootstrap/bin/ant -f fetch.xml -Ddest=optional</command>:
    176165      Downloads the missing dependencies to the user's home directory, and
    177166      copies them into the source tree (in the <filename>lib/optional</filename>
     
    180169
    181170    <para>
    182       <command>./build.sh -D dist.dir=$PWD/ant-&apache-ant-version;
     171      <command>./build.sh -Ddist.dir=$PWD/ant-&apache-ant-version;
    183172      dist</command>: This command builds, tests, then installs the package
    184173      into a temporary directory.
  • general/prog/perl-modules/perl-uri.xml

    ra63b21e r9538254f  
    66
    77  <!ENTITY my-download-http "&perl_authors;/id/O/OA/OALDERS/URI-&URI-version;.tar.gz">
    8   <!ENTITY my-md5sum "82aaecd8861f31444338231801ba01ca">
     8  <!ENTITY my-md5sum "34cf48b69c4fbcc40cfebac94af39424">
    99]>
    1010
  • introduction/welcome/changelog.xml

    ra63b21e r9538254f  
    4444      <itemizedlist>
    4545        <listitem>
     46          <para>[bdubbs] - Update to URI-5.29 (Perl Module). Fixes
     47          <ulink url="&blfs-ticket-root;20331">#20331</ulink>.</para>
     48        </listitem>
     49        <listitem>
     50          <para>[bdubbs] - Update to cairo-1.18.2. Fixes
     51          <ulink url="&blfs-ticket-root;20303">#20303</ulink>.</para>
     52        </listitem>
     53        <listitem>
     54          <para>[bdubbs] - Update to SPIRV-LLVM-Translator-18.1.4. Fixes
     55          <ulink url="&blfs-ticket-root;20299">#20299</ulink>.</para>
     56        </listitem>
     57        <listitem>
     58          <para>[bdubbs] - Update to apache-ant-1.10.15. Fixes
     59          <ulink url="&blfs-ticket-root;20287">#20287</ulink>.</para>
     60        </listitem>
     61        <listitem>
     62          <para>[bdubbs] - Update to screen-5.0.0. Fixes
     63          <ulink url="&blfs-ticket-root;20284">#20284</ulink>.</para>
     64        </listitem>
     65        <listitem>
    4666          <para>[renodr] - Update to ruby-3.3.5 (Security Update). Fixes
    4767          <ulink url="&blfs-ticket-root;20317">#20317</ulink>.</para>
  • packages.ent

    ra63b21e r9538254f  
    203203<!ENTITY spirv-headers-version        "1.3.290.0">
    204204<!ENTITY spirv-tools-version          "1.3.290.0">
    205 <!ENTITY spirv-llvm-translator-version "18.1.3">
     205<!ENTITY spirv-llvm-translator-version "18.1.4">
    206206<!ENTITY talloc-version               "2.4.2">
    207207<!--<!ENTITY telepathy-glib-version       "0.24.2">-->
     
    278278<!ENTITY pinentry-version             "1.3.1">
    279279<!ENTITY rep-gtk-version              "0.90.8.3">
    280 <!ENTITY screen-version               "4.9.1">
     280<!ENTITY screen-version               "5.0.0">
    281281<!ENTITY shared-mime-info-version     "2.4">
    282282<!ENTITY sharutils-version            "4.15.2">
     
    397397<!ENTITY openjdk-version              "22.0.2">
    398398<!ENTITY openjdk-build                "9">
    399 <!ENTITY apache-ant-version           "1.10.14">
     399<!ENTITY apache-ant-version           "1.10.15">
    400400
    401401<!-- Perl module versions used in the Perl Modules instructions
     
    446446<!ENTITY Unicode-Collate-version      "1.31">
    447447<!ENTITY Unicode-LineBreak-version    "2019.001">
    448 <!ENTITY URI-version                  "5.28">
     448<!ENTITY URI-version                  "5.29">
    449449<!ENTITY XML-LibXML-Simple-version    "1.01">
    450450<!ENTITY XML-LibXSLT-version          "2.003000">
     
    847847<!-- <!ENTITY at-spi2-atk-version          "2.38.0">-->
    848848<!ENTITY cairo-minor                  "1.18">
    849 <!ENTITY cairo-version                "&cairo-minor;.0">
     849<!ENTITY cairo-version                "&cairo-minor;.2">
    850850<!ENTITY cairomm-1.0-version          "1.14.5">
    851851<!ENTITY cairomm-1.16-version         "1.18.0">
  • x/lib/cairo.xml

    ra63b21e r9538254f  
    77  <!ENTITY cairo-download-http "https://www.cairographics.org/releases/cairo-&cairo-version;.tar.xz">
    88  <!ENTITY cairo-download-ftp  " ">
    9   <!ENTITY cairo-md5sum        "3f0685fbadc530606f965b9645bb51d9">
    10   <!ENTITY cairo-size          "32 MB">
    11   <!ENTITY cairo-buildsize     "98 MB">
    12   <!ENTITY cairo-time          "0.3 SBU (Using parallelism=4)">
     9  <!ENTITY cairo-md5sum        "5ad67c707edd0003f1b91c8bbc0005c1">
     10  <!ENTITY cairo-size          "31 MB">
     11  <!ENTITY cairo-buildsize     "93 MB">
     12  <!ENTITY cairo-time          "0.2 SBU (Using parallelism=4)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.