From d39d92427cf19e39875ec26ae210fabeb83cbef7 Mon Sep 17 00:00:00 2001 From: Florian Smeets Date: Tue, 19 Feb 2013 23:53:07 +0000 Subject: - update firefox to 19.0 - update firefox-esr, thunderbird, linux-firefox, linux-thunderbird to 17.0.3 - update linux-seamonkey to 2.16 - update nspr to 4.9.5 - update nss to 3.14.3 - add DuckDuckGo search plugin to firefox [1] - mark kompozer deprecated - clang fixes for www/libxul19 [2] Security: http://www.vuxml.org/freebsd/e3f0374a-7ad6-11e2-84cd-d43d7e0c7c02.html Submitted by: DuckDuckGo [1], dim [2] In collaboration with: Jan Beich --- www/firefox/files/patch-bug798354 | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 www/firefox/files/patch-bug798354 (limited to 'www/firefox/files/patch-bug798354') diff --git a/www/firefox/files/patch-bug798354 b/www/firefox/files/patch-bug798354 deleted file mode 100644 index 09ee2bfbead9..000000000000 --- a/www/firefox/files/patch-bug798354 +++ /dev/null @@ -1,15 +0,0 @@ ---- ipc/chromium/src/chrome/common/ipc_channel_posix.cc~ -+++ ipc/chromium/src/chrome/common/ipc_channel_posix.cc -@@ -133,7 +133,12 @@ int ChannelNameToClientFD(const std::string& channel_id) { - } - - //------------------------------------------------------------------------------ -+#if !defined(__clang__) && defined(__GNUC__) && __GNUC_MINOR__ <= 2 -+sockaddr_un sizecheck; -+const size_t kMaxPipeNameLength = sizeof(sizecheck.sun_path); -+#else - const size_t kMaxPipeNameLength = sizeof(sockaddr_un::sun_path); -+#endif - - // Creates a Fifo with the specified name ready to listen on. - bool CreateServerFifo(const std::string& pipe_name, int* server_listen_fd) { -- cgit v1.2.3