[oe-commits] [openembedded-core] 20/28: nss: upgrade 3.49.1 -> 3.50

git at git.openembedded.org git at git.openembedded.org
Fri Feb 21 09:51:48 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 25433aaaf4ab2c1e39ac6123bcd504d5c3f4425f
Author: Wang Mingyu <wangmy at cn.fujitsu.com>
AuthorDate: Fri Feb 21 02:09:40 2020 -0800

    nss: upgrade 3.49.1 -> 3.50
    
    refresh the following patch:
    0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
    
    Signed-off-by: Wang Mingyu <wangmy at cn.fujitsu.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 .../0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch   | 4 ++--
 meta/recipes-support/nss/{nss_3.49.1.bb => nss_3.50.bb}               | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch b/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
index 803c06b..c380c14 100644
--- a/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
+++ b/meta/recipes-support/nss/nss/0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch
@@ -42,8 +42,8 @@ Signed-off-by: Alexander Kanavin <alex.kanavin at gmail.com>
  /* old gcc doesn't support some poly64x2_t intrinsic */
  #if defined(__aarch64__) && defined(IS_LITTLE_ENDIAN) && \
      (defined(__clang__) || defined(__GNUC__) && __GNUC__ > 6)
-@@ -28,6 +29,7 @@
-  * that compiler uses -mfpu=neon only. */
+@@ -25,6 +26,7 @@
+ /* We don't test on big endian platform, so disable this on big endian. */
  #define USE_ARM_GCM
  #endif
 +#endif
diff --git a/meta/recipes-support/nss/nss_3.49.1.bb b/meta/recipes-support/nss/nss_3.50.bb
similarity index 98%
rename from meta/recipes-support/nss/nss_3.49.1.bb
rename to meta/recipes-support/nss/nss_3.50.bb
index b16ade9..e9855d7 100644
--- a/meta/recipes-support/nss/nss_3.49.1.bb
+++ b/meta/recipes-support/nss/nss_3.50.bb
@@ -34,8 +34,8 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
            file://0001-freebl-add-a-configure-option-to-disable-ARM-HW-cryp.patch \
            "
 
-SRC_URI[md5sum] = "6b92ac02dcf9e9e44df5390f6814c157"
-SRC_URI[sha256sum] = "d9aa42e49e02bb0dc0a2f164604cfc718e11a2a06ddb266cd676376ac21b026e"
+SRC_URI[md5sum] = "e0366615e12b147cebc136c915baea37"
+SRC_URI[sha256sum] = "185df319775243f5f5daa9d49b7f9cc5f2b389435be3247c3376579bee063ba7"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list