Opened 9 years ago
Closed 9 years ago
#50676 closed update (fixed)
nspr @4.11_0: update to 4.12
Reported by: | Schamschula (Marius Schamschula) | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.4 |
Keywords: | haspatch | Cc: | kurthindenburg (Kurt Hindenburg) |
Port: | nspr |
Description
nspr has been updated to version 4.12. This is a bug fix release:
- added a PR_GetEnvSecure function, which attempts to detect if the program is being executed with elevated privileges, and returns NULL if detected. It is recommended to use this function in general purpose library code.
- fixed a memory allocation bug related to the PR_*printf functions
- exported API PR_DuplicateEnvironment, which had already been added in NSPR 4.10.9
- several minor correctness and compatibility fixes, for the full list see: https://bugzilla.mozilla.org/buglist.cgi?resolution=FIXED&query_format=advanced&product=NSPR&target_milestone=4.12
Note: I also fixed some white space issues.
Attachments (2)
Change History (4)
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-nspr-whitespace.diff added |
---|
Changed 9 years ago by Schamschula (Marius Schamschula)
Attachment: | Portfile-nspr.diff added |
---|
comment:1 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Cc: | khindenburg@… added |
---|
comment:2 Changed 9 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → fixed |
---|---|
Status: | new → closed |
done r145976
Note: See
TracTickets for help on using
tickets.
Cc Me!