Control: tags 1087850 + pending

Dear maintainer,

I've prepared an NMU for abseil (versioned as 20240722.0-1.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-20240722.0/debian/changelog abseil-20240722.0/debian/changelog
--- abseil-20240722.0/debian/changelog	2024-09-03 14:45:21.000000000 -0400
+++ abseil-20240722.0/debian/changelog	2025-03-01 10:56:40.000000000 -0400
@@ -1,3 +1,11 @@
+abseil (20240722.0-1.1) experimental; 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 10:56:40 -0400
+
 abseil (20240722.0-1) experimental; urgency=medium
 
   * New upstream release.
diff -Nru abseil-20240722.0/debian/tests/cmake abseil-20240722.0/debian/tests/cmake
--- abseil-20240722.0/debian/tests/cmake	2024-09-03 11:53:41.000000000 -0400
+++ abseil-20240722.0/debian/tests/cmake	2025-03-01 10:56:40.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)

Reply via email to