- update to version 4.12
* 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 * added support for FreeBSD aarch64 * several minor correctness and compatibility fixes OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/mozilla-nspr?expand=0&rev=83
This commit is contained in:
parent
a7bdc94f3f
commit
629c3d4968
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 29 15:31:53 UTC 2016 - wr@rosenauer.org
|
||||
|
||||
- update to version 4.12
|
||||
* 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
|
||||
* added support for FreeBSD aarch64
|
||||
* several minor correctness and compatibility fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Dec 19 16:40:08 UTC 2015 - wr@rosenauer.org
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
#
|
||||
# spec file for package mozilla-nspr
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 2006-2015 Wolfgang Rosenauer
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# 2006-2016 Wolfgang Rosenauer
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: mozilla-nspr
|
||||
Version: 4.11
|
||||
Version: 4.12
|
||||
Release: 0
|
||||
Summary: Netscape Portable Runtime
|
||||
License: MPL-2.0
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb320a9eee7028275ac0fce7adc39dee36f14f02fd8432fce1b7e1aa5e3685c2
|
||||
size 1134106
|
3
nspr-4.12.tar.gz
Normal file
3
nspr-4.12.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e0b10a1e569153668ff8bdea6c7e491b389fab69c2f18285a1ebf7c2ea4269de
|
||||
size 1135458
|
Loading…
x
Reference in New Issue
Block a user