diff options
| author | Matthieu Penant <matthieu.penant@seika.ca> | 2021-09-13 17:39:54 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-13 14:39:54 -0700 |
| commit | 92f6e66a61830220fa9503f20550976c2cb674a0 (patch) | |
| tree | b24ea3ed96e74ee0ca4583db637bf30e98842e5e /versions | |
| parent | 86db69b3418494223d28f64a7a460af10a89b8dd (diff) | |
| download | vcpkg-92f6e66a61830220fa9503f20550976c2cb674a0.tar.gz vcpkg-92f6e66a61830220fa9503f20550976c2cb674a0.zip | |
[libarchive] update to 3.5.2 (#16845)
* libarchive 3.5.1
attempt to create package - error on libiconv.
* update sha based on build error
* Turn off the CMAKE_USE_SYSTEM_LIBARCHIVE option
* remove unused patches
* remove empty patches
* Update scripts/test_ports/cmake/portfile.cmake
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
* revisit control file -> vcpkg.json
* recover patch files
* remove port version per auto-review
* restore INCLUDE(CreatePkgConfigFile)
* update git-tree after merge
* patches not referenced #facepalm
* Update libarchive.json
* added missing FEATURES keyword
* update git-tree + merge fix
* Update libarchive.json
* Update libarchive.json
* Update libarchive.json
* libarchive 3.5.2
* formatting + git-tree
* Update libarchive.json
* should not remove wrapper ?
* Update libarchive.json
* revert patch original EOF
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: Seika <seika@machinex.ca>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 4 | ||||
| -rw-r--r-- | versions/l-/libarchive.json | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index 63373ccf3..01a9c09aa 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3125,8 +3125,8 @@ "port-version": 7 }, "libarchive": { - "baseline": "3.4.3", - "port-version": 8 + "baseline": "3.5.2", + "port-version": 0 }, "libass": { "baseline": "0.15.1", diff --git a/versions/l-/libarchive.json b/versions/l-/libarchive.json index 689a49eec..dc2c72e0e 100644 --- a/versions/l-/libarchive.json +++ b/versions/l-/libarchive.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "4ce798873a82e4562c34189ec77f1dec3dea047d", + "version-semver": "3.5.2", + "port-version": 0 + }, + { "git-tree": "576d8d60f06c8b4c616fd55559f3da94b9a8ae27", "version-semver": "3.4.3", "port-version": 8 |
