Changeset 67bd6fe4


Ignore:
Timestamp:
10/26/2012 11:12:02 AM (12 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
3caf72a
Parents:
91be7ab
Message:

NSS and NSPR updates.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r91be7ab r67bd6fe4  
    184184<!ENTITY mitkrb-version               "1.10.3">
    185185<!ENTITY nettle-version               "2.5">
    186 <!ENTITY nss-major-version            "13">
    187 <!ENTITY nss-minor-version            "6">
    188 <!ENTITY nss-version                  "3.&nss-major-version;.&nss-minor-version;">
     186<!ENTITY nss-major-version            "14">
     187<!ENTITY nss-minor-version            "0">
     188<!ENTITY nss-version                  "3.&nss-major-version;">
    189189<!ENTITY openssh-version              "6.1p1">
    190190<!ENTITY openssl-version              "1.0.1c">
     
    280280<!ENTITY LZO-version                  "2.06">
    281281<!ENTITY mtdev-version                "1.1.3">
    282 <!ENTITY nspr-version                 "4.9.2">
     282<!ENTITY nspr-version                 "4.9.3">
    283283<!ENTITY openobex-version             "1.6">
    284284<!ENTITY pcre-version                 "8.31">
  • general/genlib/nspr.xml

    r91be7ab r67bd6fe4  
    99  <!ENTITY nspr-download-ftp
    1010           "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    11   <!ENTITY nspr-md5sum        "1a8cad110e0ae94f538610a00f595b33">
     11  <!ENTITY nspr-md5sum        "8a21b3b6766bde3b5ed2a6a7b725e4aa">
    1212  <!ENTITY nspr-size          "1.2 MB">
    1313  <!ENTITY nspr-buildsize     "12 MB">
     
    2626
    2727  <indexterm zone="nspr">
    28     <primary sortas="a-NSPR">Netscape Portable Runtime</primary>
     28    <primary sortas="a-NSPR">NSPR</primary>
    2929  </indexterm>
    3030
  • introduction/welcome/changelog.xml

    r91be7ab r67bd6fe4  
    6060          <para>[krejzi] - Removed PyXML, PyXDG and PyGTKSourceView
    6161          Python Modules.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[krejzi] - NSPR 4.9.3.</para>
     65        </listitem>
     66        <listitem>
     67          <para>[krejzi] - NSS 3.14.</para>
    6268        </listitem>
    6369        <listitem>
  • postlfs/security/nss.xml

    r91be7ab r67bd6fe4  
    66
    77  <!ENTITY nss-download-http
    8            "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
     8           "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_RTM/src/nss-&nss-version;.tar.gz">
    99  <!ENTITY nss-download-ftp
    10            "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_&nss-minor-version;_RTM/src/nss-&nss-version;.tar.gz">
    11   <!ENTITY nss-md5sum        "15ea0e3b63cd0d18b5b75619afc46c3e">
    12   <!ENTITY nss-size          "5.9 MB">
    13   <!ENTITY nss-buildsize     "73 MB">
     10           "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_&nss-major-version;_RTM/src/nss-&nss-version;.tar.gz">
     11  <!ENTITY nss-md5sum        "3918d5f9eb2996271cf62d52f084fd45">
     12  <!ENTITY nss-size          "5.8 MB">
     13  <!ENTITY nss-buildsize     "70 MB">
    1414  <!ENTITY nss-time          "0.8 SBU">
    1515]>
     
    9999      <xref linkend="sqlite"/>
    100100    </para>
    101 
    102101
    103102    <para condition="html" role="usernotes">
     
    122121  $([ -f /usr/include/sqlite3.h ] &amp;&amp; echo NSS_USE_SYSTEM_SQLITE=1)</userinput></screen>
    123122
    124     <para>This package does not come with a test suite.</para>
    125 <!--
    126     <para>
    127       If you wish to test the results, you'll need to set the domain name of
    128       your system in the <envar>DOMSUF</envar> environment variable. Most of the
    129       tests will fail if you don't provide the correct domain name. The
    130       voluminous output will report how many of the several thousand tests
    131       passed, and if any failed.  To review the details of any failures, you may
    132       wish to capture stdout and stderr in a file.
    133     </para>
    134 
    135     <para>
    136       To run the tests, ensure you change the <command>export DOMSUF</command>
    137       command below to an appropriate value, e.g.,
    138       <parameter>mydomain.com</parameter> or, if you do not have any domain in
    139       your <filename>/etc/hosts</filename> replace this with the developers'
    140       recommendation of
    141       <command>"export HOST=localhost DOMSUF=localdomain"</command> and issue
    142       the following commands:
    143     </para>
    144 
    145 <screen><userinput>bash
    146 
    147 export NSS_LINUXDIR=$(basename `ls -d $PWD/mozilla/dist/Linux*`) &amp;&amp;
    148 export DOMSUF=<replaceable>&lt;validdomain.name&gt;</replaceable> &amp;&amp;
    149 export PATH=$PATH:$PWD/mozilla/dist/$NSS_LINUXDIR/bin &amp;&amp;
    150 export TEST_RESULTSDIR=$PWD/mozilla/tests_results/security &amp;&amp;
    151 
    152 cd mozilla/security/nss/tests &amp;&amp;
    153 sed -i 's/gmake/make/' common/init.sh &amp;&amp;
    154 ./all.sh &amp;&amp;
    155 
    156 grep Passed $TEST_RESULTSDIR/$(hostname).1/results.html | wc -l &amp;&amp;
    157 
    158 exit</userinput></screen>
    159 -->
     123    <para>
     124      This package does not come with a test suite.
     125    </para>
     126
    160127    <para>
    161128      Now, as the <systemitem class="username">root</systemitem> user:
Note: See TracChangeset for help on using the changeset viewer.