updated to openssl-0.9.7d

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1905 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Igor Živković 2004-03-20 22:05:15 +00:00
parent 5d3e7fa9f4
commit f53f1b3c05
5 changed files with 15 additions and 20 deletions

View File

@ -14,6 +14,12 @@ passwd man page over an existing man page with the same name.</para>
commands prevents <application>Open<acronym>SSL</acronym></application> from
overwriting an existing man page from <application>Perl</application>.</para>
<para><command>sed -i -e 's/-m486/-march=i486/' Configure</command>:
<application>GCC</application> issues a warning on every
compilation because the <command>Configure</command>
command uses deprecated <parameter>-m486</parameter> instead of
<parameter>-march=i486</parameter>.</para>
<para><screen><command>make MANDIR=/usr/share/man
make MANDIR=/usr/share/man install</command></screen> These
commands install <application>OpenSSL</application> with the man pages
@ -31,8 +37,4 @@ the libraries have been installed in
<filename class='directory'>/usr/lib</filename>. We remove it to keep things
nice and tidy!</para>
<para><command>chmod 755 /usr/lib/pkgconfig</command>: The installation
process modifies the rights on this directory to mode 644. This command
restores the permissions to the setting prior to installation (mode 755).</para>
</sect2>

View File

@ -11,16 +11,15 @@ linux-ppro, linux-pentium or linux-k6 (depending on your architecture), instead
</para></note>
-->
<screen><userinput><command>patch -Np1 -i ../openssl-0.9.7c-manpages.patch &amp;&amp;
sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
<screen><userinput><command>sed 's/^passwd/openssl-passwd/' doc/apps/passwd.pod \
> doc/apps/openssl-passwd.pod &amp;&amp;
rm doc/apps/passwd.pod &amp;&amp;
mv doc/crypto/{,openssl_}threads.pod &amp;&amp;
sed -i -e 's/-m486/-march=i486/' Configure &amp;&amp;
./config --openssldir=/etc/ssl --prefix=/usr shared &amp;&amp;
make MANDIR=/usr/share/man &amp;&amp;
make MANDIR=/usr/share/man install &amp;&amp;
cp -r certs /etc/ssl &amp;&amp;
rmdir /etc/ssl/lib &amp;&amp;
chmod 755 /usr/lib/pkgconfig</command></userinput></screen>
rmdir /etc/ssl/lib</command></userinput></screen>
</sect2>

View File

@ -6,7 +6,6 @@ and libraries relating to cryptography. These are useful for providing
cryptography functions to other packages, notably <application>OpenSSH
</application> and web browsers (for accessing secure https sites).</para>
<sect3><title>Package information</title>
<itemizedlist spacing='compact'>
<listitem><para>Download (HTTP): <ulink url="&openssl-download-http;"/></para></listitem>
@ -16,12 +15,4 @@ cryptography functions to other packages, notably <application>OpenSSH
<listitem><para>Estimated build time: &openssl-time;</para></listitem></itemizedlist>
</sect3>
<sect3><title>Additional downloads</title>
<itemizedlist spacing='compact'>
<listitem><para>Man page patch (HTTP): <ulink
url="&patch-root;/openssl-0.9.7c-manpages.patch"/></para></listitem></itemizedlist>
</sect3>
</sect2>

View File

@ -4,9 +4,9 @@
<!ENTITY openssl-exp SYSTEM "openssl-exp.xml">
<!ENTITY openssl-config SYSTEM "openssl-config.xml">
<!ENTITY openssl-desc SYSTEM "openssl-desc.xml">
<!ENTITY openssl-version "0.9.7c">
<!ENTITY openssl-version "0.9.7d">
<!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
<!ENTITY openssl-download-ftp "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
<!ENTITY openssl-size "2.7 MB">
<!ENTITY openssl-buildsize "26.1 MB">
<!ENTITY openssl-time "3.35 SBU">
<!ENTITY openssl-buildsize "25 MB">
<!ENTITY openssl-time "1.16 SBU">

View File

@ -11,6 +11,9 @@ who wrote what.</para>
<itemizedlist>
<listitem><para>March 20th, 2004 [igor]: Updated to OpenSSL-0.9.7d,
courtesy of Dagmar d'Surreal and Matthew Burgess.</para></listitem>
<listitem><para>March 20th, 2004 [tushar]: LessTif: Changed /usr/Lesstif to
/usr/share/LessTif. Thanks to Randy for poiting it out.</para></listitem>