Changeset 2974f01 for networking


Ignore:
Timestamp:
02/14/2023 04:03:08 PM (15 months ago)
Author:
Ken Moffat <ken@…>
Branches:
11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
5dc3b4a
Parents:
14a0924
Message:

Update to nghttp2-1.52.0.

Note that the build dependencies are not used when only building
the (main) libraries.

Also consolidate the spelling for CUnit in libdrm since I installed
that yesterday, but leave running the nghttp2 tests as 'beyond the
scope of BLFS'.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/nghttp2.xml

    r14a0924 r2974f01  
    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        "c6029150d36fb3bda6f7e4c862fa3d10">
    10   <!ENTITY nghttp2-size          "3.9 MB">
    11   <!ENTITY nghttp2-buildsize     "23 MB">
    12   <!ENTITY nghttp2-time          "0.1 SBU">
     9  <!ENTITY nghttp2-md5sum        "30cab20160abb7981c713544d31e2d60">
     10  <!ENTITY nghttp2-size          "1.5 MB">
     11  <!ENTITY nghttp2-buildsize     "19 MB">
     12  <!ENTITY nghttp2-time          "less than 0.1 SBU">
    1313]>
    1414
     
    7676    <bridgehead renderas="sect4">Optional</bridgehead>
    7777    <para role="optional">
     78      The following are only used if building the full package instead of
     79      only the main libraries:
    7880      <xref linkend="boost"/>, <!--required for the C++ asio library)-->
    7981      <xref linkend="c-ares"/>, <!-- required to build the HPACK tools -->
     
    8385      <xref linkend="sphinx"/>, <!--required to build documentation-->
    8486      <!--<xref linkend="python2"/>,--> <!--required for the python bindings)-->
    85       <ulink url="https://cunit.sourceforge.net/">CUnit</ulink> (required for
    86       the test suite),
    8787<!--      <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!- -required
    8888      to build the HPACK tools-->
     
    9393      <ulink url="https://mruby.org/">mruby</ulink>, and
    9494      <!--provides ruby support in the sample HTTP server-->
    95       <ulink url="https://tatsuhiro-t.github.io/spdylay/">Spdylay</ulink>,
     95      <ulink url="https://tatsuhiro-t.github.io/spdylay/">Spdylay</ulink>.
    9696      <!--provide SPDY functionality-->
     97    </para>
     98    <para role="optional">
     99      <ulink url="https://cunit.sourceforge.net/">CUnit</ulink> is required if
     100      you wish to run the test suite.
    97101    </para>
    98102
Note: See TracChangeset for help on using the changeset viewer.