From b88b94b93ed0b3627f1b378dfe8487cc771fc34a Mon Sep 17 00:00:00 2001 From: Rene Ladan Date: Tue, 26 Aug 2014 17:09:02 +0000 Subject: 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 --- www/chromium/files/patch-crypto__nss_util.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'www/chromium/files/patch-crypto__nss_util.cc') 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 #include @@ -9,7 +9,7 @@ #include #include #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); -- cgit v1.2.3