Changeset f136bce
- Timestamp:
- 11/24/2016 07:32:41 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 45db70f
- Parents:
- c633dac
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rc633dac rf136bce 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to nghttp2-1.16.1. Fixes 51 <ulink url="&blfs-ticket-root;8566">#8566</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[dj] - Updated make-ca.sh to 20161124.</para> 51 55 </listitem> -
networking/netlibs/nghttp2.xml
rc633dac rf136bce 5 5 %general-entities; 6 6 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 " "> 10 9 <!ENTITY nghttp2-md5sum "8ca7b8f937f52001bf00de0d5996ed24"> 11 <!ENTITY nghttp2-size "1. 6MB">12 <!ENTITY nghttp2-buildsize "16 .7MB">10 <!ENTITY nghttp2-size "1.4 MB"> 11 <!ENTITY nghttp2-buildsize "16 MB"> 13 12 <!ENTITY nghttp2-time "0.1 SBU"> 14 13 ]> … … 45 44 </para> 46 45 </listitem> 47 <!--<listitem>46 <listitem> 48 47 <para> 49 48 Download (FTP): <ulink url="&nghttp2-download-ftp;"/> 50 49 </para> 51 </listitem> -->50 </listitem> 52 51 <listitem> 53 52 <para> … … 71 70 </listitem> 72 71 </itemizedlist> 73 72 <!-- 74 73 <note><para>Download this file via wget as:</para> 75 74 <screen><userinput>wget https://github.com/nghttp2/nghttp2/archive/v&nghttp2-version;.tar.gz \ 76 75 -O nghttp2-&nghttp2-version;.tar.gz</userinput></screen> 77 76 </note> 78 77 --> 79 78 <bridgehead renderas="sect3">nghttp2 Dependencies</bridgehead> 80 79 … … 126 125 </para> 127 126 128 <screen><userinput>./configure --prefix=/usr \ 129 --disable-static \ 130 --enable-lib-only && 127 <screen><userinput>./configure --prefix=/usr \ 128 --disable-static \ 129 --enable-lib-only \ 130 --docdir=/usr/share/doc/nghttp2-&nghttp2-version; && 131 131 make</userinput></screen> 132 132 … … 170 170 </seg> 171 171 <seg> 172 libnghttp2.so .14.11.0172 libnghttp2.so 173 173 </seg> 174 174 <seg> … … 184 184 185 185 <varlistentry id="libnghttp2"> 186 <term><filename class="libraryfile">libnghttp2.so .14.11.0</filename></term>186 <term><filename class="libraryfile">libnghttp2.so</filename></term> 187 187 <listitem> 188 188 <para> … … 190 190 </para> 191 191 <indexterm zone="nghttp2 libnghttp2"> 192 <primary sortas="c-libnghttp2">libnghttp2.so .14.10.1</primary>192 <primary sortas="c-libnghttp2">libnghttp2.so</primary> 193 193 </indexterm> 194 194 </listitem> -
packages.ent
rc633dac rf136bce 432 432 <!ENTITY libtirpc-version "1.0.1"> 433 433 <!ENTITY neon-version "0.30.2"> 434 <!ENTITY nghttp2-version "1.16. 0">434 <!ENTITY nghttp2-version "1.16.1"> 435 435 <!ENTITY serf-version "1.3.9"> 436 436 <!ENTITY uhttpmock-version "0.5.0">
Note:
See TracChangeset
for help on using the changeset viewer.