From 805a02fe990f194af59cdaca61817d31b56506c6 Mon Sep 17 00:00:00 2001 From: Jafar Abdi Date: Thu, 10 Jun 2021 21:26:29 +0300 Subject: [yaml-cpp] Fix visibility attribute for ubuntu (#17728) * Replace YAML_CPP_DLL with 1 iff the library is build as shared library & target is windows * Update port version * Run x-add-version --- versions/baseline.json | 2 +- versions/y-/yaml-cpp.json | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'versions') diff --git a/versions/baseline.json b/versions/baseline.json index 7d671275c..4c5551101 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6750,7 +6750,7 @@ }, "yaml-cpp": { "baseline": "0.6.3", - "port-version": 0 + "port-version": 1 }, "yara": { "baseline": "4.1.0", diff --git a/versions/y-/yaml-cpp.json b/versions/y-/yaml-cpp.json index 433f4172c..3e5888040 100644 --- a/versions/y-/yaml-cpp.json +++ b/versions/y-/yaml-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "045045b2d5b8cb6166b6d0d548effc0764623341", + "version-string": "0.6.3", + "port-version": 1 + }, { "git-tree": "fabfdd85c28d751aa769d2e743bf0e9ccd8dd178", "version-string": "0.6.3", -- cgit v1.2.3