Changeset ecea644


Ignore:
Timestamp:
07/31/2018 03:42:21 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
869e6892
Parents:
f365f210
Message:

Update to guile-2.2.4

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf365f210 recea644  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "30">                   <!-- Always 2 digits -->
     3<!ENTITY day          "31">                   <!-- Always 2 digits -->
    44<!ENTITY month        "07">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2018">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "July 30th, &year;">
     9<!ENTITY releasedate  "July 31st, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/guile.xml

    rf365f210 recea644  
    77  <!ENTITY guile-download-http "&gnu-http;/guile/guile-&guile-version;.tar.xz">
    88  <!ENTITY guile-download-ftp  "&gnu-ftp;/guile/guile-&guile-version;.tar.xz">
    9   <!ENTITY guile-md5sum        "8d31f236b2b6c792a799d6e38d6dfc5f">
    10   <!ENTITY guile-size          "9.7 MB">
    11   <!ENTITY guile-buildsize     "172 MB (add 4 MB for tests)">
    12   <!ENTITY guile-time          "7.1 SBU (add 0.5 SBU for tests)">
     9  <!ENTITY guile-md5sum        "d2ee223fdb7570b68469e339a7074d1d">
     10  <!ENTITY guile-size          "10.3 MB">
     11  <!ENTITY guile-buildsize     "247 MB (with tests)">
     12  <!ENTITY guile-time          "5.3 SBU (with tests)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    rf365f210 recea644  
    4242    </listitem>
    4343-->
     44    <listitem>
     45      <para>July 31st, 2018</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[renodr] - Update to guile-2.2.4. Fixes
     49          <ulink url="&blfs-ticket-root;10912">#10912</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>July 30th, 2018</para>
  • packages.ent

    rf365f210 recea644  
    321321<!ENTITY gdb-version                  "8.1">
    322322<!ENTITY git-version                  "2.17.1">
    323 <!ENTITY guile-version                "2.2.3">
     323<!ENTITY guile-version                "2.2.4">
    324324<!ENTITY librep-version               "0.92.7">
    325325<!ENTITY llvm-version                 "6.0.0">
  • postlfs/security/sudo.xml

    rf365f210 recea644  
    156156
    157157    <para>
    158       <parameter>--with-passprompt</parameter>: This switch sets the prompt.
     158      <parameter>--with-passprompt</parameter>: This switch sets the password prompt.
    159159    </para>
    160160
Note: See TracChangeset for help on using the changeset viewer.