Changeset 1fc6df6
- Timestamp:
- 11/01/2007 11:23:19 PM (17 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, 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, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 1febec8
- Parents:
- f933cc3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rf933cc3 r1fc6df6 80 80 <!ENTITY nano-version "2.0.1"> 81 81 <!ENTITY joe-version "3.5"> 82 <!ENTITY ed-version "0. 2">82 <!ENTITY ed-version "0.8"> 83 83 <!ENTITY bluefish-version "1.0.5"> 84 84 -
introduction/important/locale-issues.xml
rf933cc3 r1fc6df6 246 246 247 247 <para>Among BLFS packages, this problem applies to 248 <xref linkend=" ed"/>, <xref linkend="xine-ui"/> and allshells.</para>248 <xref linkend="xine-ui"/> and all the shells.</para> 249 249 250 250 </sect2> -
introduction/welcome/changelog.xml
rf933cc3 r1fc6df6 45 45 <para>November 01st, 2007</para> 46 46 <itemizedlist> 47 <listitem> 48 <para>[ag] - Updated to ed-0.8.</para> 49 </listitem> 47 50 <listitem> 48 51 <para>[ag] - Updated to Fcron-3.0.3.</para> -
postlfs/editors/ed.xml
rf933cc3 r1fc6df6 7 7 <!ENTITY ed-download-http "http://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz"> 8 8 <!ENTITY ed-download-ftp "ftp://ftp.gnu.org/pub/gnu/ed/ed-&ed-version;.tar.gz"> 9 <!ENTITY ed-md5sum " ddd57463774cae9b50e70cd51221281b">10 <!ENTITY ed-size " 182KB">11 <!ENTITY ed-buildsize " 2.9MB">12 <!ENTITY ed-time " 0.02SBU">9 <!ENTITY ed-md5sum "b359451fb32097974484b5ba7c19f5fb"> 10 <!ENTITY ed-size "66 KB"> 11 <!ENTITY ed-buildsize "1.3 MB"> 12 <!ENTITY ed-time "Less than 0.1 SBU"> 13 13 ]> 14 14 … … 36 36 program if you encounter an ed-based patch file. This happens rarely 37 37 because diff-based patches are preferred these days.</para> 38 39 <caution>40 <para><application>Ed</application> determines character boundaries41 incorrectly in multibyte locales. See the42 <xref linkend="locale-wrong-multibyte-characters"/>43 section of the <xref linkend="locale-issues"/> page for a more44 general discussion of this problem. Use of <application>Ed</application>45 in installation instructions for BLFS packages such as46 <xref linkend="tetex"/> is not a problem, as BLFS instructions never47 use <application>Ed</application> to modify a file containing48 non-ASCII characters.</para>49 </caution>50 38 51 39 <bridgehead renderas="sect3">Package Information</bridgehead> … … 71 59 </itemizedlist> 72 60 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>74 <itemizedlist spacing="compact">75 <listitem>76 <para>Required Patch: <ulink77 url="&patch-root;/ed-&ed-version;-mkstemp-2.patch"/></para>78 </listitem>79 </itemizedlist>80 81 61 <para condition="html" role="usernotes">User Notes: 82 62 <ulink url="&blfs-wiki;/ed"/></para> … … 87 67 <title>Installation of Ed</title> 88 68 89 <para><application>Ed</application> normally uses the90 <function>mktemp</function> function to create temporary files in91 <filename class="directory">/tmp</filename>, but this function contains92 a vulnerability (see the section on Temporary Files at93 <ulink url="http://en.tldp.org/HOWTO/Secure-Programs-HOWTO/avoid-race.html"/>).94 Apply the following patch to make <application>Ed</application> use95 <function>mkstemp</function> instead, a secure way to create temporary96 files:</para>97 98 <screen><userinput>patch -Np1 -i ../ed-&ed-version;-mkstemp-2.patch</userinput></screen>99 100 69 <para>Install <application>Ed</application> by running the following 101 70 commands:</para> 102 71 103 <screen><userinput>./configure --prefix=/usr --exec-prefix=""&&72 <screen><userinput>./configure --prefix=/usr && 104 73 make</userinput></screen> 105 74 … … 108 77 <para>Now, as the <systemitem class="username">root</systemitem> user:</para> 109 78 110 <screen role="root"><userinput>make install</userinput></screen> 111 112 </sect2> 113 114 <sect2 role="commands"> 115 <title>Command Explanations</title> 116 117 <para><parameter>--exec-prefix=""</parameter>: This forces the programs 118 to be installed into the <filename class="directory">/bin</filename> 119 directory. Having the programs available there is useful in the event of 120 the <filename class="directory">/usr</filename> partition being 121 unavailable.</para> 79 <screen role="root"><userinput>make install && 80 make install-man</userinput></screen> 122 81 123 82 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.