diff -Nru abseil-0~20220623.0/absl/base/config.h abseil-0~20220623.1/absl/base/config.h --- abseil-0~20220623.0/absl/base/config.h 2022-06-23 18:22:47.000000000 +0000 +++ abseil-0~20220623.1/absl/base/config.h 2022-08-31 17:15:21.000000000 +0000 @@ -112,7 +112,7 @@ // LTS releases can be obtained from // https://github.com/abseil/abseil-cpp/releases. #define ABSL_LTS_RELEASE_VERSION 20220623 -#define ABSL_LTS_RELEASE_PATCH_LEVEL 0 +#define ABSL_LTS_RELEASE_PATCH_LEVEL 1 // Helper macro to convert a CPP variable to a string literal. #define ABSL_INTERNAL_DO_TOKEN_STR(x) #x diff -Nru abseil-0~20220623.0/absl/time/clock.cc abseil-0~20220623.1/absl/time/clock.cc --- abseil-0~20220623.0/absl/time/clock.cc 2022-06-23 18:22:47.000000000 +0000 +++ abseil-0~20220623.1/absl/time/clock.cc 2022-08-31 17:15:21.000000000 +0000 @@ -196,7 +196,7 @@ absl::base_internal::SpinLock lock{absl::kConstInit, base_internal::SCHEDULE_KERNEL_ONLY}; }; -ABSL_CONST_INIT static TimeState time_state{}; +ABSL_CONST_INIT static TimeState time_state; // Return the time in ns as told by the kernel interface. Place in *cycleclock // the value of the cycleclock at about the time of the syscall. diff -Nru abseil-0~20220623.0/debian/changelog abseil-0~20220623.1/debian/changelog --- abseil-0~20220623.0/debian/changelog 2022-08-02 20:48:27.000000000 +0000 +++ abseil-0~20220623.1/debian/changelog 2022-09-06 16:22:43.000000000 +0000 @@ -1,3 +1,9 @@ +abseil (0~20220623.1-0ubuntu1~22.04.sav0) jammy; urgency=medium + + * New upstream bugfix release (fixes #1253) + + -- Rob Savoury Tue, 06 Sep 2022 09:22:43 -0700 + abseil (0~20220623.0-0ubuntu1~22.04.sav0) jammy; urgency=medium * New upstream release