fix-CVE-2017-11692
commit
c9460110e072df84b7dee3eb651f2ec5df75fb18
Author: Jesse Beder <jbeder@gmail.com>
Date: Mon Jan 20 18:05:15 2020 -0600
Fix reading empty token stack with a node with properties but no scalar.
E.g. `!2`.
Gbp-Pq: Name fix-CVE-2017-11692.patch
symbol-visibility
commit
df9206778fe9ff1bdd56d975c29c43dfe1e66de7
Author: Christopher James Halse Rogers <christopher.halse.rogers@canonical.com>
Date: Fri Nov 23 15:26:53 2018 +1100
Export only YAML_CPP_API-tagged symbols on Linux.
This marks classes tagged with YAML_CPP_API with visibility("default"), to
explicitly export them, and then makes the default visibility "hidden" via
-fvisibility=hidden.
This reduces the number of exported symbols by more than 50%, which has
a small application start-up time and memory useage benefit. It also
makes it more feasible to audit the set of exported symbols in automated
ABI compatibility systems.
Gbp-Pq: Name symbol-visibility.patch
yaml-cpp (0.6.3-9) unstable; urgency=medium
* Fix pkg-config and cmake wrong files and paths. LP: #
1880419
[dgit import unpatched yaml-cpp 0.6.3-9]