Changes between Version 4 and Version 5 of nss


Ignore:
Timestamp:
08/09/2007 04:09:14 PM (17 years ago)
Author:
stefan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • nss

    v4 v5  
    1010 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.
    1111
     12== Test Suite: CRL tests ==
     13cert.sh uses the local time when creating revocation lists. This can cause
     14a number of tests (130 out of 800) to fail.
     15
     16'''Fix:'''
     17{{{
     18cd mozilla/security/nss/tests/cert/ &&
     19sed 's/date "*+%Y%m%d%H%M%SZ"*/date -u "+%Y%m%d%H%M%SZ"/g' < cert.sh \
     20    > cert.sh.tmp && mv cert.sh.tmp cert.sh
     21}}}
     22
     23
     24
     25
     26
     27
     28
     29
     30
    1231
    1332[wiki:Security Up][[br]]