From 83847c65aa00a6fb44066d0264612f01a874fae5 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Tue, 12 May 2015 18:06:36 +0000 Subject: - Update NSS and ca_root_nss to 3.19 - Update Firefox to 38.0 - Update Firefox ESR and libxul to 31.7.0 - Update Thunderbird to 31.7.0 - Update Enigmail to 1.8.2 Changes: https://developer.mozilla.org/docs/Mozilla/Projects/NSS/NSS_3.19_release_notes Changes: https://www.mozilla.org/firefox/38.0/releasenotes/ Changes: https://www.mozilla.org/firefox/31.7.0/releasenotes/ Changes: http://sourceforge.net/p/enigmail/bugs/search/?q=status%3Afixed+%26%26+_fixed%3A1.8.1 MFH: 2015Q2 Security: https://vuxml.freebsd.org/freebsd/d9b43004-f5fd-4807-b1d7-dbf66455b244.html --- www/firefox/files/patch-bug1125579 | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 www/firefox/files/patch-bug1125579 (limited to 'www/firefox/files/patch-bug1125579') diff --git a/www/firefox/files/patch-bug1125579 b/www/firefox/files/patch-bug1125579 deleted file mode 100644 index ca1a61af5364..000000000000 --- a/www/firefox/files/patch-bug1125579 +++ /dev/null @@ -1,16 +0,0 @@ -diff --git js/src/jit/ExecutableAllocator.h js/src/jit/ExecutableAllocator.h -index d55c8ed..ab6188f 100644 ---- js/src/jit/ExecutableAllocator.h -+++ js/src/jit/ExecutableAllocator.h -@@ -405,6 +405,11 @@ public: - _flush_cache(reinterpret_cast(code), size, BCACHE); - #endif - } -+#elif defined(JS_CODEGEN_ARM) && (defined(__FreeBSD__) || defined(__NetBSD__)) -+ static void cacheFlush(void* code, size_t size) -+ { -+ __clear_cache(code, reinterpret_cast(code) + size); -+ } - #elif defined(JS_CODEGEN_ARM) && (defined(__linux__) || defined(ANDROID)) && defined(__GNUC__) - static void cacheFlush(void* code, size_t size) - { -- cgit v1.2.3