summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-crypto__nss_util.cc
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2015-07-28 18:35:43 +0000
committerRene Ladan <rene@FreeBSD.org>2015-07-28 18:35:43 +0000
commit21a6834bf34b715e6738679557d65e23a7559049 (patch)
treeb26c6693a07a6978d438855c60f44e308c1dbcb7 /www/chromium/files/patch-crypto__nss_util.cc
parentFix file permissions so WWWDIR is not writable by WWWOWN (diff)
www/chromium: update to 44.0.2403.107
Note that chromium is currently broken on 9.X due to some obscure compiler error caused possibly caused by Ports GCC. Submitted by: LeFroid Obtained from: https://github.com/gliaskos/freebsd-chromium/pull/25 MFH: 2015Q3 Security: http://vuxml.freebsd.org/freebsd/9d732078-32c7-11e5-b263-00262d5ed8ee.html
Notes
Notes: svn path=/head/; revision=393089
Diffstat (limited to 'www/chromium/files/patch-crypto__nss_util.cc')
-rw-r--r--www/chromium/files/patch-crypto__nss_util.cc14
1 files changed, 7 insertions, 7 deletions
diff --git a/www/chromium/files/patch-crypto__nss_util.cc b/www/chromium/files/patch-crypto__nss_util.cc
index 4b9a616991b0..f0b2cf54c752 100644
--- a/www/chromium/files/patch-crypto__nss_util.cc
+++ b/www/chromium/files/patch-crypto__nss_util.cc
@@ -1,5 +1,5 @@
---- crypto/nss_util.cc.orig 2014-10-10 08:54:15 UTC
-+++ crypto/nss_util.cc
+--- crypto/nss_util.cc.orig 2015-07-15 16:30:04.000000000 -0400
++++ crypto/nss_util.cc 2015-07-22 07:15:16.577810000 -0400
@@ -13,7 +13,7 @@
#include <prtime.h>
#include <secmod.h>
@@ -9,16 +9,16 @@
#include <sys/mount.h>
#include <sys/param.h>
#endif
-@@ -143,7 +143,7 @@
+@@ -146,7 +146,7 @@
// detection when database_dir is on NFS. See http://crbug.com/48585.
//
- // TODO(wtc): port this function to other USE_NSS platforms. It is defined
--// only for OS_LINUX and OS_OPENBSD simply because the statfs structure
-+// only for OS_LINUX and OS_BSD simply because the statfs structure
+ // TODO(wtc): port this function to other USE_NSS_CERTS platforms. It is
+-// defined only for OS_LINUX and OS_OPENBSD simply because the statfs structure
++// defined only for OS_LINUX and OS_BSD simply because the statfs structure
// is OS-specific.
//
// Because this function sets an environment variable it must be run before we
-@@ -154,10 +154,10 @@
+@@ -157,10 +157,10 @@
base::FileSystemType fs_type = base::FILE_SYSTEM_UNKNOWN;
if (base::GetFileSystemType(database_dir, &fs_type))
db_on_nfs = (fs_type == base::FILE_SYSTEM_NFS);