summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2021-02-09 12:30:21 -0500
committerGravatar Benjamin Barenblat <bbaren@google.com>2021-02-09 12:30:21 -0500
commit3c7f34d4b49ae334ce77774cf7deafa19f916ba6 (patch)
tree7b2c88e4f779222cd5a4210d7656c7bc5e35c76a
parente52362c12efa94f30b9545e3719fc77a20aa279e (diff)
Note that endian-random.diff has been applied upstream
-rw-r--r--debian/patches/endian-random.diff5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/patches/endian-random.diff b/debian/patches/endian-random.diff
index 244f36df..9fe2b166 100644
--- a/debian/patches/endian-random.diff
+++ b/debian/patches/endian-random.diff
@@ -1,11 +1,16 @@
From: Benjamin Barenblat <bbaren@google.com>
Subject: Remove endian-sensitivity from Abseil's RNG
Forwarded: yes
+Applied-Upstream: https://github.com/abseil/abseil-cpp/commit/c36d825d9a5443f81d2656685ae021d6326da90c
Ensure that the Abseil random number generator produces identical output
on both big- and little-endian platforms by byte-swapping appropriately
on big-endian systems.
+The author works at Google. Upstream applied this patch as Piper
+revision 355635051 and exported it to GitHub; the Applied-Upstream URL
+above points to the exported commit.
+
--- a/absl/base/BUILD.bazel
+++ b/absl/base/BUILD.bazel
@@ -479,6 +479,7 @@