diff options
author | Robert Nagy <robert@openbsd.org> | 2022-10-25 13:16:46 +0200 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2022-10-27 15:08:22 +0200 |
commit | 74a0f0ebf0c472210e0676fd723d36397f679cc0 (patch) | |
tree | 82919a814aa92dc17bfceffa1a07c1f35b26e5d2 /www/chromium/files/patch-base_rand__util.h | |
parent | security/tailscale: Update to 1.32.2 (diff) |
www/chromium: update to 107.0.5304.68
Security: https://vuxml.freebsd.org/freebsd/b4ef02f4-549f-11ed-8ad9-3065ec8fd3ec.html
Diffstat (limited to 'www/chromium/files/patch-base_rand__util.h')
-rw-r--r-- | www/chromium/files/patch-base_rand__util.h | 4 |
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 9aac9f670070..0da71dce8803 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 2022-08-31 12:19:35 UTC +--- base/rand_util.h.orig 2022-10-24 13:33:33 UTC +++ base/rand_util.h -@@ -80,7 +80,7 @@ void RandomShuffle(Itr first, Itr last) { +@@ -89,7 +89,7 @@ void RandomShuffle(Itr first, Itr last) { std::shuffle(first, last, RandomBitGenerator()); } |