Changeset 635cb25 for postlfs


Ignore:
Timestamp:
04/27/2006 10:06:15 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7cfb497
Parents:
fea3ac80
Message:

Updated to openssl-0.9.8a. Added patch for cyrus-sasl-2.1.21 with openssl-0.9.8+

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

Location:
postlfs/security
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/cyrus-sasl.xml

    rfea3ac80 r635cb25  
    6969        <para>Required patch: <ulink
    7070        url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-openldap23-1.patch"/></para>
     71      </listitem>
     72      <listitem>
     73        <para>Required patch: <ulink
     74        url="&patch-root;/cyrus-sasl-&cyrus-sasl-version;-openssl98-1.patch"/></para>
    7175      </listitem>
    7276    </itemizedlist>
     
    103107
    104108<screen><userinput>patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-openldap23-1.patch &amp;&amp;
     109patch -Np1 -i ../cyrus-sasl-&cyrus-sasl-version;-openssl98-1.patch &amp;&amp;
    105110sed -i '/sasl_global/s/^static //' lib/client.c &amp;&amp;
    106111sed -i 's/cat8/man8/' saslauthd/Makefile.in &amp;&amp;
  • postlfs/security/heimdal.xml

    rfea3ac80 r635cb25  
    198198ln -v -sf ../../lib/libdb-4.4.so /usr/lib/libdb-4.so &amp;&amp;
    199199for SYMLINK in otp.so.0.1.3  kafs.so.0.4.1   krb5.so.17.4.0 \
    200                asn1.so.6.1.0 roken.so.16.1.0 crypto.so.0.9.7
     200               asn1.so.6.1.0 roken.so.16.1.0 crypto.so.0.9.8
    201201do
    202202    ln -v -sf ../../lib/lib$SYMLINK \
  • postlfs/security/openssl.xml

    rfea3ac80 r635cb25  
    77  <!ENTITY openssl-download-http "http://www.openssl.org/source/openssl-&openssl-version;.tar.gz">
    88  <!ENTITY openssl-download-ftp  "ftp://ftp.openssl.org/source/openssl-&openssl-version;.tar.gz">
    9   <!ENTITY openssl-md5sum        "f69d82b206ff8bff9d0e721f97380b9e">
    10   <!ENTITY openssl-size          "3.2 MB">
    11   <!ENTITY openssl-buildsize     "37.7 MB">
    12   <!ENTITY openssl-time          "0.9 SBU">
     9  <!ENTITY openssl-md5sum        "1d16c727c10185e4d694f87f5e424ee1">
     10  <!ENTITY openssl-size          "3.1 MB">
     11  <!ENTITY openssl-buildsize     "40.0 MB">
     12  <!ENTITY openssl-time          "1.0 SBU (additional 0.4 SBU to run the test suite)">
    1313]>
    1414
     
    9696
    9797<screen role="root"><userinput>make MANDIR=/usr/share/man install &amp;&amp;
    98 cp -v -r certs /etc/ssl</userinput></screen>
     98cp -v -r certs /etc/ssl &amp;&amp;
     99install -v -d -m755 /usr/share/doc/openssl-&openssl-version; &amp;&amp;
     100cp -v -r doc/{HOWTO,README,*.{txt,html,gif}} \
     101    /usr/share/doc/openssl-&openssl-version;</userinput></screen>
    99102
    100103  </sect2>
     
    157160
    158161      <seglistitem>
    159         <seg>c_rehash, openssl, and openssl_fips_fingerprint</seg>
     162        <seg>c_rehash and openssl</seg>
    160163        <seg>libcrypto.{so,a} and libssl.{so,a}</seg>
    161         <seg>/etc/ssl and /usr/include/ssl</seg>
     164        <seg>/etc/ssl, /usr/include/ssl and /usr/lib/engines</seg>
    162165      </seglistitem>
    163166    </segmentedlist>
Note: See TracChangeset for help on using the changeset viewer.