Changeset 9cb50666 for networking


Ignore:
Timestamp:
08/26/2022 10:19:51 AM (20 months ago)
Author:
Thomas Trepl (Moody) <thomas@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
94f9324c
Parents:
1bbb5dd (diff), d6696ec (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Location:
networking
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd.xml

    r1bbb5dd r9cb50666  
    115115chown    -v dhcpcd:dhcpcd /var/lib/dhcpcd </userinput></screen>
    116116
     117    <para>Fix a runtime error caused by a change in glibc-2.36:</para>
     118
     119<screen><userinput>sed '/Deny everything else/i SECCOMP_ALLOW(__NR_getrandom),' \
     120    -i src/privsep-linux.c</userinput></screen>
     121
    117122    <para>
    118123      Install <application>dhcpcd</application> by running the following
  • networking/netlibs/libnma.xml

    r1bbb5dd r9cb50666  
    3535    </para>
    3636
    37     &lfs111_checked;
     37    &lfs112_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netprogs/samba.xml

    r1bbb5dd r9cb50666  
    4242    </para>
    4343
    44     &lfs111_checked;
     44    &lfs112_checked;
    4545
    4646    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    183183
    184184    <para>
     185      First, fix a build failure caused by glibc-2.36:
     186    </para>
     187
     188 <screen><userinput remap="pre">sed -i '/mount.h/d' lib/replace/system/filesys.h</userinput></screen>
     189
     190    <para>
    185191      To support the test suite, set up a Python virtual environment
    186192      for some Python modules out of the scope of BLFS:
  • networking/netutils/network-manager-applet.xml

    r1bbb5dd r9cb50666  
    3939    </para>
    4040
    41     &lfs111_checked;
     41    &lfs112_checked;
    4242
    4343    <bridgehead renderas="sect3">Package Information</bridgehead>
  • networking/netutils/nmap.xml

    r1bbb5dd r9cb50666  
    3535    </para>
    3636
    37     &lfs111_checked;
     37    &lfs112_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
Note: See TracChangeset for help on using the changeset viewer.