Changeset 6c3fd4d


Ignore:
Timestamp:
06/17/2019 04:00:13 AM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 9.0, 9.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
1bc043ab
Parents:
f9b533a
Message:

vim-8.1.1535

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rf9b533a r6c3fd4d  
    11<!-- $LastChangedBy$ $Date$ -->
    22
    3 <!ENTITY day          "15">                   <!-- Always 2 digits -->
     3<!ENTITY day          "17">                   <!-- Always 2 digits -->
    44<!ENTITY month        "06">                   <!-- Always 2 digits -->
    55<!ENTITY year         "2019">
     
    77<!ENTITY copyholder   "The BLFS Development Team">
    88<!ENTITY version      "&year;-&month;-&day;">
    9 <!ENTITY releasedate  "June 15th, &year;">
     9<!ENTITY releasedate  "June 17th, &year;">
    1010<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
    1111<!ENTITY blfs-version "svn">                  <!-- svn|[release #] -->
  • introduction/welcome/changelog.xml

    rf9b533a r6c3fd4d  
    4242    </listitem>
    4343    -->
     44    <listitem>
     45      <para>June 17th, 2019</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Update to vim-8.1.1535 (Security Fix). Fixes
     49          <ulink url="&blfs-ticket-root;12161">#12161</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
    4454    <listitem>
    4555      <para>June 15th, 2019</para>
  • packages.ent

    rf9b533a r6c3fd4d  
    7070<!ENTITY juffed-version               "0.10.r71.gc3c1a3f">
    7171<!ENTITY nano-version                 "4.2">
    72 <!ENTITY vim-version                  "8.1">
     72<!ENTITY vim-version                  "8.1.1535">
    7373<!ENTITY vim-majmin                   "81">
    7474
  • postlfs/editors/vim.xml

    rf9b533a r6c3fd4d  
    55  %general-entities;
    66
    7   <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">
     7  <!-- only for initial releases of a new version
     8  <!ENTITY vim-download-http "http://ftp.vim.org/vim/unix/vim-&vim-version;.tar.bz2">-->
     9  <!ENTITY vim-download-http "http://github.com/vim/vim/archive/v&vim-version;/vim-&vim-version;.tar.gz">
    810  <!ENTITY vim-download-ftp  " ">
    9   <!ENTITY vim-md5sum        "1739a1df312305155285f0cfa6118294">
    10   <!ENTITY vim-size          "10.7 MB">
    11   <!ENTITY vim-buildsize     "92 MB (Add 57 MB for tests)">
    12   <!ENTITY vim-time          "0.3 SBU (Using parallelism=4; add 1.5 SBU for tests)">
     11  <!ENTITY vim-md5sum        "95935d54145e03a1c5a499bb3712817d">
     12  <!ENTITY vim-size          "14.0 MB">
     13  <!ENTITY vim-buildsize     "201 MB">
     14  <!ENTITY vim-time          "0.3 SBU (Using parallelism=4; add 1.2 SBU for tests)">
    1315]>
    1416
     
    120122    <filename>test.out</filename> in <filename
    121123    class="directory">src/testdir</filename>, the remaining tests will still
    122     be executed. If all goes well,the final message in the log file will be
    123     <literal>ALL DONE</literal>. <emphasis>Note</emphasis>: Some color tests
     124    be executed. If all goes well,the log will report <literal>ALL DONE</literal>.
     125    <emphasis>Note</emphasis>: Some color tests
    124126    expect to be executed under the <command>xterm</command> terminal
    125127    emulator. Three tests are known to fail occasionally and can be ignored.</para>
Note: See TracChangeset for help on using the changeset viewer.