Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Armin Kuster <akuster808@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 09/12] nss: update to 3.42.1
Date: Sun, 10 Mar 2019 11:07:40 -0700	[thread overview]
Message-ID: <1552241263-26116-9-git-send-email-akuster808@gmail.com> (raw)
In-Reply-To: <1552241263-26116-1-git-send-email-akuster808@gmail.com>

remove nss-fix-SHA_HTONL-bug-for-arm-32be.patch now included

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 .../nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch   | 34 ----------------------
 .../nss/{nss_3.41.bb => nss_3.42.1.bb}             |  5 ++--
 2 files changed, 2 insertions(+), 37 deletions(-)
 delete mode 100644 meta/recipes-support/nss/nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch
 rename meta/recipes-support/nss/{nss_3.41.bb => nss_3.42.1.bb} (97%)

diff --git a/meta/recipes-support/nss/nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch b/meta/recipes-support/nss/nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch
deleted file mode 100644
index bb1c6e3..0000000
--- a/meta/recipes-support/nss/nss/nss-fix-SHA_HTONL-bug-for-arm-32be.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-Subject: [PATCH] Fix SHA_HTONL bug for arm 32be.
-
-In arm 32be, there is no need to reverse the host value.
-
-Upstream-Status: Pending
-
-Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
----
- lib/freebl/sha_fast.h | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/nss/lib/freebl/sha_fast.h b/nss/lib/freebl/sha_fast.h
-index 4f37d13..8072eda 100644
---- a/nss/lib/freebl/sha_fast.h
-+++ b/nss/lib/freebl/sha_fast.h
-@@ -99,6 +99,7 @@ swap4b(PRUint32 value)
-       defined(__ARM_ARCH_7__) ||   \
-       defined(__ARM_ARCH_7A__) ||  \
-       defined(__ARM_ARCH_7R__)))
-+#if defined(IS_LITTLE_ENDIAN)  
- static __inline__ PRUint32
- swap4b(PRUint32 value)
- {
-@@ -109,6 +110,7 @@ swap4b(PRUint32 value)
-     return ret;
- }
- #define SHA_HTONL(x) swap4b(x)
-+#endif
- 
- #endif /* x86 family */
- 
--- 
-2.7.4
-
diff --git a/meta/recipes-support/nss/nss_3.41.bb b/meta/recipes-support/nss/nss_3.42.1.bb
similarity index 97%
rename from meta/recipes-support/nss/nss_3.41.bb
rename to meta/recipes-support/nss/nss_3.42.1.bb
index 5ab22b1..b6bbd80 100644
--- a/meta/recipes-support/nss/nss_3.41.bb
+++ b/meta/recipes-support/nss/nss_3.42.1.bb
@@ -28,11 +28,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO
            file://blank-cert9.db \
            file://blank-key4.db \
            file://system-pkcs11.txt \
-           file://nss-fix-SHA_HTONL-bug-for-arm-32be.patch \
            "
 
-SRC_URI[md5sum] = "eec62a289387a7ce2fd9cca1f76600f3"
-SRC_URI[sha256sum] = "ab2e18f5d0dd0079c0005396f9beb9a41e9a1bbc7e6c1d0a99affcef0471712d"
+SRC_URI[md5sum] = "1f6cc6c702379478a3a72298caaef0a7"
+SRC_URI[sha256sum] = "087db37d38fd49dfd584dd2a8b5baa7fc88de7c9bd97c0c2d5be4abcafc61fc6"
 
 UPSTREAM_CHECK_URI = "https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Releases"
 UPSTREAM_CHECK_REGEX = "NSS_(?P<pver>.+)_release_notes"
-- 
2.7.4



  parent reply	other threads:[~2019-03-10 18:07 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-10 18:07 [PATCH 01/12] xhost: update to 1.0.8 Armin Kuster
2019-03-10 18:07 ` [PATCH 02/12] libxkbcommon: update to 0.8.4 Armin Kuster
2019-03-10 18:07 ` [PATCH 03/12] libfontenc: update to 1.1.4 Armin Kuster
2019-03-10 18:07 ` [PATCH 04/12] xvinfo: " Armin Kuster
2019-03-10 18:07 ` [PATCH 05/12] xmodmap: update to 1.0.10 Armin Kuster
2019-03-10 18:07 ` [PATCH 06/12] xinit: update to 1.4.1 Armin Kuster
2019-03-10 18:07 ` [PATCH 07/12] xev: update to 1.2.3 Armin Kuster
2019-03-11  8:04   ` Mittal, Anuj
2019-03-11 14:37     ` akuster808
2019-03-10 18:07 ` [PATCH 08/12] kexec-tools: update 2.0.19 Armin Kuster
2019-03-10 18:07 ` Armin Kuster [this message]
2019-03-10 18:07 ` [PATCH 10/12] nspr: update 4.21 Armin Kuster
2019-03-10 18:07 ` [PATCH 11/12] gnutls: update 3.6.6 Armin Kuster
2019-03-11  4:32   ` Khem Raj
2019-03-10 18:07 ` [PATCH 12/12] xprop: update to 1.2.4 Armin Kuster

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1552241263-26116-9-git-send-email-akuster808@gmail.com \
    --to=akuster808@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox