Changeset b9abcb5 for networking


Ignore:
Timestamp:
04/26/2015 07:14:06 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
5d5234b
Parents:
3776752
Message:

Update to p11-kit-0.23.1.
Update to nettle-3.1.1.
Update to gnutls-3.4.0.
emacs-24.5: code broken with gnutls-3.4 and later.
samba-4.2.1: fix some code when building with gnutls-3.4 and later.
neon-0.30.1: fix some code when building with gnutls-3.4 and later.

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

Location:
networking
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/neon.xml

    r3776752 rb9abcb5  
    9595    <title>Installation of neon</title>
    9696
     97    <para>Fix some code when building with gnutls-3.4 and later:</para>
     98
     99<screen><userinput>sed -e 's/gnutls_retr_st/gnutls_retr2_st/' \
     100    -e 's/type = type/cert_&amp;/' \
     101    -i src/ne_gnutls.c</userinput></screen>
     102
    97103    <para>
    98104      Install <application>neon</application> by running the following
  • networking/netprogs/samba.xml

    r3776752 rb9abcb5  
    115115    </note>
    116116
     117    <para>Fix some code when building with gnutls-3.4 and later:</para>
     118
     119<screen><userinput>sed -e 's/.*set_priority.*/   gnutls_priority_set_direct(tls->session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
     120    -e '/cert_type_priority/d' \
     121    -i source4/lib/tls/tls.c &amp;&amp;
     122sed -e 's/.*set_priority.*/   gnutls_priority_set_direct(tlss->tls_session, "NORMAL:+CTYPE-OPENPGP", NULL);/' \
     123    -e '/t cert_type_priority/ s:^:/*:' \
     124    -e '/t cert_type_priority/{n;N;N;N;s:$:*/:}' \
     125    -i source4/lib/tls/tls_tstream.c</userinput></screen>
     126
    117127    <para>Install <application>Samba</application> by running the following
    118128    commands:</para>
Note: See TracChangeset for help on using the changeset viewer.