summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-base_rand__util.h
diff options
context:
space:
mode:
authorRobert Nagy <rnagy@FreeBSD.org>2025-01-25 09:08:08 +0100
committerRobert Nagy <rnagy@FreeBSD.org>2025-01-25 09:13:23 +0100
commit6feb21e9f836c15989a82dc071002cc91e972b5e (patch)
tree4bfa0d6982048b9910367c6d6f93fbc6739c665f /www/chromium/files/patch-base_rand__util.h
parentsecurity/vuxml: add www/*chromium < 132.0.6834.110 (diff)
www/chromium: update to 132.0.6834.110
Security: https://vuxml.freebsd.org/freebsd/c53cd328-8131-4fc2-a083-a9e9d45e3028.html Security: https://vuxml.freebsd.org/freebsd/756839e1-cd78-4082-9f9e-d0da616ca8dd.html
Diffstat (limited to 'www/chromium/files/patch-base_rand__util.h')
-rw-r--r--www/chromium/files/patch-base_rand__util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/chromium/files/patch-base_rand__util.h b/www/chromium/files/patch-base_rand__util.h
index ad924acf0a09..d3d150ddbc86 100644
--- a/www/chromium/files/patch-base_rand__util.h
+++ b/www/chromium/files/patch-base_rand__util.h
@@ -1,6 +1,6 @@
---- base/rand_util.h.orig 2024-06-17 12:56:06 UTC
+--- base/rand_util.h.orig 2025-01-15 09:18:26 UTC
+++ base/rand_util.h
-@@ -147,7 +147,7 @@ void RandomShuffle(Itr first, Itr last) {
+@@ -141,7 +141,7 @@ void RandomShuffle(Itr first, Itr last) {
std::shuffle(first, last, RandomBitGenerator());
}