Changeset 4d176c4f


Ignore:
Timestamp:
02/05/2019 01:57:49 PM (5 years ago)
Author:
DJ Lucas <dj@…>
Branches:
elogind
Children:
2eaf505
Parents:
d60cd837
Message:

Merge to HEAD 21084.

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/nodejs.xml

    rd60cd837 r4d176c4f  
    77  <!ENTITY nodejs-download-http "https://nodejs.org/dist/v&nodejs-version;/node-v&nodejs-version;.tar.xz">
    88  <!ENTITY nodejs-download-ftp  " ">
    9   <!ENTITY nodejs-md5sum        "50d546a5653e35e30859d8d904e020e3">
     9  <!ENTITY nodejs-md5sum        "1cad7963255de53509bfa560221bdc88">
    1010  <!ENTITY nodejs-size          "19 MB">
    11   <!ENTITY nodejs-buildsize     "375 MB (add 33 MB for tests)">
    12   <!ENTITY nodejs-time          "5.2 SBU (using parallelism=4; add 1.5 SBU for tests)">
     11  <!ENTITY nodejs-buildsize     "426 MB (add 51 MB for tests)">
     12  <!ENTITY nodejs-time          "5.2 SBU (using parallelism=4; add 1.2 SBU for tests)">
    1313]>
    1414
     
    9292    <para role="recommended">
    9393      <xref linkend="c-ares"/>,
    94       <xref linkend="icu"/> and
    95       <xref linkend="libuv"/>
     94      <xref linkend="icu"/>,
     95      <xref linkend="libuv"/>, and
     96      <xref linkend="nghttp2"/>
    9697    </para>
    9798
     
    120121            --shared-cares                 \
    121122            --shared-libuv                 \
     123            --shared-nghttp2               \
    122124            --shared-openssl               \
    123125            --shared-zlib                  \
     
    144146    to build a local, minimal <application>icu</application> library).</para>
    145147
    146     <para><parameter>--shared-{cares,libuv,openssl,zlib}</parameter>: use the
    147     system installed libraries instead of local copies.</para>
     148    <para><parameter>--shared-{cares,libuv,nghttp2,openssl,zlib}</parameter>:
     149    use the system installed libraries instead of local copies.</para>
    148150
    149151    <para><option>--without-npm</option>: do not build
  • introduction/welcome/changelog.xml

    rd60cd837 r4d176c4f  
    4646      <para>February 3rd, 2019</para>
    4747      <itemizedlist>
     48        <listitem>
     49          <para>[bdubbs] - Update to xf86-input-libinput-0.28.2. Fixes
     50          <ulink url="&blfs-ticket-root;11625">#11625</ulink>.</para>
     51        </listitem>
     52        <listitem>
     53          <para>[ken] - firefox-65.0 includes its own version of libwebp
     54          unless told to use the system version. Also, no need to specify
     55          --enable-optimize=-O2 now we are using clang. Thanks to Brandan
     56          L. for noticing both of these.</para>
     57        </listitem>
     58        <listitem>
     59          <para>[renodr] - Update to NSS-3.42.1. Fixes
     60          <ulink url="&blfs-ticket-root;11615">#11615</ulink>.</para>
     61        </listitem>
     62        <listitem>
     63          <para>[renodr] - Update to node.js-10.15.1. Fixes
     64          <ulink url="&blfs-ticket-root;11607">#11607</ulink>.</para>
     65        </listitem>
    4866        <listitem>
    4967          <para>[bdubbs] - Update to qpdf-8.4.0. Fixes
  • packages.ent

    rd60cd837 r4d176c4f  
    3131
    3232<!ENTITY nss-minor-version            "42">
    33 <!--<!ENTITY nss-micro-version            "1">-->
    34 <!--<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">-->
    35 <!ENTITY nss-version                  "3.&nss-minor-version;">
     33<!ENTITY nss-micro-version            "1">
     34<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">
     35<!--<!ENTITY nss-version                  "3.&nss-minor-version;">-->
    3636
    3737<!ENTITY openssh-version              "7.9p1">
     
    173173<!ENTITY lzo-version                  "2.10">
    174174<!ENTITY mtdev-version                "1.1.5">
    175 <!ENTITY nodejs-version               "10.15.0">
     175<!ENTITY nodejs-version               "10.15.1">
    176176<!ENTITY npth-version                 "1.6">
    177177<!ENTITY nspr-version                 "4.20">
  • postlfs/security/nss.xml

    rd60cd837 r4d176c4f  
    99
    1010<!-- micro versions -->
    11 <!--<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">-->
     11<!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_&nss-micro-version;_RTM/src/nss-&nss-version;.tar.gz">
    1212
    1313<!-- no micro versions -->
    14   <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     14<!--  <!ENTITY nss-download-http "https://&nss-url;/NSS_3_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">-->
    1515
    1616  <!ENTITY nss-download-ftp " ">
    17   <!ENTITY nss-md5sum        "2a9bc43d35d16ebbe243f1de43b509ea">
     17  <!ENTITY nss-md5sum        "1f6cc6c702379478a3a72298caaef0a7">
    1818  <!ENTITY nss-size          "22 MB">
    1919  <!ENTITY nss-buildsize     "143 MB">
    20   <!ENTITY nss-time          "2.3 SBU">
     20  <!ENTITY nss-time          "2.2 SBU">
    2121]>
    2222
  • x/installing/x7driver-libinput.xml

    rd60cd837 r4d176c4f  
    55  %general-entities;
    66
    7   <!ENTITY xorg-libinput-driver-version "0.28.1">
     7  <!ENTITY xorg-libinput-driver-version "0.28.2">
    88
    99  <!ENTITY xorg-libinput-driver-download-http "&xorg-download-http;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
    1010  <!ENTITY xorg-libinput-driver-download-ftp  "&xorg-download-ftp;/driver/xf86-input-libinput-&xorg-libinput-driver-version;.tar.bz2">
    11   <!ENTITY xorg-libinput-driver-md5sum        "9d2fb3d6b452d568a275908b856de0e2">
    12   <!ENTITY xorg-libinput-driver-size          "368 KB">
     11  <!ENTITY xorg-libinput-driver-md5sum        "b7548bc1d7e82d189205794ff86307af">
     12  <!ENTITY xorg-libinput-driver-size          "372 KB">
    1313  <!ENTITY xorg-libinput-driver-buildsize     "3.6 MB (with tests)">
    1414  <!ENTITY xorg-libinput-driver-time          "less than 0.1 SBU (with tests)">
  • xsoft/graphweb/firefox.xml

    rd60cd837 r4d176c4f  
    1111  <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
    1212    But the extra cached cargo files, if any, seem to be minimal -->
    13   <!ENTITY firefox-buildsize     "9.4 GB (147 MB installed) without tests">
     13  <!ENTITY firefox-buildsize     "9.4 GB (146 MB installed) without tests">
    1414  <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
    1515   most practical way to get a timing on a machine with more cores, if taking
    1616   cores offline is not practical. If in doubt, round up -->
    17   <!ENTITY firefox-time          "31 SBU (with parallelism=4) without tests">
     17  <!ENTITY firefox-time          "29 SBU (with parallelism=4) without tests">
    1818]>
    1919
     
    249249ac_add_options --with-system-libevent
    250250ac_add_options --with-system-libvpx
     251# firefox-65 understands webp and ships with an included copy
     252ac_add_options --with-system-webp
    251253ac_add_options --with-system-nspr
    252254ac_add_options --with-system-nss
     
    279281ac_add_options --disable-tests
    280282
    281 # Optimization for size is broken with gcc7 and later
    282 ac_add_options --enable-optimize="-O2"
     283# With clang, unlike gcc-7 and later, the default level
     284# of optimization produces a working build.
     285ac_add_options --enable-optimize
    283286
    284287# From firefox-61 system cairo is not supported
Note: See TracChangeset for help on using the changeset viewer.