remove Fix-compilation-for-X32.patch as a solution simular is included in update.
notable changes: The TLS 1.3 implementation was updated to Draft 28. The CA certificates list was updated to version 2.24. Signed-off-by: Armin Kuster <[email protected]> --- ...tics_1.9.0.bb => xf86-input-synaptics_1.9.1.bb} | 4 +-- .../nss/nss/Fix-compilation-for-X32.patch | 33 ---------------------- .../nss/{nss_3.36.1.bb => nss_3.37.1.bb} | 5 ++-- 3 files changed, 4 insertions(+), 38 deletions(-) rename meta/recipes-graphics/xorg-driver/{xf86-input-synaptics_1.9.0.bb => xf86-input-synaptics_1.9.1.bb} (79%) delete mode 100644 meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch rename meta/recipes-support/nss/{nss_3.36.1.bb => nss_3.37.1.bb} (97%) diff --git a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.0.bb b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.1.bb similarity index 79% rename from meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.0.bb rename to meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.1.bb index d327a3b..dc31890 100644 --- a/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.0.bb +++ b/meta/recipes-graphics/xorg-driver/xf86-input-synaptics_1.9.1.bb @@ -10,7 +10,7 @@ advanced features of the touchpad to become available." LIC_FILES_CHKSUM = "file://COPYING;md5=55aacd3535a741824955c5eb8f061398" -SRC_URI[md5sum] = "58e5b7722a402114093bf193962d1e3a" -SRC_URI[sha256sum] = "afba3289d7a40217a19d90db98ce181772f9ca6d77e1898727b0afcf02073b5a" +SRC_URI[md5sum] = "cfb79d3c975151f9bbf30b727c260cb9" +SRC_URI[sha256sum] = "7af83526eff1c76e8b9e1553b34245c203d029028d8044dd9dcf71eef1001576" DEPENDS += "libxi mtdev libxtst libevdev" diff --git a/meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch b/meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch deleted file mode 100644 index 80b8690..0000000 --- a/meta/recipes-support/nss/nss/Fix-compilation-for-X32.patch +++ /dev/null @@ -1,33 +0,0 @@ -From c8eadfcdfbc1d5a4799e9a264b0f859cb5954c05 Mon Sep 17 00:00:00 2001 -From: Christopher Larson <[email protected]> -Date: Tue, 13 Dec 2016 11:40:47 -0700 -Subject: [PATCH 7/7] Fix compilation for X32 - -X32 uses 32-bit pointers, not 64-bit. - -Signed-off-by: Christopher Larson <[email protected]> - -Upstream-Status: Pending ---- - nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c | 4 ++++ - 1 file changed, 4 insertions(+) - -diff --git a/nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c b/nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c -index 2a3301e..d4ade41 100644 ---- a/nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c -+++ b/nss/lib/freebl/poly1305-donna-x64-sse2-incremental-source.c -@@ -87,7 +87,11 @@ static poly1305_state_internal INLINE - * - poly1305_aligned_state(poly1305_state *state) - { -+#ifdef __ILP32__ -+ return (poly1305_state_internal *)(((uint32_t)state + 63) & ~63); -+#else - return (poly1305_state_internal *)(((uint64_t)state + 63) & ~63); -+#endif - } - - /* copy 0-63 bytes */ --- -2.8.0 - diff --git a/meta/recipes-support/nss/nss_3.36.1.bb b/meta/recipes-support/nss/nss_3.37.1.bb similarity index 97% rename from meta/recipes-support/nss/nss_3.36.1.bb rename to meta/recipes-support/nss/nss_3.37.1.bb index f855538..cf60a7f 100644 --- a/meta/recipes-support/nss/nss_3.36.1.bb +++ b/meta/recipes-support/nss/nss_3.37.1.bb @@ -25,11 +25,10 @@ SRC_URI = "http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/${VERSIO file://nss-fix-nsinstall-build.patch \ file://disable-Wvarargs-with-clang.patch \ file://pqg.c-ULL_addend.patch \ - file://Fix-compilation-for-X32.patch \ " -SRC_URI[md5sum] = "814d8fe3ec89006cf62078e2a56cf2f9" -SRC_URI[sha256sum] = "6025441d528ff6a7f1a4b673b6ee7d3540731ada3f78d5acd5c3b3736b222bff" +SRC_URI[md5sum] = "e9526d7217d02afa96b90b89924c38df" +SRC_URI[sha256sum] = "097b30e436479ad737b3703b25b6198b6513e202731085c6f097d8853dd20405" 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 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
