Changeset 3f7f578


Ignore:
Timestamp:
08/10/2002 09:29:14 PM (22 years ago)
Author:
Larry Lawrence <larry@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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, 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, v1_0, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2a1e2f33
Parents:
bc6988d
Message:

update pine for patches

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • basicnet/mailnews/pine/pine-exp.xml

    rbc6988d r3f7f578  
    11<sect2>
    22<title>Command explanations</title>
     3
     4<para><userinput>patch -Np1 -i ../pine-4.44-fhs.patch :</userinput>
     5This patch will make Pine use /etc for configuration files.</para>
     6
     7<para><userinput>patch -Np1 -i ../pine-4.44-imap.patch :</userinput>
     8This patch fixes a DoS vulnerability in the IMAP handling code.</para>
     9
    310<para>The build procedure for Pine is somewhat unusual, in that
    411options usually passed as ./configure options or housed in $CFLAGS
  • basicnet/mailnews/pine/pine-inst.xml

    rbc6988d r3f7f578  
    22<title>Installation of Pine</title>
    33
    4 <para>Install Pine by running the following commands:</para>
     4<para>Install Pine by running the following commands: </para>
    55
    66<para><screen>
    7 <userinput>./build slx DEBUG='-Os ' MAILSPOOL='/var/mail' &amp;&amp;
     7<userinput>
     8patch -Np1 -i ../pine-4.44-fhs.patch &amp;&amp;
     9patch -Np1 -i ../pine-4.44-imap.patch &amp;&amp;
     10./build slx DEBUG='-Os ' MAILSPOOL='/var/mail' &amp;&amp;
    811cd bin &amp;&amp;
    912install pine /usr/bin </userinput>
  • basicnet/mailnews/pine/pine-intro.xml

    rbc6988d r3f7f578  
    77Package size:                   &pine-size;
    88Estimated Disk space required:  &pine-buildsize;</screen>
     9</sect2>
     10
     11<sect2><title>Required patches</title>
     12<screen>
     13Download location (FTP):       <ulink url="&blfs-patch-dir/pine-4.44-fhs.patch.bz2"/>
     14Download location (FTP):       <ulink url="&blfs-patch-dir/pine-4.44-imap.patch.bz2"/></screen>
    915
    1016<para>The Pine package contains the Pine Mail User Agent and several
    1117server daemons for various mail protocols, in addition to some nice
    12 file and directory editing/browsing programs.</para>
    13 </sect2>
     18file and directory editing/browsing programs.</para></sect2>
  • basicnet/mailnews/pine/pine.ent

    rbc6988d r3f7f578  
    88<!ENTITY pine-version "4.44">
    99<!ENTITY pine-download-http "http://mirror.sit.wisc.edu/pub/net/mail/pine/pine4.44.tar.gz">
    10 <!ENTITY pine-download-ftp "ftp://ftp.cac.washington.edu/pine/pine4.44.tar.gz">
     10<!ENTITY blfs-patch-dir
     11"ftp://ftp.linuxfromscratch.org/blfs-patches">
     12<!ENTITY pine-download-ftp
     13"ftp://ftp.cac.washington.edu/pine/pine4.44.tar.gz">
     14
    1115<!ENTITY pine-size "3.4 MB">
  • index.xml

    rbc6988d r3f7f578  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20020809">
    6 <!ENTITY releasedate "August 9th, 2002">
     5<!ENTITY version "20020810">
     6<!ENTITY releasedate "August 10th, 2002">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rbc6988d r3f7f578  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>August 10th, 2002 [larry]: Basic Networking: Modified
     14pine-4.44 for patches.</para></listitem>
    1215
    1316<listitem><para>August 9th, 2002 [larry]: Basic Networking: Added
Note: See TracChangeset for help on using the changeset viewer.