Changeset f53f1b3c for general


Ignore:
Timestamp:
03/20/2004 10:05:15 PM (20 years ago)
Author:
Igor Živković <igor@…>
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_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
b5ea3492
Parents:
5d3e7fa
Message:

updated to openssl-0.9.7d

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

Location:
general/genlib/openssl
Files:
4 edited

Legend:

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

    r5d3e7fa rf53f1b3c  
    1414commands prevents <application>Open<acronym>SSL</acronym></application> from
    1515overwriting an existing man page from <application>Perl</application>.</para>
     16
     17<para><command>sed -i -e 's/-m486/-march=i486/' Configure</command>:
     18<application>GCC</application> issues a warning on every
     19compilation because the <command>Configure</command>
     20command uses deprecated <parameter>-m486</parameter> instead of
     21<parameter>-march=i486</parameter>.</para>
    1622
    1723<para><screen><command>make MANDIR=/usr/share/man
     
    3238nice and tidy!</para>
    3339
    34 <para><command>chmod 755 /usr/lib/pkgconfig</command>: The installation
    35 process modifies the rights on this directory to mode 644. This command
    36 restores the permissions to the setting prior to installation (mode 755).</para>
    37 
    3840</sect2>
  • general/genlib/openssl/openssl-inst.xml

    r5d3e7fa rf53f1b3c  
    1212-->
    1313
    14 <screen><userinput><command>patch -Np1 -i ../openssl-0.9.7c-manpages.patch &amp;&amp;
    15 sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
     14<screen><userinput><command>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
    1615    > doc/apps/openssl-passwd.pod &amp;&amp;
    1716rm doc/apps/passwd.pod &amp;&amp;
    1817mv doc/crypto/{,openssl_}threads.pod &amp;&amp;
     18sed -i -e 's/-m486/-march=i486/' Configure &amp;&amp;
    1919./config --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;
    2020make MANDIR=/usr/share/man &amp;&amp;
    2121make MANDIR=/usr/share/man install &amp;&amp;
    2222cp -r certs /etc/ssl &amp;&amp;
    23 rmdir /etc/ssl/lib &amp;&amp;
    24 chmod 755 /usr/lib/pkgconfig</command></userinput></screen>
     23rmdir /etc/ssl/lib</command></userinput></screen>
    2524
    2625</sect2>
  • general/genlib/openssl/openssl-intro.xml

    r5d3e7fa rf53f1b3c  
    66cryptography functions to other packages, notably <application>OpenSSH
    77</application> and web browsers (for accessing secure https sites).</para>
    8 
    98
    109<sect3><title>Package information</title>
     
    1716</sect3>
    1817
    19 
    20 <sect3><title>Additional downloads</title>
    21 <itemizedlist spacing='compact'>
    22 <listitem><para>Man page patch (HTTP): <ulink
    23 url="&patch-root;/openssl-0.9.7c-manpages.patch"/></para></listitem></itemizedlist>
    24 </sect3>
    25 
    2618</sect2>
    27 
  • general/genlib/openssl/openssl.ent

    r5d3e7fa rf53f1b3c  
    55<!ENTITY openssl-config SYSTEM "openssl-config.xml">
    66<!ENTITY openssl-desc SYSTEM "openssl-desc.xml">
    7 <!ENTITY openssl-version "0.9.7c">
     7<!ENTITY openssl-version "0.9.7d">
    88<!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    99<!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    1010<!ENTITY openssl-size "2.7 MB">
    11 <!ENTITY openssl-buildsize "26.1 MB">
    12 <!ENTITY openssl-time "3.35 SBU">
     11<!ENTITY openssl-buildsize "25 MB">
     12<!ENTITY openssl-time "1.16 SBU">
Note: See TracChangeset for help on using the changeset viewer.