Ignore:
Timestamp:
11/02/2016 03:19:35 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
7be7f036
Parents:
1e1b3d6
Message:

Update to nghttp2-1.16.0. Fixes #8472.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@17934 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/nghttp2.xml

    r1e1b3d6 r702fed4  
    66
    77  <!ENTITY nghttp2-download-http
    8            "https://github.com/nghttp2/nghttp2/releases/download/v&nghttp2-version;/nghttp2-&nghttp2-version;.tar.bz2">
     8           "https://github.com/nghttp2/nghttp2/archive/v&nghttp2-version;.tar.gz">
    99  <!ENTITY nghttp2-download-ftp " ">
    10   <!ENTITY nghttp2-md5sum        "6ed937b1c3e7541508a253324ed91ecc">
    11   <!ENTITY nghttp2-size          "1.7 MB">
    12   <!ENTITY nghttp2-buildsize     "16.1 MB">
     10  <!ENTITY nghttp2-md5sum        "8ca7b8f937f52001bf00de0d5996ed24">
     11  <!ENTITY nghttp2-size          "1.6 MB">
     12  <!ENTITY nghttp2-buildsize     "16.7 MB">
    1313  <!ENTITY nghttp2-time          "0.1 SBU">
    1414]>
     
    7272    </itemizedlist>
    7373
     74    <note><para>Download this file via wget as:</para>
     75<screen><userinput>wget https://github.com/nghttp2/nghttp2/archive/v&nghttp2-version;.tar.gz \
     76     -O nghttp2-&nghttp2-version;.tar.gz</userinput></screen>
     77    </note>
     78
    7479    <bridgehead renderas="sect3">nghttp2 Dependencies</bridgehead>
    7580
     
    8287    <para role="optional">
    8388      <xref linkend="boost"/>, <!--required for the C++ asio library)-->
     89      <xref linkend="libevent"/>, <!--required to build the examples-->
    8490      <xref linkend="python2"/>, <!--required for the python bindings)-->
    8591      <phrase revision="systemd">
     
    96102      <ulink url="http://software.schmorp.de/pkg/libev.html">libev</ulink>,
    97103      <!--required to build the applications-->
    98       <ulink url="http://libevent.org/">libevent</ulink>, <!--required to build
    99       the examples-->
    100104      <ulink url="https://mruby.org/">mruby</ulink>, <!--provides ruby support
    101105      in the sample HTTP server-->
Note: See TracChangeset for help on using the changeset viewer.