Changeset f136bce for networking


Ignore:
Timestamp:
11/24/2016 07:32:41 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
45db70f
Parents:
c633dac
Message:

nghttp2-1.16.1

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networking/netlibs/nghttp2.xml

    rc633dac rf136bce  
    55  %general-entities;
    66
    7   <!ENTITY nghttp2-download-http
    8            "https://github.com/nghttp2/nghttp2/archive/v&nghttp2-version;.tar.gz">
    9   <!ENTITY nghttp2-download-ftp " ">
     7  <!ENTITY nghttp2-download-http "https://github.com/nghttp2/nghttp2/releases/download/v&nghttp2-version;/nghttp2-&nghttp2-version;.tar.xz">
     8  <!ENTITY nghttp2-download-ftp  " ">
    109  <!ENTITY nghttp2-md5sum        "8ca7b8f937f52001bf00de0d5996ed24">
    11   <!ENTITY nghttp2-size          "1.6 MB">
    12   <!ENTITY nghttp2-buildsize     "16.7 MB">
     10  <!ENTITY nghttp2-size          "1.4 MB">
     11  <!ENTITY nghttp2-buildsize     "16 MB">
    1312  <!ENTITY nghttp2-time          "0.1 SBU">
    1413]>
     
    4544        </para>
    4645      </listitem>
    47 <!--      <listitem>
     46      <listitem>
    4847        <para>
    4948          Download (FTP): <ulink url="&nghttp2-download-ftp;"/>
    5049        </para>
    51       </listitem> -->
     50      </listitem>
    5251      <listitem>
    5352        <para>
     
    7170      </listitem>
    7271    </itemizedlist>
    73 
     72<!--
    7473    <note><para>Download this file via wget as:</para>
    7574<screen><userinput>wget https://github.com/nghttp2/nghttp2/archive/v&nghttp2-version;.tar.gz \
    7675     -O nghttp2-&nghttp2-version;.tar.gz</userinput></screen>
    7776    </note>
    78 
     77-->
    7978    <bridgehead renderas="sect3">nghttp2 Dependencies</bridgehead>
    8079
     
    126125    </para>
    127126
    128 <screen><userinput>./configure --prefix=/usr    \
    129             --disable-static \
    130             --enable-lib-only &amp;&amp;
     127<screen><userinput>./configure --prefix=/usr     \
     128            --disable-static  \
     129            --enable-lib-only \
     130            --docdir=/usr/share/doc/nghttp2-&nghttp2-version; &amp;&amp;
    131131make</userinput></screen>
    132132
     
    170170        </seg>
    171171        <seg>
    172           libnghttp2.so.14.11.0
     172          libnghttp2.so
    173173        </seg>
    174174        <seg>
     
    184184
    185185      <varlistentry id="libnghttp2">
    186         <term><filename class="libraryfile">libnghttp2.so.14.11.0</filename></term>
     186        <term><filename class="libraryfile">libnghttp2.so</filename></term>
    187187        <listitem>
    188188          <para>
     
    190190          </para>
    191191          <indexterm zone="nghttp2 libnghttp2">
    192             <primary sortas="c-libnghttp2">libnghttp2.so.14.10.1</primary>
     192            <primary sortas="c-libnghttp2">libnghttp2.so</primary>
    193193          </indexterm>
    194194        </listitem>
Note: See TracChangeset for help on using the changeset viewer.