openbsd-ports/www/mozilla-firefox/patches/patch-xpcom_io_SpecialSystemDirectory_cpp
landry 2e2cfce7ed Update to firefox 6.0.
See http://www.mozilla.com/en-US/firefox/6.0/releasenotes/.
Remove patches merged upstream (#648721, #651461, #643122, #634609 and
maybe others).
ok rpointel@
2011-08-23 20:14:52 +00:00

13 lines
542 B
Plaintext

$OpenBSD: patch-xpcom_io_SpecialSystemDirectory_cpp,v 1.5 2011/08/23 20:14:52 landry Exp $
--- xpcom/io/SpecialSystemDirectory.cpp.orig Fri Jul 22 00:18:56 2011
+++ xpcom/io/SpecialSystemDirectory.cpp Sat Jul 30 15:37:52 2011
@@ -459,7 +459,7 @@ GetUnixXDGUserDirectory(SystemDirectories aSystemDirec
if (NS_FAILED(rv))
return rv;
if (!exists) {
- rv = file->Create(nsIFile::DIRECTORY_TYPE, 0755);
+ rv = file->Create(nsIFile::DIRECTORY_TYPE, 0700);
if (NS_FAILED(rv))
return rv;
}