Changeset 6fa67d43 for general


Ignore:
Timestamp:
10/05/2003 01:46:43 AM (21 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, v5_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
3428fc3
Parents:
3c624c0
Message:

updated to openssl-0.9.7c

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

Location:
general/genlib/openssl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/openssl/openssl-exp.xml

    r3c624c0 r6fa67d43  
    33
    44<para><option>no-rc5 no-idea</option>: When added to the
    5 <command>./config</command>
    6 command, this will eliminate the building of those encryption methods.
    7 Patent licenses may be needed for you to utilize either of those methods in
    8 your projects.</para>
     5<command>./config</command> command, this will eliminate the building of those
     6encryption methods. Patent licenses may be needed for you to utilize either of
     7those methods in your projects.</para>
    98
    10 <para><command>rm doc/apps/passwd.pod </command>: We do this because
    11 otherwise <application>Open<acronym>SSL</acronym></application> installs its passwd man page over
    12 the existing system one which isn't what we want.</para>
     9<para><command>rm doc/apps/passwd.pod </command>: This command prevents
     10<application>Open<acronym>SSL</acronym></application> from installing its
     11passwd man page over an existing man page with the same name.</para>
    1312
    1413<para><screen><command>make MANDIR=/usr/share/man
    1514make MANDIR=/usr/share/man install</command></screen> These
    1615commands install <application>OpenSSL</application> with the man pages
    17 in <filename class='directory'>/usr/share/man
    18 </filename> instead of the default which is <filename
    19 class='directory'>/etc/ssl/man</filename>.</para>
     16in <filename class='directory'>/usr/share/man</filename> instead of the
     17default which is <filename class='directory'>/etc/ssl/man</filename>.</para>
    2018 
    21 <para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command. For some reason, the <application>openssl</application> install routine creates
     19<para><command>rmdir /etc/ssl/lib</command>: This is simply a tidy-up command.
     20For some reason, the <application>openssl</application> install routine creates
    2221the <filename class='directory'>/etc/ssl/lib</filename> directory even though
    23 the libraries have been installed in <filename class='directory'>/usr/lib
    24 </filename>.  We remove it to keep things nice and tidy!</para>
     22the libraries have been installed in
     23<filename class='directory'>/usr/lib</filename>.  We remove it to keep things
     24nice and tidy!</para>
     25
     26<para><command>chmod 755 /usr/lib/pkgconfig</command>: The installation
     27process modifies the rights on this directory to mode 644. This command
     28restores the permissions to the setting prior to installation (mode 755).</para>
    2529
    2630</sect2>
  • general/genlib/openssl/openssl-inst.xml

    r3c624c0 r6fa67d43  
    1212-->
    1313
    14 <screen><userinput><command>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
     14<screen><userinput><command>patch -Np1 -i ../openssl-0.9.7c-manpages.patch
     15sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
    1516> doc/apps/openssl-passwd.pod &amp;&amp;
    1617rm doc/apps/passwd.pod &amp;&amp;
     
    1819make MANDIR=/usr/share/man &amp;&amp;
    1920make MANDIR=/usr/share/man install &amp;&amp;
    20 rmdir /etc/ssl/lib</command></userinput></screen>
     21rmdir /etc/ssl/lib
     22chmod 755 /usr/lib/pkgconfig</command></userinput></screen>
    2123
    2224
  • general/genlib/openssl/openssl-intro.xml

    r3c624c0 r6fa67d43  
    1717</sect3>
    1818
     19
     20<sect3><title>Additional downloads</title>
     21<itemizedlist spacing='compact'>
     22<listitem><para>Man page patch (HTTP): <ulink
     23url="&patch-root;/openssl-0.9.7c-manpages.patch"/></para></listitem></itemizedlist>
     24</sect3>
     25
    1926</sect2>
     27
Note: See TracChangeset for help on using the changeset viewer.