Changeset 6c3fd4d
- Timestamp:
- 06/17/2019 04:00:13 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1bc043ab
- Parents:
- f9b533a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf9b533a r6c3fd4d 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "1 5"> <!-- Always 2 digits -->3 <!ENTITY day "17"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "June 1 5th, &year;">9 <!ENTITY releasedate "June 17th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rf9b533a r6c3fd4d 42 42 </listitem> 43 43 --> 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 44 54 <listitem> 45 55 <para>June 15th, 2019</para> -
packages.ent
rf9b533a r6c3fd4d 70 70 <!ENTITY juffed-version "0.10.r71.gc3c1a3f"> 71 71 <!ENTITY nano-version "4.2"> 72 <!ENTITY vim-version "8.1 ">72 <!ENTITY vim-version "8.1.1535"> 73 73 <!ENTITY vim-majmin "81"> 74 74 -
postlfs/editors/vim.xml
rf9b533a r6c3fd4d 5 5 %general-entities; 6 6 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"> 8 10 <!ENTITY vim-download-ftp " "> 9 <!ENTITY vim-md5sum " 1739a1df312305155285f0cfa6118294">10 <!ENTITY vim-size "1 0.7MB">11 <!ENTITY vim-buildsize " 92 MB (Add 57 MB for tests)">12 <!ENTITY vim-time "0.3 SBU (Using parallelism=4; add 1. 5SBU 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)"> 13 15 ]> 14 16 … … 120 122 <filename>test.out</filename> in <filename 121 123 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 be123 < literal>ALL DONE</literal>. <emphasis>Note</emphasis>: Some color tests124 be executed. If all goes well,the log will report <literal>ALL DONE</literal>. 125 <emphasis>Note</emphasis>: Some color tests 124 126 expect to be executed under the <command>xterm</command> terminal 125 127 emulator. Three tests are known to fail occasionally and can be ignored.</para>
Note:
See TracChangeset
for help on using the changeset viewer.