Debian Patches
Status for yaml-cpp/0.8.0+dfsg-9
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1035.patch | [PATCH] Update cmakelists to use system googletest if available. There is no need to use the embedded gtest code copy in Linux systems, if they already provide the googletest framework system-wide. Search for it, and fallback to the embedded one if the system one is not detected. This patch has been also contributed by Simon Quigley <tsimonq2@debian.org> |
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | no | 2023-10-14 | ||
1216.patch | [PATCH] Fix testsuite with gcc-13 cd /<<PKGBUILDDIR>>/build-static/test && /usr/bin/c++ -DYAML_CPP_STATIC_DEFINE -I/<<PKGBUILDDIR>>/test/integration -I/<<PKGBUILDDIR>>/test -I/<<PKGBUILDDIR>>/src -I/<<PKGBUILDDIR>>/include -isystem /usr/src/googletest/googlemock/include -isystem /usr/src/googletest/googlemock -isystem /usr/src/googletest/googletest/include -isystem /usr/src/googletest/googletest -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -flto=auto -ffat-lto-objects -fstack-protector-strong -Wformat -Werror=format-security -fdebug-prefix-map=/<<PKGBUILDDIR>>=/usr/src/yaml-cpp-0.8.0+dfsg-1~build1 -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu++14 -Wno-variadic-macros -Wno-sign-compare -DGTEST_HAS_PTHREAD=1 -MD -MT test/CMakeFiles/yaml-cpp-tests.dir/binary_test.cpp.o -MF CMakeFiles/yaml-cpp-tests.dir/binary_test.cpp.o.d -o CMakeFiles/yaml-cpp-tests.dir/binary_test.cpp.o -c /<<PKGBUILDDIR>>/test/binary_test.cpp /<<PKGBUILDDIR>>/test/binary_test.cpp: In member function ‘virtual void BinaryTest_DecodingNoCrashOnNegative_Test::TestBody()’: /<<PKGBUILDDIR>>/test/binary_test.cpp:11:38: error: narrowing conversion of ‘-58’ from ‘int’ to ‘char’ [-Wnarrowing] 11 | std::string input{-58, -1, -99, 109}; | ^ |
Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | no | 2023-08-19 | ||
1211.patch | [PATCH] Specify CMake policy range to avoid deprecation warning CMake 3.27 started issuing a deprecation warning for any cmake_minimum_required() call that specified a minimum version older than 3.5. Specifying a version range instead of a simple minimum version avoids that warning without raising the minimum supported CMake version. The NEW policy behavior will be used for all policies introduced up to CMake 3.14 with this change. |
Craig Scott <craig.scott@crascit.com> | no | 2023-08-16 | ||
1171.patch | [PATCH] Don't install embedded copy of GTest Goole Test itself documents the `INSTALL_GTEST` option as something that projects embedding it should set to `OFF`. Leaving it on means that projects downstream from libraries that embed it are likely to encounter conflicting copies. This is particularly annoying because GTest does not maintain anything like a stable API, and so causes builds to fail if include paths pick up an inappropriately installed copy ahead of the one that the code wanted. Fixes #488 |
Phil Miller <phil.miller@intensecomputing.com> | no | 2023-02-07 | ||
1351.patch | [PATCH 1/2] [cmake] Require minimum CMake version 3.5 Soon CMake 4.0 will be released. It requires that projects set a minimum required CMake version of 3.5. There is a workaround with an additional flag, but it would is better to increase the minimum required version. |
=?UTF-8?q?Christoph=20Gr=C3=BCninger?= <foss@grueninger.de> | no | 2025-03-24 |
All known versions for source package 'yaml-cpp'
- 0.8.0+dfsg-9 (forky, sid)
- 0.8.0+dfsg-7 (trixie)
- 0.7.0+dfsg-8 (bookworm)