Changeset 4be5ad2 for postlfs


Ignore:
Timestamp:
10/10/2006 11:12:56 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
d1e71ed
Parents:
95a5b485
Message:

Updated to NSS-3.11.3

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • postlfs/security/nss.xml

    r95a5b485 r4be5ad2  
    55  %general-entities;
    66
    7     <!-- Inserted as a reminder to do this. The mention of a test suite
    8          is usually right before the root user installation commands. Please
    9          delete these 12 (including one blank) lines after you are done.-->
    10 
    11     <!-- Use one of the two mentions below about a test suite,
    12          delete the line that is not applicable. Of course, if the
    13          test suite uses syntax other than "make check", revise the
    14          line to reflect the actual syntax to run the test suite -->
    15 
    16     <!-- <para>This package does not come with a test suite.</para> -->
    17     <!-- <para>To test the results, issue: <command>make check</command>.</para> -->
    18 
    19   <!ENTITY nss-download-http "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_RTM/src/nss-&nss-version;.tar.gz">
    20   <!ENTITY nss-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_RTM/src/nss-&nss-version;.tar.gz">
    21   <!ENTITY nss-md5sum        "9be73bd73e361e5e36edf77f456fa20a">
    22   <!ENTITY nss-size          "5.0 MB">
    23   <!ENTITY nss-buildsize     "67.6 MB">
    24   <!ENTITY nss-time          "1.0 SBU (additional 0.5 SBU to run the test suite)">
     7  <!ENTITY nspr-version      "4.6.3">
     8  <!ENTITY nss-download-http "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_3_RTM/src/nss-&nss-version;-with-nspr-&nspr-version;.tar.gz">
     9  <!ENTITY nss-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_11_3_RTM/src/nss-&nss-version;-with-nspr-&nspr-version;.tar.gz">
     10  <!ENTITY nss-md5sum        "e50f0e1ccb964ed02c22eec02e4d30d2">
     11  <!ENTITY nss-size          "4.9 MB">
     12  <!ENTITY nss-buildsize     "65.2 MB">
     13  <!ENTITY nss-time          "0.8 SBU (additional 0.9 SBU to run the test suite)">
    2514]>
    2615
     
    8574      <listitem>
    8675        <para>Required patch: <ulink
    87         url="&patch-root;/nss-&nss-version;-fedora_fixes-1.patch"/></para>
     76        url="&patch-root;/nss-&nss-version;-with-nspr-&nspr-version;-fedora_fixes-1.patch"/></para>
    8877      </listitem>
    8978    </itemizedlist>
    90 
    91     <!--
    92     <bridgehead renderas="sect3">NSS Dependencies</bridgehead>
    93 
    94     <bridgehead renderas="sect4">Required</bridgehead>
    95     <para role="required"><xref linkend=""/></para>
    96 
    97     <bridgehead renderas="sect4">Optional</bridgehead>
    98     <para role="optional"><ulink
    99     url="http://www.some.url/">DEPENDENCY</ulink></para>
    100     -->
    10179
    10280    <para condition="html" role="usernotes">User Notes:
     
    11694export BUILD_OPT=1 &amp;&amp;
    11795
    118 patch -Np1 -i ../nss-&nss-version;-fedora_fixes-1.patch &amp;&amp;
     96patch -Np1 -i ../nss-&nss-version;-with-nspr-&nspr-version;-fedora_fixes-1.patch &amp;&amp;
    11997
    12098cd mozilla/security/nss &amp;&amp;
     
    128106    will fail if you don't provide the correct domain name. A self-generated
    129107    log file will be parsed at the end of the test to display how many tests
    130     passed. It should return 770. To run the tests, ensure you change the
     108    passed. It should return 800. To run the tests, ensure you change the
    131109    <command>export DOMSUF</command> command below to an appropriate value,
    132110    e.g., <parameter>mydomain.com</parameter> and issue the following
Note: See TracChangeset for help on using the changeset viewer.