Closed
Bug 487158
Opened 16 years ago
Closed 16 years ago
Update mozilla-1.9.1 to pick up NSPR 4.7.4
Categories
(Core :: General, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla1.9.1b4
People
(Reporter: wtc, Assigned: wtc)
Details
(Keywords: fixed1.9.1)
Attachments
(1 file)
156 bytes,
patch
|
KaiE
:
review+
|
Details | Diff | Splinter Review |
Update mozilla-1.9.1 to pick up NSPR 4.7.4.
mozilla-1.9.1 is currently using NSPR 4.7.3. The bug fixes
in NSPR 4.7.4 are:
- bug 370766, bug 478687: 64 bit MAC OS X support
- bug 385583: NSPR makes incorrect assumptions about jmp_buf
on ARM EABI systems
- bug 439144: Fix strict aliasing issues in prdtoa.c for gcc 4.4.
- bug 461502: Build NSPR shared libraries with the -Bdirect
linker flag on Solaris.
- bug 465435: Add a comment to explain the check against
FD_SETSIZE in _PR_MD_PR_POLL.
- bug 465629: Fix the comments about PR_EnumerateAddrInfo and
PR_GetCanonNameFromAddrInfo
- bug 467951: Build NSPR on NetBSD with pthreads by default
- bug 469508: In prlink.c, errStrBuf is not thread-safe.
- bug 469744: Implement PR_OpenSemaphore for Mac OS X.
- bug 470528: NetBSD patches for mozilla/nsprpub/pr/include/md/_netbsd.{cfg,h}
- bug 473413: Build problem with spaces in path names
- bug 480740: When compiled by VC 2005, PR_ParseTimeString may
crash on out-of-range time strings.
Bug 439144 is the most important bug fix. Bug 480740 does
not affect Firefox official builds that use the custom
mozcrt19.dll, but affect personal Firefox builds that use
msvcr80.dll.
Flags: blocking1.9.1?
Assignee | ||
Comment 1•16 years ago
|
||
We use this in place of the actual patch.
Attachment #371362 -
Flags: review?(kaie)
Attachment #371362 -
Flags: approval1.9.1?
Comment 2•16 years ago
|
||
Comment on attachment 371362 [details] [diff] [review]
Proposed NSPR tag update procedure
r=kaie
Attachment #371362 -
Flags: review?(kaie) → review+
Comment 3•16 years ago
|
||
Is this dependent on the NSS update in bug 481968?
Flags: blocking1.9.1? → blocking1.9.1+
Priority: -- → P2
Assignee | ||
Comment 4•16 years ago
|
||
No, this doesn't depend on the NSS update in bug 481968.
But since NSS 3.12.3 was tested against NSPR 4.7.4, it'd
be good to update to NSPR 4.7.4 at the same time.
Assignee | ||
Comment 5•16 years ago
|
||
I just pushed changeset 42e302abf675 to mozilla-1.9.1:
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/42e302abf675
Status: NEW → RESOLVED
Closed: 16 years ago
Keywords: fixed1.9.1
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.1b4
Updated•16 years ago
|
Attachment #371362 -
Flags: approval1.9.1?
You need to log in
before you can comment on or make changes to this bug.
Description
•