From 3c7f34d4b49ae334ce77774cf7deafa19f916ba6 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Tue, 9 Feb 2021 12:30:21 -0500 Subject: Note that endian-random.diff has been applied upstream --- debian/patches/endian-random.diff | 5 +++++ 1 file changed, 5 insertions(+) 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 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 @@ -- cgit v1.2.3