diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 17:09:02 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 17:09:02 +0000 |
commit | b88b94b93ed0b3627f1b378dfe8487cc771fc34a (patch) | |
tree | c3ccf772a3d86897da74898d1bbad2b036954bac /www/chromium/files/patch-crypto__nss_util.cc | |
parent | Allow the build to get much farther before it fails. Now it fails on (diff) |
Update www/chromium to 37.0.2062.94
Obtained from: freebsd-chromium@ (especially Carlos Medina)
MFH: 2014Q3
Security: http://www.vuxml.org/freebsd/fd5f305d-2d3d-11e4-aa3d-00262d5ed8ee.html
Notes
Notes:
svn path=/head/; revision=366226
Diffstat (limited to 'www/chromium/files/patch-crypto__nss_util.cc')
-rw-r--r-- | www/chromium/files/patch-crypto__nss_util.cc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/chromium/files/patch-crypto__nss_util.cc b/www/chromium/files/patch-crypto__nss_util.cc index 2cd6f50db3c5..e0f048451120 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-08-12 21:03:00.000000000 +0200 -+++ ./crypto/nss_util.cc 2014-08-13 09:56:57.000000000 +0200 +--- ./crypto/nss_util.cc.orig 2014-08-20 21:03:15.000000000 +0200 ++++ ./crypto/nss_util.cc 2014-08-22 15:06:26.000000000 +0200 @@ -13,7 +13,7 @@ #include <prtime.h> #include <secmod.h> @@ -9,7 +9,7 @@ #include <sys/mount.h> #include <sys/param.h> #endif -@@ -138,7 +138,7 @@ +@@ -141,7 +141,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 @@ -18,7 +18,7 @@ // is OS-specific. // // Because this function sets an environment variable it must be run before we -@@ -149,10 +149,10 @@ +@@ -152,10 +152,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); |