diff options
author | Armin Kuster <akuster808@gmail.com> | 2018-01-22 15:08:41 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-01-26 13:09:09 +0000 |
commit | 9de1159b0c9d2ef415128b48cad8cbd407f6a544 (patch) | |
tree | 4509a08bd980e4fcd9a52d1472a3e0e5bd481fec | |
parent | ed2312a9c3bb26192b928073bdb31ddfa177bb53 (diff) | |
download | poky-9de1159b0c9d2ef415128b48cad8cbd407f6a544.tar.gz |
nspr: update to 4.18
NSPR 4.18 contains the following changes:
- removed HP-UX DCE threads support
- improvements for the Windows implementation of PR_SetCurrentThreadName
- fixes for the Windows implementation of TCP Fast Open
(From OE-Core rev: cd5086812c55785f5d3c50559f925458e4363b43)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/nspr/nspr_4.18.bb (renamed from meta/recipes-support/nspr/nspr_4.17.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/nspr/nspr_4.17.bb b/meta/recipes-support/nspr/nspr_4.18.bb index 21768c7c87..cd7ae8c84c 100644 --- a/meta/recipes-support/nspr/nspr_4.17.bb +++ b/meta/recipes-support/nspr/nspr_4.18.bb | |||
@@ -23,8 +23,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE | |||
23 | UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/" | 23 | UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/" |
24 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/" | 24 | UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/" |
25 | 25 | ||
26 | SRC_URI[md5sum] = "0534d9ac45dca251655b9b240670eab4" | 26 | SRC_URI[md5sum] = "2a558f9aeb109bfb16d78bdc42033a1e" |
27 | SRC_URI[sha256sum] = "590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095" | 27 | SRC_URI[sha256sum] = "b89657c09bf88707d06ac238b8930d3ae08de68cb3edccfdc2e3dc97f9c8fb34" |
28 | 28 | ||
29 | CVE_PRODUCT = "netscape_portable_runtime" | 29 | CVE_PRODUCT = "netscape_portable_runtime" |
30 | 30 | ||