Changeset a41a3ea9


Ignore:
Timestamp:
07/25/2020 05:22:40 PM (4 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
99f86349
Parents:
d24c31e8
Message:

Update to nss-3.55

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rd24c31e8 ra41a3ea9  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[renodr] - Update to nss-3.55 (Security Update). Fixes
     49          <ulink url="&blfs-ticket-root;13840">#13840</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Update to Thunderbird-78.0.1. Fixes
    4953          <ulink url="&blfs-ticket-root;13830">#13830</ulink>.</para>
  • packages.ent

    rd24c31e8 ra41a3ea9  
    2828<!ENTITY nettle-version               "3.6">
    2929
    30 <!ENTITY nss-minor-version            "54">
     30<!ENTITY nss-minor-version            "55">
    3131<!ENTITY nss-micro-version            "0">
    3232<!--<!ENTITY nss-version                  "3.&nss-minor-version;.&nss-micro-version;">-->
  • postlfs/security/nss.xml

    rd24c31e8 ra41a3ea9  
    1515
    1616  <!ENTITY nss-download-ftp " ">
    17   <!ENTITY nss-md5sum        "f02eddf6aa8449187e7ffe1c8f470734">
    18   <!ENTITY nss-size          "77 MB">
     17  <!ENTITY nss-md5sum        "f48c51b8fdefcaf6eca1f9638c9e3a87">
     18  <!ENTITY nss-size          "78 MB">
    1919  <!-- 50 MB increase is due to new test files, see #12187 -->
    20   <!ENTITY nss-buildsize     "292 MB (add 195 MB for tests)">
    21   <!ENTITY nss-time          "6.6 SBU (add 31 SBU for tests)">
     20  <!ENTITY nss-buildsize     "298 MB (add 189 MB for tests)">
     21  <!ENTITY nss-time          "7.4 SBU (add 30 SBU for tests)">
    2222]>
    2323
     
    9090        <para>
    9191          Required patch:
    92           <ulink url="&patch-root;/nss-&nss-version;-standalone-2.patch"/>
     92          <ulink url="&patch-root;/nss-&nss-version;-standalone-1.patch"/>
    9393        </para>
    9494      </listitem>
     
    132132    </para>
    133133
    134 <screen><userinput>patch -Np1 -i ../nss-&nss-version;-standalone-2.patch &amp;&amp;
     134<screen><userinput>patch -Np1 -i ../nss-&nss-version;-standalone-1.patch &amp;&amp;
    135135
    136136cd nss &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.