From 54be5edb1b6d72efa0150f0482b6313fd26fbfb2 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 7 Aug 2018 18:11:41 +0200 Subject: nss: upgrade to release 3.38 Fixes CVE-2018-0495 and "the ASN.1 code". Remove one hunk of nss-android.patch.1 that should be obsolete with the current Android toolchain baseline. Change-Id: I5516edec17b72f53acd2749e8840805eead077bc Reviewed-on: https://gerrit.libreoffice.org/58697 Tested-by: Jenkins Reviewed-by: Michael Stahl (cherry picked from commit 3ef76067bfa1f9f60ec3989bd6b40a5760137903) Reviewed-on: https://gerrit.libreoffice.org/58719 Reviewed-by: Christian Lohmaier --- external/nss/nss-android.patch.1 | 25 ------------------------- external/nss/nss.vs2015.patch | 10 ++++++++++ 2 files changed, 10 insertions(+), 25 deletions(-) (limited to 'external') diff --git a/external/nss/nss-android.patch.1 b/external/nss/nss-android.patch.1 index 6dc43c1b4ffe..d37c70f16ace 100644 --- a/external/nss/nss-android.patch.1 +++ b/external/nss/nss-android.patch.1 @@ -48,28 +48,3 @@ diff -ur nss.org/nss/Makefile nss/nss/Makefile --with-android-toolchain=$(ANDROID_TOOLCHAIN) \ --with-android-platform=$(ANDROID_SYSROOT) unified headers / ndk16 does have it in it's support module -diff -ur nss.org/nspr/pr/src/md/unix/unix.c nss/nspr/pr/src/md/unix/unix.c ---- nss.org/nspr/pr/src/md/unix/unix.c 2017-11-22 01:19:16.098553361 +0100 -+++ nss/nspr/pr/src/md/unix/unix.c 2017-11-22 01:20:03.794550181 +0100 -@@ -2714,21 +2714,6 @@ - #endif /* defined(_PR_NO_LARGE_FILES) || defined(SOLARIS2_5) */ - - /* Android <= 19 doesn't have mmap64. */ --#if defined(ANDROID) && __ANDROID_API__ <= 19 --PR_IMPORT(void) *__mmap2(void *, size_t, int, int, int, size_t); -- --#define ANDROID_PAGE_SIZE 4096 -- --static void * --mmap64(void *addr, size_t len, int prot, int flags, int fd, loff_t offset) --{ -- if (offset & (ANDROID_PAGE_SIZE - 1)) { -- errno = EINVAL; -- return MAP_FAILED; -- } -- return __mmap2(addr, len, prot, flags, fd, offset / ANDROID_PAGE_SIZE); --} --#endif - - #if defined(OSF1) && defined(__GNUC__) - diff --git a/external/nss/nss.vs2015.patch b/external/nss/nss.vs2015.patch index de4f8762fd5b..c3e6b5a5acaa 100644 --- a/external/nss/nss.vs2015.patch +++ b/external/nss/nss.vs2015.patch @@ -10,3 +10,13 @@ diff -ru nss.org/nss/coreconf/WIN32.mk nss/nss/coreconf/WIN32.mk ifeq ($(_MSC_VER_GE_12),1) OS_CFLAGS += -FS endif +--- a/nss/nss/gtests/nss_bogo_shim/nss_bogo_shim.cc 2018-08-08 11:08:42.922939267 +0200 ++++ b/nss/nss/gtests/nss_bogo_shim/nss_bogo_shim.cc 2018-08-08 11:08:47.778929835 +0200 +@@ -6,6 +6,7 @@ + #include "config.h" + + #include ++#include + #include + #include + #include -- cgit v1.2.3