Changeset 0f9a1f08 for networking


Ignore:
Timestamp:
01/18/2023 02:35:32 PM (16 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/xf86-video-removal
Children:
c10acfe
Parents:
f56d2e7 (diff), 97e7219 (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' into plabs/python-mods

Location:
networking
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • networking/connect/dhcpcd.xml

    rf56d2e7 r0f9a1f08  
    299299IFACE="eth0"
    300300SERVICE="dhcpcd"
    301 DHCP_START="-b -q <replaceable>&lt;insert appropriate start options here&gt;</replaceable>"
     301DHCP_START="-b -q -h ''<replaceable>&lt;insert appropriate start options here&gt;</replaceable>"
    302302DHCP_STOP="-k <replaceable>&lt;insert additional stop options here&gt;</replaceable>"</literal>
    303303EOF</userinput></screen>
  • networking/netlibs/libpcap.xml

    rf56d2e7 r0f9a1f08  
    77  <!ENTITY libpcap-download-http "https://www.tcpdump.org/release/libpcap-&libpcap-version;.tar.gz">
    88  <!ENTITY libpcap-download-ftp  " ">
    9   <!ENTITY libpcap-md5sum        "9f27d8e5595fb14e6bc8151ef6f5610b">
     9  <!ENTITY libpcap-md5sum        "c42fde2eb75a5075f19116f8c9768573">
    1010  <!ENTITY libpcap-size          "932 KB">
    11   <!ENTITY libpcap-buildsize     "9.9 MB">
     11  <!ENTITY libpcap-buildsize     "11 MB">
    1212  <!ENTITY libpcap-time          "less than 0.1 SBU">
    1313]>
  • networking/netutils/networkmanager.xml

    rf56d2e7 r0f9a1f08  
    99  <!ENTITY NetworkManager-download-ftp
    1010"&gnome-download-ftp;/NetworkManager/&NetworkManager-minor;/NetworkManager-&NetworkManager-version;.tar.xz">
    11   <!ENTITY NetworkManager-md5sum        "46be005b3cae8c002339ada4c9f9f3ea">
    12   <!ENTITY NetworkManager-size          "6.2 MB">
    13   <!ENTITY NetworkManager-buildsize     "275 MB (with tests and documentation)">
     11  <!ENTITY NetworkManager-md5sum        "465761b2b614c1f778a34c59adfabf1a">
     12  <!ENTITY NetworkManager-size          "6.3 MB">
     13  <!ENTITY NetworkManager-buildsize     "278 MB (with tests and documentation)">
    1414  <!ENTITY NetworkManager-time          "0.9 SBU (with tests, using parallelism=4)">
    1515]>
     
    156156         below still one test (test-route) fails.-->
    157157
    158 <screen><literal>
    159 [*] Networking support---&gt;                                [CONFIG_NET]
     158<screen><literal>[*] Networking support---&gt;                                [CONFIG_NET]
    160159      Networking options---&gt;
    161160      [*] TCP/IP networking                               [CONFIG_INET]
     
    186185      &lt;*&gt;   Virtual eXtensible Local Area Network (VXLAN) [CONFIG_VXLAN]
    187186      &lt;*&gt;   Virtual ethernet pair device                  [CONFIG_VETH]
    188       &lt;*&gt;   Virtual Routing and Forwarding (Lite)         [CONFIG_VRF]
    189   </literal></screen>
     187      &lt;*&gt;   Virtual Routing and Forwarding (Lite)         [CONFIG_VRF]</literal></screen>
    190188
    191189    <indexterm zone="NetworkManager NetworkManager-kernel">
Note: See TracChangeset for help on using the changeset viewer.