diff options
| author | Alexander Neumann <30894796+Neumann-A@users.noreply.github.com> | 2021-07-16 02:19:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-15 17:19:56 -0700 |
| commit | e43557e6652f0c7713e5a6f07fd7d5ac6153f580 (patch) | |
| tree | 25ac8543eda2121170e38791944d61b1e1078efc /versions | |
| parent | ee66b890593983968d77688b90d4f287549b4f7b (diff) | |
| download | vcpkg-e43557e6652f0c7713e5a6f07fd7d5ac6153f580.tar.gz vcpkg-e43557e6652f0c7713e5a6f07fd7d5ac6153f580.zip | |
[libxml2] Update to 2.9.12 and use upstream CMakeLists.txt (#17945)
* vcpkg_fixup_pkgconfig for allgero5
* version stuff
* Update port
* version stuff
* add missing patch
* version stuff
* deactivate ICU linkage
* add missing 2
* fix include issue in dependend ports.
* fix include dirs in wrapper
* always install wrapper for corrections
* target also needs fixing.
* fix install of wrapper
* version stuff
* libxml define LIBXML_STATIC in the header in static builds
* libxslt build only one type of library to avoid link issues
* version stuff
* add cmake policy
* version stuff
* remove accidental cmake_minimum_required(VERSION)
* version stuff
* version stuff
* add feature tools to build tools
* version stuff
* fix version stuff
* add ws2_32 to the target which was missing.
* version stuff
* add liblzma and zlib to the target
* no need to adjust in config mode
* version stuff
* apply some of the CR suggestions
* version update
* remove icu dependency.
* version stuff
* setting uwp builds of libxml2 to fail. (icu supports:!uwp)
* add !uwp into supports due to getenv call
* version stuff
* baseline stuff
* Restore old version record for libxml2.
Co-authored-by: Robert Schumacher <ras0219@outlook.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 6 | ||||
| -rw-r--r-- | versions/l-/libxml2.json | 5 | ||||
| -rw-r--r-- | versions/l-/libxslt.json | 5 |
3 files changed, 13 insertions, 3 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 9c13bff86..8a7bb218d 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3721,8 +3721,8 @@ "port-version": 0 }, "libxml2": { - "baseline": "2.9.10", - "port-version": 8 + "baseline": "2.9.12", + "port-version": 0 }, "libxmlmm": { "baseline": "0.6.0", @@ -3738,7 +3738,7 @@ }, "libxslt": { "baseline": "1.1.34", - "port-version": 0 + "port-version": 1 }, "libyaml": { "baseline": "0.2.5", diff --git a/versions/l-/libxml2.json b/versions/l-/libxml2.json index 6fe34d800..3b5409d25 100644 --- a/versions/l-/libxml2.json +++ b/versions/l-/libxml2.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "c6fe9f85f9c0a1f9349de95425b786cf6462314c", + "version-semver": "2.9.12", + "port-version": 0 + }, + { "git-tree": "b0cf9aec6fb5cd87ae6358e9015e92e9d113c1f1", "version-semver": "2.9.10", "port-version": 8 diff --git a/versions/l-/libxslt.json b/versions/l-/libxslt.json index 9506ef25d..64c6ee78c 100644 --- a/versions/l-/libxslt.json +++ b/versions/l-/libxslt.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d5021817ac7038fcfc53721d55a17fbab42ceb59", + "version": "1.1.34", + "port-version": 1 + }, + { "git-tree": "1893a874d7cc6d1bfd903ae9a341f9d1e6419b78", "version-string": "1.1.34", "port-version": 0 |
