summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@