diff options
| author | pastle-ptc <79201958+pastle-ptc@users.noreply.github.com> | 2021-04-07 21:41:35 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-07 13:41:35 -0700 |
| commit | 186978b0e453464bcc320c29859a862193e7b5f1 (patch) | |
| tree | 01c37e88a62715db5627d241e984716aa91f90bd /versions | |
| parent | 827bfad29a3d2c9bdee0d5af4efa96741bfa32b1 (diff) | |
| download | vcpkg-186978b0e453464bcc320c29859a862193e7b5f1.tar.gz vcpkg-186978b0e453464bcc320c29859a862193e7b5f1.zip | |
[libxslt] Update to 1.1.34 (#16617)
* Updated to point at 1.1.34 tagged version of libxslt, merged the patch differences and added the required, additional patches to get it building.
* Added missing version info using "vcpkg x-add-version".
* Update ports/libxslt/CONTROL
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Re-added the version with the port-version fix in.
* Fix for x64-windows-static builds.
* Another re-add of the version since the git tree hash is different.
* [libxslt] Reorganize patches
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Robert Schumacher <roschuma@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libxslt.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 754031830..37e1327bc 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3633,8 +3633,8 @@ "port-version": 0 }, "libxslt": { - "baseline": "1.1.33", - "port-version": 9 + "baseline": "1.1.34", + "port-version": 0 }, "libyaml": { "baseline": "0.2.5", diff --git a/versions/l-/libxslt.json b/versions/l-/libxslt.json index 722fbe014..9506ef25d 100644 --- a/versions/l-/libxslt.json +++ b/versions/l-/libxslt.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "1893a874d7cc6d1bfd903ae9a341f9d1e6419b78", + "version-string": "1.1.34", + "port-version": 0 + }, + { "git-tree": "210c2ecb911a6c2445806f30a98a3f2c9a9177dc", "version-string": "1.1.33", "port-version": 9 |
