Changeset 2bf87d8


Ignore:
Timestamp:
10/22/2014 02:27:57 PM (10 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.7, 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, krejzi/svn, 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:
7f08245
Parents:
eb38c8a
Message:

Update to nasm-2.11.06.
Emacs-24.4: removed yesterday rcs-checkin from 'Installed Programs' forgot to
comment out in 'Short Descriptions'; reason: it has not been installed,
couldn't find it.

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    reb38c8a r2bf87d8  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "21">                   <!-- Always 2 digits -->
     3<!ENTITY day          "22">                   <!-- Always 2 digits -->
    44<!ENTITY month        "10">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2014">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "October 21th, &year;">
     9<!ENTITY releasedate  "October 22th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • general/prog/nasm.xml

    reb38c8a r2bf87d8  
    77  <!ENTITY nasm-download-http "http://www.nasm.us/pub/nasm/releasebuilds/&nasm-version;/nasm-&nasm-version;.tar.xz">
    88  <!ENTITY nasm-download-ftp  " ">
    9   <!ENTITY nasm-md5sum        "3544d7068206b583915394693c0e933c">
    10   <!ENTITY nasm-size          "727 KB">
    11   <!ENTITY nasm-buildsize     "25 MB" >
    12   <!ENTITY nasm-time          "0.2 SBU">
     9  <!ENTITY nasm-md5sum        "2b958e9f5d200641e6fc9564977aecc5">
     10  <!ENTITY nasm-size          "748 KB">
     11  <!ENTITY nasm-buildsize     "19 MB (additional 8 MB for the documentation)" >
     12  <!ENTITY nasm-time          "0.1 SBU">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    reb38c8a r2bf87d8  
    4646
    4747    <listitem>
     48      <para>October 22st, 2014</para>
     49      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to nasm-2.11.06.  Fixes
     52          <ulink url="&blfs-ticket-root;5713">#5713</ulink>.</para>
     53        </listitem>
     54      </itemizedlist>
     55    </listitem>
     56
     57    <listitem>
    4858      <para>October 21st, 2014</para>
    4959      <itemizedlist>
  • packages.ent

    reb38c8a r2bf87d8  
    263263<!ENTITY lua-version                  "5.2.3">
    264264<!ENTITY mercurial-version            "3.1.2">
    265 <!ENTITY nasm-version                 "2.11.05">
     265<!ENTITY nasm-version                 "2.11.06">
    266266<!ENTITY npapi-sdk-version            "0.27.2">
    267267<!ENTITY php-version                  "5.6.2">
  • postlfs/editors/emacs.xml

    reb38c8a r2bf87d8  
    214214        </listitem>
    215215      </varlistentry>
    216 
     216<!--
    217217      <varlistentry id="rcs-checkin">
    218218        <term><command>rcs-checkin</command></term>
     
    223223          </indexterm>
    224224        </listitem>
    225       </varlistentry>
     225      </varlistentry>-->
    226226
    227227    </variablelist>
Note: See TracChangeset for help on using the changeset viewer.