]> code.ossystems Code Review - openembedded-core.git/commitdiff
nspr: update to 4.18
authorArmin Kuster <akuster808@gmail.com>
Mon, 22 Jan 2018 23:08:41 +0000 (15:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Jan 2018 13:07:21 +0000 (13:07 +0000)
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

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-support/nspr/nspr_4.18.bb [moved from meta/recipes-support/nspr/nspr_4.17.bb with 96% similarity]

similarity index 96%
rename from meta/recipes-support/nspr/nspr_4.17.bb
rename to meta/recipes-support/nspr/nspr_4.18.bb
index 21768c7c87577110852ebd94023d651a01bbf318..cd7ae8c84cc40893a9e3b3b478eaa3a08d209d70 100644 (file)
@@ -23,8 +23,8 @@ CACHED_CONFIGUREVARS_append_libc-musl = " CFLAGS='${CFLAGS} -D_PR_POLL_AVAILABLE
 UPSTREAM_CHECK_URI = "http://ftp.mozilla.org/pub/nspr/releases/"
 UPSTREAM_CHECK_REGEX = "v(?P<pver>\d+(\.\d+)+)/"
 
-SRC_URI[md5sum] = "0534d9ac45dca251655b9b240670eab4"
-SRC_URI[sha256sum] = "590a0aea29412ae22d7728038c21ef2ab42646e48172a47d2e4bb782846d1095"
+SRC_URI[md5sum] = "2a558f9aeb109bfb16d78bdc42033a1e"
+SRC_URI[sha256sum] = "b89657c09bf88707d06ac238b8930d3ae08de68cb3edccfdc2e3dc97f9c8fb34"
 
 CVE_PRODUCT = "netscape_portable_runtime"