Changeset 52e582c9


Ignore:
Timestamp:
06/03/2020 02:32:26 PM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
4450fcd7
Parents:
f518066
Message:

Update to nghttp2-1.41.0, and reinstate system nghttp2 for node.js

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    rf518066 r52e582c9  
    9393    <para role="recommended">
    9494      <xref linkend="c-ares"/>,
    95       <xref linkend="icu"/>, and
    96       <xref linkend="libuv"/>
    97      <!-- currently FTBFS with system nghttp2, g++ scope error
    98       <xref linkend="nghttp2"/>-->
     95      <xref linkend="icu"/>,
     96      <xref linkend="libuv"/>, and
     97      <xref linkend="nghttp2"/>
    9998    </para>
    10099
     
    119118      commands:
    120119    </para>
    121 <!-- with gcc-10.1 and v12.18.0, this fails to build with system nghttp2
    122             \-\-shared-nghttp2               \-->
    123120
    124121<screen><userinput>./configure --prefix=/usr                  \
     
    126123            --shared-libuv                 \
    127124            --shared-openssl               \
     125            --shared-nghttp2               \
    128126            --shared-zlib                  \
    129127            --with-intl=system-icu         &amp;&amp;
  • introduction/welcome/changelog.xml

    rf518066 r52e582c9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[pierre] - Reinstate system nghttp2 for node.js-12.18.0.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[pierre] - Update to nghttp2-1.41.0 (security fixes). Fixes
     52          <ulink url="&blfs-ticket-root;13629">#13629</ulink>.</para>
     53        </listitem>
     54        <listitem>
    4855          <para>[ken] - Update to node.js-12.18.0 (security fixes). Fixes
    4956          <ulink url="&blfs-ticket-root;13628">#13628</ulink>.</para>
  • networking/netlibs/nghttp2.xml

    rf518066 r52e582c9  
    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        "8d1a6b96760254e4dd142d7176e8fb7c">
     9  <!ENTITY nghttp2-md5sum        "549db3507a7637b28ca467c7f3e9e023">
    1010  <!ENTITY nghttp2-size          "1.6 MB">
    11   <!ENTITY nghttp2-buildsize     "17 MB">
     11  <!ENTITY nghttp2-buildsize     "19 MB">
    1212  <!ENTITY nghttp2-time          "0.1 SBU">
    1313]>
     
    169169        </seg>
    170170        <seg>
    171           /usr/include/nghttp2 and
    172           /usr/share/nghttp2
     171          /usr/include/nghttp2,
     172          /usr/share/nghttp2, and
     173          /usr/share/doc/nghttp2-&nghttp2-version;
    173174        </seg>
    174175      </seglistitem>
  • packages.ent

    rf518066 r52e582c9  
    623623<!ENTITY libtirpc-version             "1.2.6">
    624624<!ENTITY neon-version                 "0.31.1">
    625 <!ENTITY nghttp2-version              "1.40.0">
     625<!ENTITY nghttp2-version              "1.41.0">
    626626<!ENTITY rpcsvc-proto-version         "1.4.1">
    627627<!ENTITY serf-version                 "1.3.9">
Note: See TracChangeset for help on using the changeset viewer.