summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorGravatar Benjamin Barenblat <bbaren@google.com>2024-03-31 21:05:25 -0400
committerGravatar Benjamin Barenblat <bbaren@google.com>2024-03-31 21:05:25 -0400
commitf8c62635a698fb2ff487765eba6a73485ea0b230 (patch)
tree5716eefd4b18968a35a36aa0805219944d5e63f5 /debian/changelog
parentcd9fc91c8c4c5190c5c9b220706be7f69ce75e39 (diff)
Apply an upstream patch to prevent SIGILLs on RISC-V
Upstream has accepted Aurelien Jarno’s patch removing RISC-V support from unscaledcycleclock. Include it here, fixing https://bugs.debian.org/1059532. Also reenable parallel test runs on RISC-V, per https://bugs.debian.org/1059532#16.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog7
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 7c68791d..6b941b55 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+abseil (20230802.1-3) UNRELEASED; urgency=medium
+
+ * Apply an upstream patch to prevent SIGILLs on RISC-V. (Closes:
+ #1059532)
+
+ -- Benjamin Barenblat <bbaren@debian.org> Sun, 31 Mar 2024 20:33:48 -0400
+
abseil (20230802.1-2) experimental; urgency=medium
* Disable a unit test to work around https://bugs.debian.org/1059340.