Changeset 5b9b502


Ignore:
Timestamp:
12/04/2018 10:18:51 PM (5 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, bdubbs/svn, elogind, 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:
eff6c3a8
Parents:
91c26753
Message:

nss-3.40.1

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r91c26753 r5b9b502  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[ken] - Update to nss-3.40.1 (security fix to mitigate
     49          cache side-channel variant of the Bleichenbacher attack). Fixes
     50          <ulink url="&blfs-ticket-root;11396">#11396</ulink>.</para>
     51        </listitem>
     52        <listitem>
    4853          <para>[bdubbs] - Add a patch and fix instructions so
    4954          sendmail works with openssl-1.1. Fixes
  • packages.ent

    r91c26753 r5b9b502  
    3131
    3232<!ENTITY nss-minor-version            "40">
    33 <!ENTITY nss-micro-version            "0">
    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">
  • postlfs/security/nss.xml

    r91c26753 r5b9b502  
    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        "f7aec858d192ae03d0e9a35a730c70fa">
    18   <!ENTITY nss-size          "22 MB">
    19   <!ENTITY nss-buildsize     "133 MB">
     17  <!ENTITY nss-md5sum        "589ab784db168e876bd9ae4eef294728">
     18  <!ENTITY nss-size          "23 MB">
     19  <!ENTITY nss-buildsize     "138 MB">
    2020  <!ENTITY nss-time          "2.2 SBU">
    2121]>
     
    137137  $([ -f /usr/include/sqlite3.h ] &amp;&amp; echo NSS_USE_SYSTEM_SQLITE=1)</userinput></screen>
    138138
    139     <para>
    140       This package does not come with a test suite.
     139    <!-- change this to point to the wiki if details (debug build, with
     140     nspr in nspr/ beside nss/ ) get added to the wiki -->
     141    <para>
     142      The package does not come with a standalone test suite.
    141143    </para>
    142144
Note: See TracChangeset for help on using the changeset viewer.