]> code.ossystems Code Review - openembedded-core.git/commitdiff
nss: update to 3.39 includes CVE-2018-12384
authorArmin Kuster <akuster@mvista.com>
Sat, 20 Oct 2018 12:00:13 +0000 (13:00 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 6 Nov 2018 11:53:26 +0000 (11:53 +0000)
see: https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.39_release_notes

Signed-off-by: Armin Kuster <akuster@mvista.com>
meta/recipes-support/nss/nss_3.39.bb [moved from meta/recipes-support/nss/nss_3.38.bb with 98% similarity]

similarity index 98%
rename from meta/recipes-support/nss/nss_3.38.bb
rename to meta/recipes-support/nss/nss_3.39.bb
index e0ee209106067e8b537d157a61764f2aa80f28c9..cdc95c621ade081f49570ffd2ce4a37039a41d3e 100644 (file)
@@ -30,8 +30,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
            file://system-pkcs11.txt \
            "
 
-SRC_URI[md5sum] = "ac9065460a7634ba8eb0f942f404e773"
-SRC_URI[sha256sum] = "2c643d3c08d6935f4d325f40743719b6990aa25a79ec2f8f712c99d086672f62"
+SRC_URI[md5sum] = "10720fc70fd483de1b085402fb10ed59"
+SRC_URI[sha256sum] = "6be64dd76f212415cc8bc34343ac1e7389048db4db9a023a84873c411dc5864b"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"