XPost: linux.debian.devel.release
This is a multi-part MIME message sent by reportbug.
Package: release.debian.org
Severity: normal
X-Debbugs-Cc:
[email protected]
Control: affects -1 + src:protozero
User:
[email protected]
Usertags: unblock
Please unblock package protozero
The new upstream release has been uploaded to experimental for now, but I'd like to move it to unstable and have it migrate to testing too.
[ Reason ]
Fixes a buffer overrun security issue.
[ Impact ]
Unfixed security issue.
[ Tests ]
Upstream test suite.
[ Risks ]
Low, only three rdeps (libosmium, mapnik, qtlocation-opensource-src).
[ Checklist ]
[x] all changes are documented in the d/changelog
[x] I reviewed all changes and I approve them
[x] attach debdiff against the package in testing
[ Other info ]
Upstream reported the issue on the debian-gis list:
https://lists.debian.org/debian-gis/2025/07/msg00002.html
unblock protozero/1.8.1-1
diff -Nru protozero-1.8.0/CHANGELOG.md protozero-1.8.1/CHANGELOG.md
--- protozero-1.8.0/CHANGELOG.md 2025-01-13 10:42:19.000000000 +0100
+++ protozero-1.8.1/CHANGELOG.md 2025-07-15 19:28:17.000000000 +0200
@@ -14,7 +14,15 @@
### Fixed
-## [1.8.0] - 2024-01-13
+## [1.8.1] - 2025-07-15
+
+### Fixed
+
+- Fix buffer overrun in `get_bool()`
+- Fix test that checks that protozero also works with `std::string_view`
+
+
+## [1.8.0] - 2025-01-13
### Changed
diff -Nru protozero-1.8.0/CMakeLists.txt protozero-1.8.1/CMakeLists.txt
--- protozero-1.8.0/CMakeLists.txt 2025-01-13 10:42:19.000000000 +0100
+++ protozero-1.8.1/CMakeLists.txt 2025-07-15 19:28:17.000000000 +0200
@@ -10,7 +10,7 @@
#-----------------------------------------------------------------------------
-project(protozero VERSION 1.8.0 LANGUAGES CXX C)
+project(protozero VERSION 1.8.1 LANGUAGES CXX C)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
@@ -40,9 +40,13 @@
include_directories("${CMAKE_SOURCE_DIR}/include")
+# Used for testing
set(PROTOZERO_DATA_VIEW "" CACHE STRING "Type us