Commit Graph

18067 Commits

Author SHA1 Message Date
Kai Pastor
9fcfb7b480
[elfutils] Update to 0.191, cleanup, fix (#39228) 2024-06-12 14:32:20 -07:00
Nick Logozzo
710a3478fb
[libnick] Update to 2024.6.5 (#39236) 2024-06-12 14:31:54 -07:00
Lily Wang
ac02bdb77e
[colmap] Update to 3.9.1 (#39244)
Fixes #38774
Fixes #36570
Fixes #38768
Fixes #30272
Fixes #37831
2024-06-12 14:31:36 -07:00
Billy O'Neal
573516aa28
[tcl] Fix missing zlib dependency. (#39231) 2024-06-12 14:31:13 -07:00
aristotelos
eb0f108ebd
Add curl dependency to opentelemetry-cpp elasticsearch feature (#38878) 2024-06-11 19:06:15 -07:00
miyanyan
5ad826e734
[tinygltf] update to 2.8.23 (#39235) 2024-06-11 18:31:55 -07:00
Denis Deniz
6374fcd755
[azure-iot-sdk-c] Add use-prov-client feature to enable device provisioning client (#38841)
The `use-prov-client` feature in the `vcpkg.json` manifest file was
removed in PR #29046, ~probably by mistake when removing the
`public-preview` feature,~ and therefore it is not possible to enable
the device provisioning client.
2024-06-11 18:05:39 -07:00
jim wang
7bc4bfc031
[harfbuzz] Add feature gdi (#38892)
Fixes https://github.com/microsoft/vcpkg/issues/38880
2024-06-11 18:00:22 -07:00
Frank
ff2b8b4fd7
[osg] Fix error C3861: '_FPOSOFF': identifier not found (#38666)
Fix error:
```
D:\b\osg\src\raph-3.6.5-c3f8c61ada.clean\src\osgPlugins\osga\OSGA_Archive.cpp(80): error C3861: '_FPOSOFF': identifier not found
```
2024-06-11 17:56:18 -07:00
Azure SDK Bot
72f7002d56
[azure-identity-cpp] publish version 1.8.0 (#39233)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.
2024-06-11 17:47:47 -07:00
Azure SDK Bot
4f86ca67b3
[azure-messaging-eventhubs-cpp] publish version 1.0.0-beta.9 (#39232)
Update vcpkg ports for Azure SDK release. This release may contain
multiple ports.
2024-06-11 17:25:43 -07:00
Ryan Zoeller
1602899132
[vincentlaucsb-csv-parser] update to 2.2.3 (#39230) 2024-06-11 17:25:28 -07:00
Kai Pastor
bce0dd5af2
[vcpkg-tool-meson] Fix downstream --only-downloads (#39202) 2024-06-11 14:07:15 -07:00
Azure SDK Bot
3bdb1d3bf0
[azure-data-tables-cpp] Update to June Release (#39226) 2024-06-11 13:54:16 -07:00
Nick Logozzo
70a7ee5559
[libnick] Update to 2024.6.3 (#39214) 2024-06-11 13:53:07 -07:00
Kai Pastor
e158d10763
Activate Android NDK r26d in vcpkg CI (#35851) 2024-06-11 13:26:30 -07:00
Yunze Xu
4d9c5616fe
[pulsar-client-cpp] Bump to 3.5.1 (#39215)
The latest 3.5.x releases have an `INTEGRATE_VCPKG` option that is
enabled to be compatible with vcpkg packages lookup so that the original
patch is not needed anymore. Besides, in this case, `asio` is depended
rather than `boost-asio`.
2024-06-11 12:39:38 -07:00
Daniel Parker
7f76810a5f
[jsoncons] Update to 0.176.0 (#39211)
Fixes danielaparker/jsoncons #519 
Fixes danielaparker/jsoncons #509
Fixes danielaparker/jsoncons #520 
Fixes danielaparker/jsoncons #521 
Fixes danielaparker/jsoncons #518
2024-06-11 12:18:03 -07:00
hesmar
bc98892fd1
[leptonica] Reduce required C standard (#39203) 2024-06-11 12:17:24 -07:00
Alexander Neumann
0a34f76849
[qt] Update qt 6.7.1 (#38845)
Closes #38835
Closes #39040
2024-06-11 12:17:04 -07:00
MonicaLiu
a193e8fb4e
[7zip] Update to 24.06 (#38790)
Fixes #38764, update `7zip` to 24.06.

No feature needs to be tested, the usage test passed on
`x64-windows`(header files found):
```
7zip provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(7zip CONFIG REQUIRED)
  target_link_libraries(main PRIVATE 7zip::7zip)
```
2024-06-11 12:16:41 -07:00
Tom Conder
b276513411
[rapidhash] Add a new port (#39195) 2024-06-10 17:29:26 -07:00
Kai Pastor
795f2f137e
[libpsl,curl,vcpkg-ci-curl] Update suffix list, fix and test curl (#38847) 2024-06-10 17:26:53 -07:00
jim wang
8be9ed7d52
[openldap] Fix feature cyrus-sasl compilation failure on Linux (#39158) 2024-06-10 17:11:12 -07:00
Kadir
332897ea21
[sqlcipher] Update to version 4.6.0 (#39169) 2024-06-10 17:09:56 -07:00
Rémy Tassoux
e33436f8c3
[quill] Update to 4.4.0 (#39209)
Update quill port from 4.3.0 to 4.4.0:
https://github.com/odygrd/quill/releases/tag/v4.4.0
2024-06-10 17:01:50 -07:00
An Tao
0dea40fa54
[drogon, trantor] Bump drogon to 1.9.5 and trantor to 1.5.19 (#39196) 2024-06-10 16:54:02 -07:00
Cheney Wang
8c228c8eca
[arrow/concurrencpp/qtwebengine] Fix error C2039: 'string': is not a member of 'std' (#39160)
In an internal version of Visual Studio, `arrow`, `concurrencpp` and
`qtwebengine` install failed with following error:
```
arrow:        \cpp\src\arrow/json/object_writer.h(39): error C2039: 'string': is not a member of 'std'
concurrencpp: \include\concurrencpp/threads/thread.h(23): error C2039: 'string': is not a member of 'std'
qtwebengine:  \src\3rdparty\gn\src\gn\escape.h(77): error C2039: 'string': is not a member of 'std'
```
This issue caused by the STL PR:
https://github.com/microsoft/STL/pull/4633, and according to Stephan's
suggestion, the affected files need to include the `Standard <string>
header`.

I have submitted an issue on the qt upstream:
https://bugreports.qt.io/browse/QTBUG-126156
2024-06-10 16:46:17 -07:00
JonLiu1993
4065f37d0a
[OpenSSL] update to 3.3.1 (#39162) 2024-06-10 16:26:54 -07:00
Kai Pastor
c37a87876b
[vcpkg baseline][mesa] Remove egl from default features (#39199)
Mitigation for #39198.

Mesa CI is currently disabled for linux and osx, and also doesn't run
for android.
So we see CI effects only for Windows. Improving CI situation for mesa
is the subject of #36081. So keeping egl out of CI like before
https://github.com/microsoft/vcpkg/pull/37599 is the best option at the
moment.
2024-06-10 16:23:35 -07:00
Clément Grégoire
bc2c12ac0a
Update stormlib to 9.26 (#39197) 2024-06-10 16:22:04 -07:00
WangWeiLin-MV
0f6d405151
[zlib-ng] Fix pkg-config file for windows (#39163)
Fix #39141. Fix the library name for `pkg-config` is `z-ng` but output
name is `zlib-ng[d].lib` for windows.
2024-06-10 15:50:07 -07:00
Kaoru
14b91796a6
[sese] add new port (#38704) 2024-06-07 21:08:50 -07:00
ytnuf
a68a14e7a0
[godot-cpp] Create a new port (#37931)
Fixes https://github.com/microsoft/vcpkg/issues/34492

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] The name of the port matches an existing name for this component
on https://repology.org/ if possible, and/or is strongly associated with
that component on search engines.
- [X] Optional dependencies are resolved in exactly one way. For
example, if the component is built with CMake, all `find_package` calls
are REQUIRED, are satisfied by `vcpkg.json`'s declared dependencies, or
disabled with
[CMAKE_DISABLE_FIND_PACKAGE_Xxx](https://cmake.org/cmake/help/latest/variable/CMAKE_DISABLE_FIND_PACKAGE_PackageName.html).
- [X] The versioning scheme in `vcpkg.json` matches what upstream says.
- [X] The license declaration in `vcpkg.json` matches what upstream
says.
- [X] The installed as the "copyright" file matches what upstream says.
- [X] The source code of the component installed comes from an
authoritative source.
- [X] The generated "usage text" is accurate. See
[adding-usage](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/examples/adding-usage.md)
for context.
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is in the new port's versions file.
- [X] Only one version is added to each modified port's versions file.

Notes:
- This library is static only, so it's only supported for the static
triplets.
- Unfortunately, godot-cpp is not yet installable, so I had to patch its
cmake script.
I have made a PR upstream:
https://github.com/godotengine/godot-cpp/pull/1418
But in the meanwhile, I have created an unofficial export target
`unofficial::godot::cpp`.
2024-06-07 21:06:42 -07:00
Weihang Ding
6f1ddd6b68
[nss] Fix build error on non pure English system (#39033) 2024-06-07 03:14:31 -07:00
Azure SDK Bot
1020f758ca
[azure-core-amqp-cpp] publish version 1.0.0-beta.10 (#39173) 2024-06-07 03:12:54 -07:00
JonLiu1993
1fcea0544a
[sentry-native] Fix linux runtime error and windows usage (#39122)
Co-authored-by: Jon <v-zhli17@microsoft.com>
2024-06-07 02:55:16 -07:00
Shauren
47dcaa2db6
[casclib] Update to 2024-06-05 (#39139) 2024-06-07 02:52:01 -07:00
Kadir
960d1bd0a3
[sqlite3] Update to version 3.46.0 (#39149) 2024-06-07 02:49:47 -07:00
Scott Hart
e8706eed75
[google-cloud-cpp] update to the latest release (v2.25.0) (#39150) 2024-06-07 02:48:50 -07:00
Nick Logozzo
b7f7f356ba
[libnick] Update to 2024.6.2 (#39151) 2024-06-07 02:46:56 -07:00
Kai Pastor
8ec05d6983
[openimageio] Burn-in static linkage (#39168) 2024-06-07 02:31:30 -07:00
MonicaLiu
85480b5415
[libdatachannel] Update to 0.21.1 (#39165)
Co-authored-by: Monica <v-liumonica@microsoft.com>
2024-06-07 02:23:19 -07:00
Chuck Walbourn
f66dbb920a
[directxtk(12), directxtex, directxmesh, uvatlas] port updates for June 2024 releases (#39170) 2024-06-07 02:18:05 -07:00
chausner
53310a9fd1
[poolstl] New Port (#38951)
---------
Co-authored-by: chausner <chausner@users.noreply.github.com>
2024-06-07 02:15:48 -07:00
Rostyslav Skrypnyk
ec5dd00496
[astr] New port (#38734)
---------
Co-authored-by: Rostyslav Skrypnyk <rostylsav.skrypnyk@elekta.com>
Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2024-06-07 02:09:58 -07:00
ycdev1
6e31ee33cc
[wolfssl] Build wolfssl with HAVE_EX_DATA and NO_WOLFSSL_STUB to enable async use and coexistence with openssl without link error (#38994)
Async applications using wolfssl need to associate extra data
(application context) with the ssl session and context. This is used in
verification callback.
NO_WOLFSSL_STUB is needed to prevent a link time error resulting from
duplicate symbols when linking to both wolfssl and openssl at the same
time

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Monica <liuyumei01@beyondsoft.com>
2024-06-06 01:31:12 -07:00
gittiver
bdd4abf93d
[crow] update CrowCpp port to version 1.2.0 (#38997)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-06-06 01:28:01 -07:00
Kai Pastor
233f096536
[vcpkg-cmake-config] Fix fixup of ) paths (#38921)
Cherry-picked from https://github.com/microsoft/vcpkg/pull/38847:

Fix processing of `INTERFACE_LINK_LIBS` when it contain `)` inside `"`,
e.g. for
`C:/Program Files (x86)/Windows
Kits/10/Lib/10.0.22621.0/um/x64/User32.Lib`
created by `pkg_check_modules` from `-luser32` as found in icu pc files.

Without the fix, the property is not processed at all, pulling release
libs into debug builds.
2024-06-06 01:25:03 -07:00
Alexey Rochev
b09937b750
[qcoro] Depend on only required Qt features (#38699)
- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] SHA512s are updated for each updated download.
- [ ] The "supports" clause reflects platforms that may be fixed by this
new version.
- [ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [ ] Any patches that are no longer applied are deleted from the port's
directory.
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-06-06 01:15:45 -07:00