Changeset d357f93


Ignore:
Timestamp:
05/14/2008 02:15:34 PM (16 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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, 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/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
a5e8571
Parents:
0ecf995
Message:

Added a patch to the rxvt-unicode instructions to fix a security vulnerability and changed the download URL to a more consistent location

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r0ecf995 rd357f93  
    44-->
    55
    6 <!ENTITY day          "12">                   <!-- Always 2 digits -->
     6<!ENTITY day          "14">                   <!-- Always 2 digits -->
    77<!ENTITY month        "05">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2008">
  • general/genutils/rxvt-unicode.xml

    r0ecf995 rd357f93  
    55  %general-entities;
    66
    7   <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
     7  <!ENTITY rxvt-unicode-download-http "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-&rxvt-unicode-version;.tar.bz2">
    88  <!ENTITY rxvt-unicode-download-ftp  " ">
    99  <!ENTITY rxvt-unicode-md5sum        "f3c4fea3d544a340fa5a1d601ff5f204">
    1010  <!ENTITY rxvt-unicode-size          "860 KB">
    11   <!ENTITY rxvt-unicode-buildsize     "18 MB">
     11  <!ENTITY rxvt-unicode-buildsize     "27 MB">
    1212  <!ENTITY rxvt-unicode-time          "0.2 SBU">
    1313]>
     
    5656    </itemizedlist>
    5757
     58    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59    <itemizedlist spacing="compact">
     60      <listitem>
     61        <para>Required patch: <ulink
     62        url="&patch-root;/rxvt-unicode-&rxvt-unicode-version;-DISPLAY_fix-1.patch"/></para>
     63      </listitem>
     64    </itemizedlist>
     65
    5866    <bridgehead renderas="sect3">rxvt-unicode Dependencies</bridgehead>
    5967
     
    6270
    6371    <bridgehead renderas="sect4">Optional</bridgehead>
    64     <para role="optional">
    65     <ulink url="http://www.afterstep.org/visualdoc.php?show=asimagexml">
    66     libAfterImage</ulink> (adds support for libAfterImage to be used for
    67     transparency and background images)</para>
     72    <para role="optional"><ulink
     73    url="http://sourceforge.net/projects/afterstep">libAfterImage</ulink>
     74    (adds support for transparency and background images)</para>
    6875
    6976    <para condition="html" role="usernotes">User Notes:
     
    7885    following commands:</para>
    7986
    80 <screen><userinput>./configure --prefix=/usr --enable-everything &amp;&amp;
     87<screen><userinput>patch -Np1 -i ../rxvt-unicode-&rxvt-unicode-version;-DISPLAY_fix-1.patch &amp;&amp;
     88./configure --prefix=/usr --enable-everything &amp;&amp;
    8189make</userinput></screen>
    8290
     
    100108
    101109    <para><option>--disable-perl</option>: Disable the embedded
    102     <application>Perl</application>
    103     interpreter.</para>
     110    <application>Perl</application> interpreter.</para>
    104111
    105112    <para><option>--disable-afterimage</option>: Remove support for
     
    113120    <para>The <application>rxvt-unicode</application> terminal emulator
    114121    uses the resource class <classname>URxvt</classname> and the resource name
    115     <classname>urxvt</classname>. You can add X resource definitions to the
    116     user's <filename>~/.Xresources</filename> file, or to the system-wide
    117     <filename>/etc/X11/app-defaults/URxvt</filename> file.
    118     The following example provides a way to load the
    119     <classname>matcher</classname><application>Perl</application> extension
    120     (assuming <application>Perl</application> support wasn't disabled), which
    121     enables a middle button click to open an underline URL in the specified
    122     browser. It also sets a background and a foreground color and loads an Xft
    123     font. Accomplish this by adding the following definitions as the
    124     <systemitem class="username">root</systemitem> user:</para>
    125 
    126 <screen role="root"><userinput>cat &gt;&gt; /etc/X11/app-defaults/URxvt &lt;&lt; "EOF"
    127 URxvt*perl-ext: matcher
     122    <classname>urxvt</classname>. You can add X resource definitions to a
     123    user's <filename>~/.Xresources</filename> file or to the system-wide
     124    <filename>/etc/X11/app-defaults/URxvt</filename> file. The following
     125    example will load the <classname>matcher</classname>
     126    <application>Perl</application> extension (assuming
     127    <application>Perl</application> support wasn't disabled), which enables a
     128    middle button click to open an underlined URL in the specified browser,
     129    sets a background and foreground color and loads an Xft font:</para>
     130
     131<screen><userinput>cat &gt;&gt; /etc/X11/app-defaults/URxvt &lt;&lt; "EOF"
     132<literal>URxvt*perl-ext: matcher
    128133URxvt*urlLauncher: firefox
    129134URxvt.background: black
    130135URxvt.foreground: yellow
    131 URxvt*font: xft:Monospace:pixelsize=12
     136URxvt*font: xft:Monospace:pixelsize=12</literal>
    132137EOF</userinput></screen>
    133138
     
    136141    within the same process. The <command>urxvtc</command> client then connects
    137142    to the <command>urxvtd</command> daemon and requests a new terminal window.
    138     </para>
    139 
    140   <note>
    141     <para>Use that option with caution. If the daemon crashes, all the
    142     running processes in the terminal windows are terminated.</para>
    143   </note>
    144 
    145     <para>
    146     You can start the <command>urxvtd</command> daemon in the system or
    147     personal startup <command>X</command> session scripts (e.g.,
     143    Use this option with caution. If the daemon crashes, all the running
     144    processes in the terminal windows are terminated.</para>
     145
     146    <para>You can start the <command>urxvtd</command> daemon in the system or
     147    personal startup <command>X</command> session script (e.g.,
    148148    <filename>~/.xinitrc</filename>) by adding the following lines near the top
    149149    of the script:</para>
    150150
    151151<screen><userinput><literal># Start the urxvtd daemon
    152 urxvtd -q -f -o &amp;
    153 </literal></userinput></screen>
     152urxvtd -q -f -o &amp;</literal></userinput></screen>
    154153
    155154    <para>For more information, examine the <command>urxvt</command>,
     
    168167
    169168      <seglistitem>
    170         <seg>urxvt, urxvtd, and urxvtc.</seg>
     169        <seg>urxvt, urxvtd, and urxvtc</seg>
    171170        <seg>Many <application>Perl</application> extensions located under
    172171        <filename class='directory'>/usr/lib/urxvt/perl</filename></seg>
     
    193192        <term><command>urxvtd</command></term>
    194193        <listitem>
    195           <para>is the urxvt terminal daemon.</para>
     194          <para>is the <command>urxvt</command> terminal daemon.</para>
    196195          <indexterm zone="rxvt-unicode urxvtd">
    197196            <primary sortas="b-urxvtd">urxvtd</primary>
     
    203202        <term><command>urxvtc</command></term>
    204203        <listitem>
    205           <para>controls the urxvtd daemon.</para>
     204          <para>controls the <command>urxvtd</command> daemon.</para>
    206205          <indexterm zone="rxvt-unicode urxvtc">
    207206            <primary sortas="b-urxvtc">xterm</primary>
  • introduction/welcome/changelog.xml

    r0ecf995 rd357f93  
    4343
    4444    <listitem>
     45      <para>May 14th, 2008</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[randy] - Added a patch to the rxvt-unicode instructions to fix
     49          a security vulnerability and changed the download URL to a more
     50          consistent location.</para>
     51        </listitem>
     52      </itemizedlist>
     53    </listitem>
     54
     55    <listitem>
    4556      <para>May 12th, 2008</para>
    4657      <itemizedlist>
Note: See TracChangeset for help on using the changeset viewer.