Changeset e8a4d3b1 for networking


Ignore:
Timestamp:
06/09/2023 07:38:23 AM (12 months ago)
Author:
Thomas Trepl <thomas@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
9ae8a83e
Parents:
4d418ccd (diff), 926d9362 (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 kea

Location:
networking
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/c-ares.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY c-ares-download-http "https://c-ares.haxx.se/download/c-ares-&c-ares-version;.tar.gz">
    88  <!ENTITY c-ares-download-ftp  " ">
    9   <!ENTITY c-ares-md5sum        "2668790bc92603e292d0fbcb25ded39c">
    10   <!ENTITY c-ares-size          "1.5 MB">
    11   <!ENTITY c-ares-buildsize     "11 MB">
     9  <!ENTITY c-ares-md5sum        "dafc5825a92dc907e144570e4e75a908">
     10  <!ENTITY c-ares-size          "1.6 MB">
     11  <!ENTITY c-ares-buildsize     "12 MB">
    1212  <!ENTITY c-ares-time          "less than 0.1 SBU">
    1313]>
  • networking/netlibs/curl.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY curl-download-http "https://curl.se/download/curl-&curl-version;.tar.xz">
    88  <!ENTITY curl-download-ftp  " ">
    9   <!ENTITY curl-md5sum        "f6c2fdeb30ad30234378a56c28350845">
     9  <!ENTITY curl-md5sum        "1f7f6678b1342ad78f30e1dedd015fe2">
    1010  <!ENTITY curl-size          "2.5 MB">
    11   <!ENTITY curl-buildsize     "45 MB (add 19 MB for tests)">
    12   <!ENTITY curl-time          "0.3 SBU (with parallelism=4; add 16 SBU for tests (without valgrind, add 35 SBU with valgrind)">
     11  <!ENTITY curl-buildsize     "39 MB (add 19 MB for tests)">
     12  <!ENTITY curl-time          "0.1 SBU (with parallelism=4; add 16 SBU for tests (without valgrind, add 35 SBU with valgrind)">
    1313]>
    1414
     
    182182       The tests related to the SMB protocol will output a message
    183183       duplicated many times complaining the Python module impacket (not a
    184        part of BLFS) is missing and be skipped.<!-- If libssh2 is installed
     184       part of BLFS) is missing and will be skipped.<!-- If libssh2 is installed
    185185       and the optional <option>- -enable-ssh2</option> is used, test 1459
    186186       will fail.-->
  • networking/netlibs/libpsl.xml

    r4d418ccd re8a4d3b1  
    9494    </para>
    9595
    96 <screen><userinput>sed -i 's/env python/&amp;3/' src/psl-make-dafsa              &amp;&amp;
    97 ./configure --prefix=/usr --disable-static PYTHON=python3 &amp;&amp;
    98 make</userinput></screen>
     96<screen><userinput>mkdir build &amp;&amp;
     97cd    build &amp;&amp;
     98
     99meson setup --prefix=/usr --buildtype=release &amp;&amp;
     100
     101ninja</userinput></screen>
    99102
    100103    <para>
    101       To test the results, issue: <command>make check</command>.
     104      To test the results, issue: <command>ninja test</command>.
    102105    </para>
    103106
     
    106109    </para>
    107110
    108 <screen role="root"><userinput>make install</userinput></screen>
     111<screen role="root"><userinput>ninja install</userinput></screen>
    109112  </sect2>
    110113
     
    112115    <title>Command Explanations</title>
    113116
    114     <para>
    115       <command>sed -i ...</command>: This command forces the use of
    116       <application>Python 3</application> in an utility.
    117     </para>
     117    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     118      href="../../xincludes/meson-buildtype-release.xml"/>
    118119
    119120  </sect2>
  • networking/netlibs/nghttp2.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY nghttp2-download-http "https://github.com/nghttp2/nghttp2/releases/download/v&nghttp2-version;/nghttp2-&nghttp2-version;.tar.xz">
    88  <!ENTITY nghttp2-download-ftp  " ">
    9   <!ENTITY nghttp2-md5sum        "30cab20160abb7981c713544d31e2d60">
     9  <!ENTITY nghttp2-md5sum        "aa826d44c65e7e1ec25ed314d5a4d5b5">
    1010  <!ENTITY nghttp2-size          "1.5 MB">
    1111  <!ENTITY nghttp2-buildsize     "19 MB">
  • networking/netlibs/rpcsvc-proto.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY rpcsvc-proto-download-http "https://github.com/thkukuk/rpcsvc-proto/releases/download/v&rpcsvc-proto-version;/rpcsvc-proto-&rpcsvc-proto-version;.tar.xz">
    88  <!ENTITY rpcsvc-proto-download-ftp  " ">
    9   <!ENTITY rpcsvc-proto-md5sum        "5cc9a871db85e34ab68a9cecfb448a97">
     9  <!ENTITY rpcsvc-proto-md5sum        "bf908de360308d909e9cc469402ff2ef">
    1010  <!ENTITY rpcsvc-proto-size          "168 KB">
    11   <!ENTITY rpcsvc-proto-buildsize     "2.1 MB">
     11  <!ENTITY rpcsvc-proto-buildsize     "2.2 MB">
    1212  <!ENTITY rpcsvc-proto-time          "less than 0.1 SBU">
    1313]>
  • networking/netlibs/serf.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY serf-download-http "https://archive.apache.org/dist/serf/serf-&serf-version;.tar.bz2">
    88  <!ENTITY serf-download-ftp  " ">
    9   <!ENTITY serf-md5sum        "370a6340ff20366ab088012cd13f2b57">
    10   <!ENTITY serf-size          "144 KB">
    11   <!ENTITY serf-buildsize     "3.2 MB">
     9  <!ENTITY serf-md5sum        "5320087299084c297eff8e1dacfab1af">
     10  <!ENTITY serf-size          "148 KB">
     11  <!ENTITY serf-buildsize     "2.4 MB">
    1212  <!ENTITY serf-time          "less than 0.1 SBU">
    1313]>
     
    6969      </listitem>
    7070    </itemizedlist>
    71 
     71<!--
    7272    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7373    <itemizedlist spacing="compact">
     
    7979      </listitem>
    8080    </itemizedlist>
    81 
     81-->
    8282    <bridgehead renderas="sect3">Serf Dependencies</bridgehead>
    8383
     
    100100  <sect2 role="installation">
    101101    <title>Installation of Serf</title>
    102 
     102<!--
    103103    <para>
    104104      First, fix an issue that causes compilation issues in other packages
     
    107107
    108108<screen><userinput remap="pre">patch -Np1 -i ../serf-&serf-version;-openssl3_fixes-1.patch</userinput></screen>
    109 
     109-->
    110110    <para>
    111111      Install <application>Serf</application> by running the following
     
    116116sed -i "/Default/s:lib_static,::"           SConstruct &amp;&amp;
    117117sed -i "/Alias/s:install_static,::"         SConstruct &amp;&amp;
     118
     119scons PREFIX=/usr</userinput></screen>
     120<!--
    118121sed -i "/  print/{s/print/print(/; s/$/)/}" SConstruct &amp;&amp;
    119122sed -i "/get_contents()/s/,/.decode()&amp;/"    SConstruct &amp;&amp;
    120 
    121 scons PREFIX=/usr</userinput></screen>
     123-->
    122124
    123125<!-- I did not find this to be needed as of 1.3.9 -renodr
     
    156158      <command>sed -i "..."</command>: The first command removes the runtime
    157159      path from a shared library and the next two commands disable building and
    158       installing of the static library.  The fourth command corrects for
     160      installing of the static library.  <!--The fourth command corrects for
    159161      changes in scons-3.x. The last command allows to use <application>
    160       Python 3</application>.
     162      Python 3</application>.-->
    161163    </para>
    162164
  • networking/netprogs/ntp.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY ntp-download-http "https://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-&ntp-version;.tar.gz">
    88  <!ENTITY ntp-download-ftp  " ">
    9   <!ENTITY ntp-md5sum        "e1e6b23d2fc75cced41801dbcd6c2561">
    10   <!ENTITY ntp-size          "6.7 MB">
    11   <!ENTITY ntp-buildsize     "108 MB (with tests)">
    12   <!ENTITY ntp-time          "0.4 SBU (Using parallelism=4; with tests)">
     9  <!ENTITY ntp-md5sum        "a15558df580bd1b955a105a8b91c078f">
     10  <!ENTITY ntp-size          "6.8 MB">
     11  <!ENTITY ntp-buildsize     "99 MB (with tests)">
     12  <!ENTITY ntp-time          "0.8 SBU (With tests; both using parallelism=4)">
    1313]>
    1414
     
    145145    <!-- https://bugs.ntp.org/show_bug.cgi?id=3688
    146146         It should be fixed in the next ntp release. -->
    147     <para>The test suite of this package is broken with GCC 10 or later.</para>
    148 
    149 <!--
     147    <!--<para>The test suite of this package is broken with GCC 10 or later.</para>
     148         Now works OK-->
     149
    150150    <para>
    151151      To test the results, issue: <command>make check</command>.
    152152    </para>
    153 -->
    154153
    155154    <para>
  • networking/netprogs/samba.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY samba-download-http "https://download.samba.org/pub/samba/stable/samba-&samba-version;.tar.gz">
    88  <!ENTITY samba-download-ftp  " ">
    9   <!ENTITY samba-md5sum        "cae7c32e50ceb1d6a7bfcb7eb492fbed">
    10   <!ENTITY samba-size          "39 MB">
    11   <!ENTITY samba-buildsize     "590 MB (add 73 MB for quicktest)">
     9  <!ENTITY samba-md5sum        "4e9695d7b8b714e09e8275b318079a78">
     10  <!ENTITY samba-size          "40 MB">
     11  <!ENTITY samba-buildsize     "587 MB (add 73 MB for quicktest)">
    1212  <!ENTITY samba-time          "1.7 SBU (using parallelism=4; add 0.3 SBU for quicktest)">
    1313]>
     
    186186
    187187<screen revision="sysv"><userinput>PYTHON=$PWD/pyvenv/bin/python3             \
    188 CPPFLAGS="-I/usr/include/tirpc"            \
    189 LDFLAGS="-ltirpc"                          \
    190188PATH=$PWD/pyvenv/bin:$PATH                 \
    191189./configure                                \
  • networking/netprogs/wget.xml

    r4d418ccd re8a4d3b1  
    99  <!ENTITY wget-download-ftp
    1010           "&gnu-ftp;/wget/wget-&wget-version;.tar.gz">
    11   <!ENTITY wget-md5sum        "e89496b15f8bf039d723926fae4d91f5">
     11  <!ENTITY wget-md5sum        "e7f7ca2f215b711f76584756ebd3c853">
    1212  <!ENTITY wget-size          "4.8 MB">
    13   <!ENTITY wget-buildsize     "40 MB (add 26 MB for tests)">
    14   <!ENTITY wget-time          "0.3 SBU (add 0.2 SBU for tests)">
     13  <!ENTITY wget-buildsize     "36 MB (add 27 MB for tests)">
     14  <!ENTITY wget-time          "0.3 SBU (add 0.3 SBU for tests)">
    1515]>
    1616
  • networking/netutils/networkmanager.xml

    r4d418ccd re8a4d3b1  
    113113      <xref linkend="dbus-python"/> (for the test suite),
    114114      <!-- <xref linkend="firewalld"/> (For whenever firewalld is reintroduced) -->
    115       <xref linkend="gnutls"/> (used if <xref linkend="nss"/> is not found),
     115      <xref linkend="gnutls"/> (can be used instead of <xref linkend="nss"/>),
    116116      <xref linkend="gtk-doc"/>,
    117117      <xref linkend="libpsl"/>,
     
    389389    </para>
    390390
     391    <para>
     392      <option>-Dcrypto=gnutls</option>: Use this switch if you have GnuTLS
     393      installed and want to use it for certificate and key operations in
     394      NetworkManager, instead of using NSS (the default).
     395    </para>
     396
     397    <para>
     398      <option>-Dcrypto=null</option>: Use this switch if neither NSS nor
     399      GnuTLS is installed but you want to build NetworkManager anyway.  This
     400      switch will make NetworkManager lack some features (for example
     401      802.1X).
     402    </para>
     403
    391404  </sect2>
    392405
  • networking/netutils/nmap.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY nmap-download-http "https://nmap.org/dist/nmap-&nmap-version;.tar.bz2">
    88  <!ENTITY nmap-download-ftp  " ">
    9   <!ENTITY nmap-md5sum        "9027eac4b8ca57574012cb061ba9ce4d">
    10   <!ENTITY nmap-size          "10 MB">
    11   <!ENTITY nmap-buildsize     "141 MB (add 22 MB for tests)">
    12   <!ENTITY nmap-time          "0.3 SBU (Using parallelism=4; add 0.2 SBU for tests)">
     9  <!ENTITY nmap-md5sum        "4f65e08148d1eaac6b1a1482e7185e1d">
     10  <!ENTITY nmap-size          "11 MB">
     11  <!ENTITY nmap-buildsize     "138 MB (add 17 MB for tests)">
     12  <!ENTITY nmap-time          "0.3 SBU (Using parallelism=4; add 0.1 SBU for tests)">
    1313]>
    1414
     
    8080
    8181    <para role="recommended">
     82      <xref linkend="liblinear"/>,
    8283      <xref linkend="libpcap"/>,
     84      <xref linkend="libssh2"/>,
    8385      <xref linkend="lua"/>,
    8486      <xref linkend="pcre"/>, and
    85       <xref linkend="liblinear"/>
     87      <xref linkend="pygobject3"/>
    8688<!--  libdnet is not recommended, see:
    8789      http://nmap.org/svn/libdnet-stripped/NMAP_MODIFICATIONS
    88       <ulink url="http://code.google.com/p/libdnet/">libdnet</ulink>
    8990-->
    9091    </para>
     
    9293    <bridgehead renderas="sect4">Optional</bridgehead>
    9394    <para role="optional">
    94       <xref linkend="pygtk"/> (required for <command>zenmap</command>),
    95       <xref linkend="python2"/> (required for <command>ndiff</command>), and
    96       <xref linkend="libssh2"/>
     95      <ulink url="http://code.google.com/p/libdnet/">libdnet</ulink>
    9796    </para>
    9897
     
    161160        </seg>
    162161        <seg>
    163           /usr/lib/python&python2-majorver;/site-packages/{radialnet,zenmapCore,zenmapGUI},
     162          /usr/lib/python&python3-majorver;/site-packages/{radialnet,zenmapCore,zenmapGUI,zenmap-&nmap-version;-py&python3-majorver;.egg-info},
    164163          and /usr/share/{ncat,nmap,zenmap}
    165164        </seg>
  • networking/netutils/wireshark.xml

    r4d418ccd re8a4d3b1  
    77  <!ENTITY wireshark-download-http "https://www.wireshark.org/download/src/all-versions/wireshark-&wireshark-version;.tar.xz">
    88  <!ENTITY wireshark-download-ftp  " ">
    9   <!ENTITY wireshark-md5sum        "5849efa578ad72e4691408fe379f20ef">
    10   <!ENTITY wireshark-size          "39 MB">
    11   <!ENTITY wireshark-buildsize     "857 MB (with all optional dependencies available in the BLFS book)">
    12   <!ENTITY wireshark-time          "2.4 SBU (with parallelism=4 and all optional dependencies available in the BLFS book)">
     9  <!ENTITY wireshark-md5sum        "0994f7f327e0562f7a69bb4fa956dc7f">
     10  <!ENTITY wireshark-size          "40 MB">
     11  <!ENTITY wireshark-buildsize     "691 MB (with all optional dependencies available in the BLFS book)">
     12  <!ENTITY wireshark-time          "2.1 SBU (with parallelism=4 and all optional dependencies available in the BLFS book)">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.