Control: tags 1087850 + pending
Dear maintainer,
I've prepared an NMU for abseil (versioned as 20230802.1-4.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
I did not do anything to address the security issue (#1098903) as the
patch doesn't trivially backport and Google claims it's hard to exploit
within their codebase.
Regards.
Stefano
diff -Nru abseil-20230802.1/debian/changelog abseil-20230802.1/debian/changelog
--- abseil-20230802.1/debian/changelog 2024-04-01 17:50:22.000000000 -0400
+++ abseil-20230802.1/debian/changelog 2025-03-01 11:00:26.000000000 -0400
@@ -1,3 +1,11 @@
+abseil (20230802.1-4.1) unstable; urgency=medium
+
+ * Non-Maintainer upload.
+ * Bump cmake_minimum_required in the cmake autopkgtest to 3.5...3.31.
+ (Closes: #1087850)
+
+ -- Stefano Rivera <stefa...@debian.org> Sat, 01 Mar 2025 11:00:26 -0400
+
abseil (20230802.1-4) unstable; urgency=medium
* Add extra build dependencies to prevent premature migration (see
diff -Nru abseil-20230802.1/debian/tests/cmake abseil-20230802.1/debian/tests/cmake
--- abseil-20230802.1/debian/tests/cmake 2022-08-30 22:31:53.000000000 -0400
+++ abseil-20230802.1/debian/tests/cmake 2025-03-01 11:00:26.000000000 -0400
@@ -30,7 +30,7 @@
EOF
cat >CMakeLists.txt <<EOF
-cmake_minimum_required(VERSION 3.5)
+cmake_minimum_required(VERSION 3.5...3.31)
project(test CXX)
set(CMAKE_CXX_STANDARD 17)
add_executable(test test.cc)