mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
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'.
This commit is contained in:
parent
14a0924ab6
commit
2974f012e6
@ -41,6 +41,10 @@
|
||||
<listitem>
|
||||
<para>February 14th, 2023</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ken] - Update to nghttp2-1.52.0. Fixes
|
||||
<ulink url="&blfs-ticket-root;17647">#17647</ulink>.</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>[timtas] - Update to openldap-2.6.4.
|
||||
Fixes <ulink url="&blfs-ticket-root;17648">#17648</ulink>.</para>
|
||||
|
@ -6,10 +6,10 @@
|
||||
|
||||
<!ENTITY nghttp2-download-http "https://github.com/nghttp2/nghttp2/releases/download/v&nghttp2-version;/nghttp2-&nghttp2-version;.tar.xz">
|
||||
<!ENTITY nghttp2-download-ftp " ">
|
||||
<!ENTITY nghttp2-md5sum "c6029150d36fb3bda6f7e4c862fa3d10">
|
||||
<!ENTITY nghttp2-size "3.9 MB">
|
||||
<!ENTITY nghttp2-buildsize "23 MB">
|
||||
<!ENTITY nghttp2-time "0.1 SBU">
|
||||
<!ENTITY nghttp2-md5sum "30cab20160abb7981c713544d31e2d60">
|
||||
<!ENTITY nghttp2-size "1.5 MB">
|
||||
<!ENTITY nghttp2-buildsize "19 MB">
|
||||
<!ENTITY nghttp2-time "less than 0.1 SBU">
|
||||
]>
|
||||
|
||||
<sect1 id="nghttp2" xreflabel="nghttp2-&nghttp2-version;">
|
||||
@ -75,6 +75,8 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
The following are only used if building the full package instead of
|
||||
only the main libraries:
|
||||
<xref linkend="boost"/>, <!--required for the C++ asio library)-->
|
||||
<xref linkend="c-ares"/>, <!-- required to build the HPACK tools -->
|
||||
<xref linkend="cython"/>, <!-- required to python bindings -->
|
||||
@ -82,8 +84,6 @@
|
||||
<xref linkend="libevent"/>, <!--required to build the examples-->
|
||||
<xref linkend="sphinx"/>, <!--required to build documentation-->
|
||||
<!--<xref linkend="python2"/>,--> <!--required for the python bindings)-->
|
||||
<ulink url="https://cunit.sourceforge.net/">CUnit</ulink> (required for
|
||||
the test suite),
|
||||
<!-- <ulink url="http://www.digip.org/jansson/">Jansson</ulink>, <!- -required
|
||||
to build the HPACK tools-->
|
||||
<ulink url="https://jemalloc.net/">jemalloc</ulink>,
|
||||
@ -92,9 +92,13 @@
|
||||
<!--required to build the applications-->
|
||||
<ulink url="https://mruby.org/">mruby</ulink>, and
|
||||
<!--provides ruby support in the sample HTTP server-->
|
||||
<ulink url="https://tatsuhiro-t.github.io/spdylay/">Spdylay</ulink>,
|
||||
<ulink url="https://tatsuhiro-t.github.io/spdylay/">Spdylay</ulink>.
|
||||
<!--provide SPDY functionality-->
|
||||
</para>
|
||||
<para role="optional">
|
||||
<ulink url="https://cunit.sourceforge.net/">CUnit</ulink> is required if
|
||||
you wish to run the test suite.
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">
|
||||
User Notes: <ulink url="&blfs-wiki;/nghttp2"/>
|
||||
|
@ -690,7 +690,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY libsoup3-version "&libsoup3-minor;.2">
|
||||
<!ENTITY libtirpc-version "1.3.3">
|
||||
<!ENTITY neon-version "0.32.5">
|
||||
<!ENTITY nghttp2-version "1.51.0">
|
||||
<!ENTITY nghttp2-version "1.52.0">
|
||||
<!ENTITY rpcsvc-proto-version "1.4.3">
|
||||
<!ENTITY serf-version "1.3.9">
|
||||
<!ENTITY uhttpmock-version "0.5.3">
|
||||
|
@ -89,7 +89,7 @@
|
||||
<xref linkend="libxslt"/> (to build manual pages),
|
||||
<xref linkend="libatomic_ops"/> (required by architectures without native atomic operations),
|
||||
<xref linkend="valgrind"/>, and
|
||||
<ulink url="https://cunit.sourceforge.net/">CUNIT</ulink> (for AMDGPU tests)
|
||||
<ulink url="https://cunit.sourceforge.net/">CUnit</ulink> (for AMDGPU tests)
|
||||
</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
|
Loading…
Reference in New Issue
Block a user