Changeset a4f37269 for networking


Ignore:
Timestamp:
06/03/2017 10:32:28 PM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
2de449e3
Parents:
14bf879
Message:

Update to OpenSSL-1.1.0f. Fixes #8214.
Update to OpenSSL Libraries 1.0.2l. Fixes #9282.
Remove Re-alpine and raplaced with Alpine-2.21.

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

Location:
networking
Files:
1 added
5 edited

Legend:

Unmodified
Added
Removed
  • networking/mailnews/fetchmail.xml

    r14bf879 ra4f37269  
    6060    </itemizedlist>
    6161
     62    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     63    <itemizedlist spacing="compact">
     64      <listitem>
     65        <para>Required patch: &patch-root;/fetchmail-&fetchmail-version;-disable_sslv3-1.patch</para>
     66      </listitem>
     67    </itemizedlist>
     68
    6269    <bridgehead renderas="sect3">Fetchmail Dependencies</bridgehead>
    6370
     
    8592    commands:</para>
    8693
    87 <screen><userinput>./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
     94<screen><userinput>patch -Np1 -i ../fetchmail-&fetchmail-version;-disable
     95_sslv3-1.patch &amp;&amp;
     96./configure --prefix=/usr --with-ssl --enable-fallback=procmail &amp;&amp;
    8897make</userinput></screen>
    8998
  • networking/mailnews/mailnews.xml

    r14bf879 ra4f37269  
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutt.xml"/>
    2929  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="procmail.xml"/>
    30   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="re-alpine.xml"/>
     30  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="alpine.xml"/>
    3131  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="other.xml"/>
    3232
  • networking/mailnews/mailx.xml

    r14bf879 ra4f37269  
    7777
    7878    <bridgehead renderas="sect4">Optional</bridgehead>
    79     <para role="optional"><xref linkend="openssl"/> or
     79    <para role="optional"><xref linkend="openssl10"/> or
    8080    <xref linkend="nss"/>,
    8181    <xref linkend="mitkrb"/> (for IMAP GSSAPI
     
    103103
    104104<screen><userinput>patch -Np1 -i ../heirloom-mailx-&mailx-version;-fixes-1.patch &amp;&amp;
    105 make SENDMAIL=/usr/sbin/sendmail -j1</userinput></screen>
     105sed 's@&lt;openssl@&lt;openssl-1.0/openssl@' \
     106    -i openssl.c fio.c makeconfig &amp;&amp;
     107make LDFLAGS+="/usr/lib/openssl-1.0/" \
     108     SENDMAIL=/usr/sbin/sendmail -j1</userinput></screen>
    106109
    107110    <para>This package does not come with a test suite.</para>
  • networking/netprogs/samba.xml

    r14bf879 ra4f37269  
    7575      <xref linkend="perl-parse-yapp"/>,
    7676      <xref linkend="pycrypto"/>,
    77       <xref linkend="python3"/>, and
    78       <xref linkend="openldap"/>
     77      <xref linkend="python3"/>,
     78      <xref linkend="openldap"/>, and
     79      <xref linkend="openssl"/> <!-- This can be removed at openldap-2.4.45.-->
    7980    </para>
    8081
  • networking/textweb/w3m.xml

    r14bf879 ra4f37269  
    7575    <para role="optional">
    7676      <xref linkend="gpm"/>,
    77       <xref linkend="openssl"/>,
     77      <xref linkend="openssl10"/>,
    7878      <xref linkend="imlib2"/>,
    7979      <xref linkend="gtk2"/>,
     
    103103sed -i 's#gdk-pixbuf-xlib-2.0#&amp; x11#' configure &amp;&amp;
    104104
    105 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     105PKG_CONFIG_PATH="/usr/lib/openssl-1.0/pkgconfig" \
     106    ./configure --prefix=/usr --sysconfdir=/etc  &amp;&amp;
    106107make</userinput></screen>
    107108
Note: See TracChangeset for help on using the changeset viewer.