Re: Including FNMT cert in Firefox 3 (Spanish government)

2008-09-09 Thread Nukeador
Hi again, As I told Frank at the Summit, we should consider this bug as a hight priority marketing issue in Spain. We are not going to gain more market share if the Spanish citizens are unable to view a government site or buy train tickets with Firefox. Whatever is needed to speed up the

Validation (OCSP) Preferences

2008-09-09 Thread Neil
Bug 110161 turned on OCSP by default. It also followed this up by changing the UI from a group of three radio buttons to a checkbox and a pair of radiobuttons. However these three controls fight over the same preference. This makes for some hairy preference code, but also I noticed that if you

Cannot make 3.12 on FreeBSD 7.0

2008-09-09 Thread Paul Hoffman
Greetings again. I'm trying to build 3.12 on FreeBSD 7.0. I follow the directions on http://www.mozilla.org/projects/security/pki/nss/nss-3.11.4/nss-3.11.4-build.html and do the CVSing. 'gmake nss_build_all' ends with: /usr/bin/ld: cannot find -lsoftokn3 gmake[2]: ***

Re: Cannot make 3.12 on FreeBSD 7.0

2008-09-09 Thread Nelson B Bolyard
Paul Hoffman wrote, On 2008-09-09 13:52: Greetings again. I'm trying to build 3.12 on FreeBSD 7.0. I follow the directions on http://www.mozilla.org/projects/security/pki/nss/nss-3.11.4/nss-3.11.4-build.html and do the CVSing. 'gmake nss_build_all' ends with: Since you're trying to build

Re: Cannot make 3.12 on FreeBSD 7.0

2008-09-09 Thread Paul Hoffman
At 2:56 PM -0700 9/9/08, Nelson B Bolyard wrote: Paul Hoffman wrote, On 2008-09-09 13:52: Greetings again. I'm trying to build 3.12 on FreeBSD 7.0. I follow the directions on http://www.mozilla.org/projects/security/pki/nss/nss-3.11.4/nss-3.11.4-build.html and do the CVSing. 'gmake

Re: Cannot make 3.12 on FreeBSD 7.0

2008-09-09 Thread Wan-Teh Chang
On Tue, Sep 9, 2008 at 4:52 PM, Paul Hoffman [EMAIL PROTECTED] wrote: I nuked mozilla/* and used the two cvs commands above. The make now ends with: /usr/bin/ld: cannot find -lnssutil3 gmake[3]: *** [FreeBSD7.0_DBG.OBJ/FreeBSD_SINGLE_SHLIB/libfreebl3.so.1.0] Error 1 gmake[3]: Leaving

Re: Cannot make 3.12 on FreeBSD 7.0

2008-09-09 Thread Paul Hoffman
At 5:28 PM -0700 9/9/08, Wan-Teh Chang wrote: On Tue, Sep 9, 2008 at 4:52 PM, Paul Hoffman [EMAIL PROTECTED] wrote: I nuked mozilla/* and used the two cvs commands above. The make now ends with: /usr/bin/ld: cannot find -lnssutil3 gmake[3]: ***

Re: Cannot make 3.12 on FreeBSD 7.0

2008-09-09 Thread Nelson B Bolyard
Paul Hoffman wrote, On 2008-09-09 16:52: At 2:56 PM -0700 9/9/08, Nelson B Bolyard wrote: Paul Hoffman wrote, On 2008-09-09 13:52: I nuked mozilla/* and used the two cvs commands above. The make now ends with: /usr/bin/ld: cannot find -lnssutil3 OK, so this time, it's failing to find a

Re: Cannot make 3.12 on FreeBSD 7.0

2008-09-09 Thread Nelson B Bolyard
Paul Hoffman wrote, On 2008-09-09 16:52: At 2:56 PM -0700 9/9/08, Nelson B Bolyard wrote: Paul Hoffman wrote, On 2008-09-09 13:52: Greetings again. I'm trying to build 3.12 on FreeBSD 7.0. I follow the directions on

Re: New documentation: NSPR functions required for using NSS

2008-09-09 Thread Nelson B Bolyard
Rob Crittenden wrote, On 2008-09-09 20:18: Does this mean than an explicit PR_Init() is not required? Whenever you call a public PR_ function, if NSPR is not already initialized, it will get initialized by that first call. (*) However, NSPR initialization should only be done on one thread.