Changeset e3060aa


Ignore:
Timestamp:
10/26/2010 06:24:49 PM (13 years ago)
Author:
Ken Moffat <ken@…>
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:
20852a5
Parents:
be7d50e
Message:

Upgrade nspr and nss to the versions firefox wants, and add the options for x86_64. Thanks to 'bambi' for pointing out I'd omitted this upgrade.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbe7d50e re3060aa  
    44-->
    55
    6 <!ENTITY day          "24">                   <!-- Always 2 digits -->
     6<!ENTITY day          "26">                   <!-- Always 2 digits -->
    77<!ENTITY month        "10">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2010">
     
    108108<!ENTITY stunnel-version              "4.21">
    109109<!ENTITY sudo-version                 "1.7.4p4">
    110 <!ENTITY nss-version                  "3.12.5">
     110<!ENTITY nss-version                  "3.12.8">
    111111<!ENTITY policykit-version            "0.9">
    112112<!ENTITY polkit-version               "0.94">
     
    186186<!ENTITY libunique-version            "1.1.2">
    187187<!ENTITY liboil-version               "0.3.17">
    188 <!ENTITY nspr-version                 "4.8.3">
     188<!ENTITY nspr-version                 "4.8.6">
    189189<!ENTITY libffi-version               "3.0.8">
    190190<!ENTITY gobject-introspection-version "0.6.14">
  • general/genlib/nspr.xml

    rbe7d50e re3060aa  
    77  <!ENTITY nspr-download-http "http://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    88  <!ENTITY nspr-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v&nspr-version;/src/nspr-&nspr-version;.tar.gz">
    9   <!ENTITY nspr-md5sum        "c12ef68285aa631f8a335a547c434ad9">
    10   <!ENTITY nspr-size          "1.1 MB">
    11   <!ENTITY nspr-buildsize     "12.5 MB">
    12   <!ENTITY nspr-time          "less than 0.1 SBU">
     9  <!ENTITY nspr-md5sum        "592c275728c29d193fdba8009165990b">
     10  <!ENTITY nspr-size          "1.2 MB">
     11  <!ENTITY nspr-buildsize     "16.5 MB">
     12  <!ENTITY nspr-time          "0.1 SBU">
    1313]>
    1414
     
    3232    <para><application>Netscape Portable Runtime</application> (NSPR) provides
    3333    a platform-neutral API for system level and libc like functions.</para>
     34
     35    &lfs67_checked;
    3436
    3537    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    9698
    9799    <para><parameter>--with-mozilla</parameter>: This parameter adds Mozilla
    98     supprt to the libraries (required if you want to build any Mozilla
     100    support to the libraries (required if you want to build any Mozilla
    99101    products).</para>
    100102
    101103    <para><parameter>--with-pthreads</parameter>: This parameter forces use of
    102104    the system pthreads library.</para>
     105
     106    <para><parameter>--enable-64bit</parameter>: This parameter is required
     107    <emphasis>on an x86_64 system</emphasis> to prevent
     108    <command>configure</command> failing with a claim that this is a system
     109    without pthread support.</para>
    103110
    104111  </sect2>
  • introduction/welcome/changelog.xml

    rbe7d50e re3060aa  
    4141
    4242-->
     43
     44    <listitem>
     45      <para>October 26th, 2010</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[ken] - Updated to
     49          nspr-4.8.6 and nss-3.12.8 (fixes tickets
     50          <ulink url="&blfs-ticket-root;3176">#3176 et seq.</ulink>)
     51          </para>
     52        </listitem>
     53      </itemizedlist>
     54    </listitem>
    4355
    4456    <listitem>
  • postlfs/security/nss.xml

    rbe7d50e re3060aa  
    55  %general-entities;
    66
    7   <!ENTITY nss-download-http "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_5_RTM/src/nss-&nss-version;.tar.gz">
    8   <!ENTITY nss-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_5_RTM/src/nss-&nss-version;.tar.gz">
    9   <!ENTITY nss-md5sum        "50089cd0f14c690d41392fdbb1f69181">
    10   <!ENTITY nss-size          "5.1 MB">
    11   <!ENTITY nss-buildsize     "62 MB">
    12   <!ENTITY nss-time          "1.0 SBU (additional 0.9 SBU to run the test suite)">
     7  <!ENTITY nss-download-http "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_8_RTM/src/nss-&nss-version;.tar.gz">
     8  <!ENTITY nss-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_8_RTM/src/nss-&nss-version;.tar.gz">
     9  <!ENTITY nss-md5sum        "40bf1bb0c7567827d3768d1fc6081100">
     10  <!ENTITY nss-size          "5.7 MB">
     11  <!ENTITY nss-buildsize     "73 MB (more than double this to run the test suite)">
     12  <!ENTITY nss-time          "0.9 SBU (at least an additional 3.5 SBU to run the test suite)">
    1313]>
    1414
     
    3838    other Internet security standards into an application.</para>
    3939
     40    &lfs67_checked;
     41
    4042    <bridgehead renderas="sect3">Package Information</bridgehead>
    4143    <itemizedlist spacing="compact">
     
    99101make -C mozilla/security/nss nss_build_all</userinput></screen>
    100102
    101     <para>To test the results, you'll need to set the domain name of your
    102     system in the <envar>DOMSUF</envar> environment variable. Most of the tests
    103     will fail if you don't provide the correct domain name. A self-generated
    104     log file will be parsed at the end of the test to display how many tests
    105     passed. It should return 800. To run the tests, ensure you change the
     103    <para>If you wish to test the results, you'll need to set the domain name of
     104    your system in the <envar>DOMSUF</envar> environment variable. Most of the
     105    tests will fail if you don't provide the correct domain name. The voluminous
     106    output will report how many of the several thousand tests passed, and if any
     107    failed.  To review the details of any failures, you may wish to capture
     108    stdout and stderr in a file.</para>
     109
     110    <para>To run the tests, ensure you change the
    106111    <command>export DOMSUF</command> command below to an appropriate value,
    107     e.g., <parameter>mydomain.com</parameter> and issue the following
    108     commands:</para>
     112    e.g., <parameter>mydomain.com</parameter> or, if you do not have any domain
     113    in your <filename>/etc/hosts</filename> replace this with the developers'
     114    recommendation of
     115    <command>"export HOST=localhost DOMSUF=localdomain"</command> and issue the
     116    following commands:</para>
    109117
    110118<screen><userinput>bash
     
    149157    serves the purpose of restoring the environment and returning back to the
    150158    original directory when the installation is complete.</para>
     159
     160    <para><command>export USE_64=1</command>:This command is
     161    <emphasis>required on x86_64</emphasis>, otherwise the build will attempt
     162    to create 32-bit objects and fail in a non-multilib system.</para>
    151163
    152164    <para><command>export BUILD_OPT=1</command>: This variable is set so that
Note: See TracChangeset for help on using the changeset viewer.