Changes between Version 11 and Version 12 of nss


Ignore:
Timestamp:
12/22/2023 02:07:32 PM (4 months ago)
Author:
pierre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nss

    v11 v12  
    11= NSS =
    22
    3 == For those who do not automatically update nss and nspr ==
     3== For those who do not automatically update nspr before building nss==
    44
    55The BLFS patch to create a pkgconfig file adds a Makefile to extract the minimum required nspr version using code that translates to
     
    1212
    1313The main page there always points to the latest version and may, or may not, mention a revised minimum nspr version. If it does not, and you need to know the current minimum without looking at the nss source, you can scroll down the left panel of that page in firefox or falkon to find the Release Notes for previous versions (or in links and lynx the links to releases come before the current text).
    14 
    15 
    16 == Very old notes, retained in case still useful to someone ==
    17 
    18 === ppc64 ===
    19  On ppc64, building 32-bit barfs on -z defs when CC is overridden to "gcc -m32".  Use the patch at [http://www.linuxfromscratch.org/patches/downloads/nss/nss-3.11-zdefs-1.patch] and read the instructions in it.
    20 
    21 === Test Suite: CRL tests ===
    22 cert.sh uses the local time when creating revocation lists. This can cause
    23 a number of tests (130 out of 800) to fail.
    24 
    25 '''Fix:'''
    26 {{{
    27 cd mozilla/security/nss/tests/cert/ &&
    28 sed 's/date "*+%Y%m%d%H%M%SZ"*/date -u "+%Y%m%d%H%M%SZ"/g' < cert.sh \
    29     > cert.sh.tmp && mv cert.sh.tmp cert.sh
    30 }}}
    31 
    32 == x86 ==
    33  NSS is unlikely to compile with MAKEFLAGS set to "-j 2". The build process relies on files that it creates for itself very early in the process, so make sure to turn off multi-threaded builds for this one (though it is not recommended that you use the "-j 2" option at all).
    34 
    35 
    36 
    37 
    38 
    39 
    40 
    41 
    42 [wiki:Security Up][[br]]
    43 [wiki:BlfsNotes Top]