Commit Graph

476 Commits

Author SHA1 Message Date
Takatoshi Kondo
019fc6b7a4
[async-mqtt] Add new port (#31902)
* [async-mqtt] Add async-mqtt port.

* Reflect review comments.

Add header-only on the top of file.
Use ${VERSION} instead of the literal.
Fix indent.
Add double qoute to path
Remove copyright install.

* Set build type to release.

* Removed debug directory removal.

* Fix async_mqtt installed cmake config.
2023-06-14 19:36:35 -07:00
Connor Broyles
678323514f
[asio,boost-asio] Fix experimental::coro compile error with MSVC (#32004) 2023-06-14 19:16:45 -07:00
Damian Vicino
7c4add38ee
Updating alpaca to latest release in github (#31949) 2023-06-14 12:13:34 -07:00
Connor Broyles
1f9118e712
[asio] Update to v1.28.0 (#31978) 2023-06-14 12:12:26 -07:00
Lily Wang
282e4f61d4
[imgui] Fix deps of feature allegro5-binding (#31871)
* [imgui] Fix feature allegro5-binding deps

* update version

* Update imgui.json
2023-06-08 09:57:58 -07:00
Maks Naumov
4446d6e055
[activemq-cpp] Fix activemq-cppConfig.cmake syntax error (#31865) 2023-06-07 09:31:06 -07:00
Carlos O'Ryan
3b9862c081
[abseil] update to 20230125.3 version (#31764)
Protobuf >= 23.0 will require Abseil 20230125.3 or higher.
2023-06-06 16:18:18 -07:00
jim wang
ba1ae2ec2d
[arrow] Fix the problem that feature acero and dataset cannot be used (#31765)
* fix arroeacer not found

* update version

* fix usage

* update version

* fix usage

* update version
2023-06-06 14:53:23 -07:00
Azure SDK Bot
89f3bf357c
[azure-core-cpp] Update to 1.10.0 (#31779)
## 1.10.0 (2023-06-01)

### Features Added

- Added `Azure::Core::Uuid::AsArray()` and `Azure::Core::Uuid::CreateFromArray()` to enable reading or writing from an existing UUID. This is useful when the UUID was generated outside the Azure SDK, or needs to be used from a component outside the Azure SDK.

### Other Changes

- [[#3964]](https://github.com/Azure/azure-sdk-for-cpp/issues/3964) Ensuring some Azure SDK types have the expected default operations. (A community contribution, courtesy of _[jnyfah](https://github.com/jnyfah)_)

### Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

- Jennifer Chukwu _([GitHub](https://github.com/jnyfah))_
2023-06-05 13:42:09 -07:00
JonLiu1993
7aed17856b
[angelscript] fix build dependency error (#31711)
* [angelscript] fix build dependency errors

* update version

* update portfile.cmake

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-05-31 11:55:10 -07:00
Kai Pastor
37804988e7
[azure-c-shared-utility] Fix dependencies (#31693) 2023-05-30 11:39:46 -07:00
xventura81
6cbeef851e
[activemq-cpp] Update activemq-cppConfig.cmake (#31623)
* Update activemq-cppConfig.cmake

libapr-1.dll has to be found in bin/ folder

* Update activemq-cpp port version to 13

---------

Co-authored-by: Xavier Ventura <xavier.ventura@aimsun.com>
2023-05-26 13:44:55 -07:00
myd7349
e4e5d2dc0f
[ada-url] Add new port (#31485)
* [ada-url] Add new port

* [ada-url] Version

* [ada-url] Update to 2.4.2

* [ada-url] Bump version

* [ada-url] tools doesn't support UWP

* [ada-url] Overwrite version
2023-05-23 13:00:34 -07:00
Mengna Li
e983fc2630
update to 2.36.1 (#31549) 2023-05-22 11:45:57 -07:00
JonLiu1993
892fd52dc4
[vcpkg baseline][vcpkg-ci-arrow | arrow] Fix ci error (#31439)
* [vcpkg-ci-arrow] Fix ci error

* update ci baseline

* fix arrow ci error

* update version

* update patch

* update version

* update patch

* update version
2023-05-21 17:52:49 -07:00
jim wang
cdb77f1b5c
[alembic] update to 1.8.5 (#31456)
* alembic update to 1.8.5

* update version

* fix line break

* update version

* fix line break

* update version

* delete debug patch

* update version

* fix line break

* update version
2023-05-18 11:23:27 -07:00
MonicaLiu
1c5636cbc2
[amqpcpp] Update to 4.3.23 (#31271)
* update amqpcpp

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-05-15 13:37:11 -07:00
Azure SDK Bot
5fee480e66
[Azure Storage] Update to May Release (#31345)
* [azure-storage-common-cpp] Update to 12.3.2
## 12.3.2 (2023-05-09)

### Features Added

- Bumped up Account SAS version to `2022-11-02`.

* [azure-storage-files-datalake-cpp] Update to 12.6.0
## 12.6.0 (2023-05-09)

- New features in `12.6.0-beta.1` are now generally available.

* [azure-storage-files-shares-cpp] Update to 12.5.0
## 12.5.0 (2023-05-09)

### Features Added

- New features in `12.5.0-beta.1` are now generally available.

### Bugs Fixed

- Fixed a bug where `ShareFileClient::ListHandles` and `ShareDirectoryClient::ListHandles` always return empty list.
2023-05-13 09:45:45 -07:00
Raúl Cumplido
281cfd338c
[arrow] Update to 12.0.0 (#31321)
* [arrow] Update to 12.0.0

* Update versions
2023-05-10 12:31:11 -07:00
Azure SDK Bot
7f7ac83c24
[azure-security-keyvault-*-cpp] Update to May Release (#31353)
* [azure-security-keyvault-certificates-cpp] Update to 4.2.0
## 4.2.0 (2023-05-09)

### Features Added

- Added support for challenge-based and multi-tenant authentication.

* [azure-security-keyvault-secrets-cpp] Update to 4.2.0
## 4.2.0 (2023-05-09)

### Features Added

- Added support for challenge-based and multi-tenant authentication.

* [azure-security-keyvault-keys-cpp] Update to 4.4.0
## 4.4.0 (2023-05-09)

### Features Added

- Added support for challenge-based and multi-tenant authentication.

### Bugs Fixed

- [3366](https://github.com/Azure/azure-sdk-for-cpp/issues/4466) Fixed the user-agent string sent to the service to include the "keys" suffix in the value, when using `CryptographyClient`.
2023-05-10 11:15:16 -07:00
Billy O'Neal
4d2e253e42
Avoid recalculating the default msbuild settings. (#31325)
* Fix the `vcpkg_install_msbuild` docs to reflect handling of x86==Win32.

See:
* https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264
* https://github.com/microsoft/vcpkg/issues/28076

* Remove overriding-with-the-default discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264

hunspell and mp3lame are left alone because they do other things with the resulting variable.

* Remove nonexistent reference to `MSBUILD_PLATFORM` variable.

* Simplify getting to x86, as discovered in https://github.com/microsoft/vcpkg/pull/28119#issuecomment-1336270264

* Version DB

* Whoops patches shouldn't be quoted.

* Delete vcpkg_install_msbuild.md

Docs changes have been migrated in microsoft/vcpkg-docs#21

* Update ocilib.json

* Update ocilib.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-05-09 14:56:22 -07:00
Azure SDK Bot
60e2c07d20
[azure-core-cpp] Update to May Release for Core Packages (#31256)
* [azure-security-keyvault-administration-cpp] Update to 4.0.0-beta.3

* [azure-identity-cpp] Update to 1.5.0
## 1.5.0 (2023-05-04)

### Features Added

- Added support for challenge-based and multi-tenant authentication.
- Added `DefaultAzureCredential`.

### Bugs Fixed

- [[#4443]](https://github.com/Azure/azure-sdk-for-cpp/issues/4443) Fixed potentially high CPU usage on Windows.

### Other Changes

- Improved diagnostics to utilize `Azure::Core::Credentials::TokenCredential::GetCredentialName()`.
- Improved log messages.

* [azure-core-cpp] Update to 1.9.0
## 1.9.0 (2023-05-04)

### Features Added

- Added the ability to ignore invalid certificate common name for TLS connections in WinHTTP transport.
- Added `DisableTlsCertificateValidation` in `TransportOptions`.
- Added `TokenCredential::GetCredentialName()` to be utilized in diagnostic messages. If you have any custom implementations of `TokenCredential`, it is recommended to pass the name of your credential to `TokenCredential` constructor. The old parameterless constructor is deprecated.
- Added support for challenge-based and multi-tenant authentication.

### Bugs Fixed

- Fixed the UUID generation so the variant is RFC 4122 conforming.

### Other Changes

- [[#4352]](https://github.com/Azure/azure-sdk-for-cpp/pull/4352) Fixed compilation error on Visual Studio 2017. (A community contribution, courtesy of _[jorgen](https://github.com/jorgen)_)

### Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

- Jorgen Lind _([GitHub](https://github.com/jorgen))_

---------

Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
Co-authored-by: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com>
2023-05-04 14:31:51 -07:00
xiaozhuai, Weihang Ding
d5644a46ae
[angle] Fix crash on macos #29622 (#31163)
* [angle] Fix crash on macos #29622

* update version database
2023-05-02 14:47:47 -07:00
Anders Wind
c74f7879a6
[aws-sdk-cpp] update port to v1.11.37 (#30197) 2023-04-26 12:12:07 -07:00
Benjamin Oldenburg
a5a49292cc
[ace] Update to 7.1.0 (#31120)
* Updated ACE to 7.1.0

* Updated version
2023-04-25 22:47:45 -07:00
Kai Pastor
3b9b8134d6
[argon2] Major overhaul (#31056) 2023-04-24 18:33:59 -07:00
Azure SDK Bot
3b7e8b500e
[azure-core-cpp] Update to 1.8.2 (#31093)
## 1.8.2 (2023-04-24)

### Bugs Fixed

- [[#4490]](https://github.com/Azure/azure-sdk-for-cpp/issues/4490) Fixed WinHTTP memory leak during failed requests.
2023-04-24 16:19:58 -07:00
Pierre Wendling
72d359ae10
[alsa] Add cmake wrapper (#30960)
* [alsa] Add cmake wrapper.

This adds the imported location for both Debug and Release
configurations, and sets the target's INTERFACE_LINK_LIBRARIES and the
ALSA_LIBRARIES variable to the same libraries as the pkg-config file.

* [alsa] Update baseline.
2023-04-20 15:57:59 -07:00
Lily Wang
6913327612
[blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit (#30820)
* [blend2d, asmjit] Fix blend2d features build and update asmjit to latest commit

* format vcpkg.json

* update version

* update blend2d[jit]

* update version

* fix feature blend2d[logging]

* update version
2023-04-17 15:44:48 -07:00
Pierre Wendling
902745368f
[alsa] Update to 1.2.8 (#30899)
* [alsa] Update to 1.2.8.

* [alsa] Update baseline.

* [alsa] Remove redundant error message in portfile.

This issue is handled in through the manifest "supports" field.

* [alsa] Update version.
2023-04-17 15:36:17 -07:00
xiaozhuai, Weihang Ding
fc7dd25b12
[many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated (#28372)
* [many ports] Fix a warning ADDITIONAL_(NATIVE|CROSS)_BINARIES have been deprecated

* update version database
2023-04-17 15:29:55 -07:00
moritz-h
971343dedc
[annoy] update version (#30835) 2023-04-13 12:43:10 -07:00
autoantwort
5b11232d00
[many-ports] Don't use deprecated functions (autogenerated) (#26981)
* [libuvc,qt5-virtualkeyboard] remove duplicated dependency entry

* [many-ports] don't use deprecated functions (autogenerated)

* atkmm: Fix license.
gperftools: Reformat vcpkg_check_features call.
gsl: Fix license.
libpff: Fix license.
pangomm: Fix license.
qtbase: Revert, only comment changes.
type-lite: Reformat vcpkg_check_features and actually use the feature options.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-13 09:13:15 -07:00
jim wang
b81b6e497a
[arrow] update to 11.0.0 (#30511)
Co-authored-by: Jim Wang (Beyondsoft Corporation) <v-wangjim@microsoft.com>
2023-04-11 23:18:19 -07:00
Stephen Eckels
229c0c7ef4
update asmjit, fbgemm, polyhook2, start asmtk (#27683)
* update asmjit, fbgemm, polyhook2, start asmtk

* fix error LNK2019 and update version

* update version

* version

* NEW SHA

* revert fbgemm

* format

* v db

* new function

* v db

* update fbgemm version to 0.4.1 to fix asmjit

* v db

---------

Co-authored-by: FrankXie <v-frankxie@microsoft.com>
2023-04-10 19:27:41 -07:00
Nikolay Shishov
5f555ff36e
[aklomp-base64] fix PACKAGE_NAME (#30693)
* [aklomp-base64] fix PACKAGE_NAME

* [aklomp-base64] vcpkg version fix

* Bump port-version.

---------

Co-authored-by: Nikolay Shishov <nikolay.shishov@admiralmarkets.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-10 17:54:35 -07:00
Azure SDK Bot
34221eb68c
[azure-core-cpp] Update to 1.8.1 (#30703)
## 1.8.1 (2023-04-06)

### Bugs Fixed

- [[#4213]](https://github.com/Azure/azure-sdk-for-cpp/issues/4213) Fixed a bug where `Host` request header is not set for non-default port (80, 443).
- [[#4443]](https://github.com/Azure/azure-sdk-for-cpp/issues/4443) Fixed potentially high CPU usage on Windows.

### Other Changes

- Libcurl transport doesn't add `Content-Length` request header for GET/HEAD/DELETE requests anymore.
2023-04-09 22:04:29 -07:00
Nikolay Shishov
8250e4dd4b
[aklomp-base64] New Port (#30680)
* [aklomp-base64] port added

* [aklomp-base64] vcpkg.json update

* [aklomp-base64] license name fix

* [aklomp-base64] common mistakes fix

* [aklomp-base64] versions

---------

Co-authored-by: Nikolay Shishov <nikolay.shishov@admiralmarkets.com>
2023-04-05 12:42:33 -07:00
Marko Mahnič
988870e4f5
[argumentum] Update to v0.3.2 (#30552)
* [argumentum] Update to 0.3.2

* Update hash after tag moved

* ./vcpkg.exe format-manifest ports/argumentum/vcpkg.json

* Fix vcpkg.json version, license, ./vcpkg.exe x-add-version --all

* Increase port-version

* ./vcpkg.exe x-add-version --all --overwrite-version

* Set port-version back to 0

* Remove generated version info for argumentum

* Re-add generated version info for argumentum

* Fix version string

* ./vcpkg.exe x-add-version --overwrite-version argumentum

* Install only the static version

* ./vcpkg.exe x-add-version --overwrite-version argumentum
2023-04-04 19:17:35 -07:00
Sylvain Doremus
6accd15d64
[ashes] Updated to 2023-03-12. (#30610) 2023-04-03 09:50:19 -07:00
JonLiu1993
a3d167242c
[amd-amf] update to <v1.4.29> (#30568)
* [amd-amf] update to <v1.4.29>

* update version
2023-04-02 21:08:09 -07:00
Kevin Lalumiere
f99fcd105c
Fix #30416 (#30418) 2023-03-28 14:53:57 -07:00
Cam Mannett
6f5aab9bad
[arg-router] Update to v1.3.0 (#30444) 2023-03-27 11:49:56 -07:00
autoantwort
2163b500a4
[aws-c-s3] add missing dependency (#30452) 2023-03-27 11:31:08 -07:00
MonicaLiu
f810432626
[vcpkg baseline][forge] Fixing conflict with arrayfire (#30382)
* update forge/arrayfire

* update version

* update format

* update version

* remove patch

* update version

* remove examples

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-03-24 22:05:07 -07:00
Dennis
cc182c1403
[asio-grpc] Update to v2.5.1 (#30248)
* asio-grpc: Update to v2.5.1

* asio-grpc: Use VERSION
2023-03-20 11:48:44 -07:00
Cheney Wang
a2f6e588f8
[armadillo] Update to 12.0.1 (#30297) 2023-03-20 11:41:05 -07:00
Alexander Neumann
0526b9cb22
[intel-mkl] install mkl instead of requesting the user to install it (#29437)
* [intel-mkl] install mkl instead of requesting the user to install it

* windows and linux stuff

* add openmp stuff

* fix mixing basepath2

* remove x64 windows

* add openmp -> libiomp rename

* retry linux

* portfile adjustment

* adjust stuff for arrayfire

* fix linkage

* update baseline

* add a warning message

* format manifest

* bump port version

* v db

* - install usage
- change interface to ilp64 (default for x64)
- remove debug output

* v db

* cleanup ci baseline

* new try for arrayfire

* retry

* actually pass the option.

* v db

* guard settings with cpu feature

* v db

* cleanup from CR

* v db
2023-03-20 01:27:15 -07:00
Kevin Lalumiere
df82854502
[apr] Update to 1.7.2 (#30217)
* Update Apr to 1.7.2

* Fix formatting

* Fix new crosscompile check in apr's apr-1-config

* Replace absolute paths in apr_rules.mk

They would poison the binary cache

* Stop using deprecated vcpkg_extract_source_archive_ex
2023-03-19 23:36:01 -07:00
Marco Correia
447033e3de
[argparse] bump version to 2.9 (#30206)
* [argparse] bump version to 2.9

* Fixes EOL.

---------

Co-authored-by: Correia, Marco <correiam@ryanair.com>
2023-03-19 23:16:49 -07:00
Dennis
614a459dfa
[asio-grpc] Update to v2.5.0 (#30153)
* asio-grpc: Update to v2.5.0

* asio-grpc: Re-add description for feature boost-container
2023-03-14 14:11:46 -07:00
pigeon
726f920294
[abseil] Fix activation of cxx17 feature (#29843)
Previously nothing would happen when specifying the `cxx17` feature, because the detection in the portfile is wrong.
2023-03-08 14:44:00 -08:00
Azure SDK Bot
4c4bf5f16a
[azure-security-keyvault-administration-cpp] Update to 4.0.0-beta.2 (#30082)
## 4.0.0-beta.2 (2023-03-07)

### Features Added

- Initial preview of Settings API.
2023-03-08 14:35:27 -08:00
Azure SDK Bot
b9dc98a367
[Azure Storage] Update to March Release (#30066)
* [azure-storage-common-cpp] Update to 12.3.1
## 12.3.1 (2023-03-07)

### Features Added

- Bumped up SAS token service version to `2021-12-02`.

* [azure-storage-blobs-cpp] Update to 12.7.0
## 12.7.0 (2023-03-07)

### Features Added

- Features in `12.7.0.beta.1` are now generally available.

* [azure-storage-files-shares-cpp] Update to 12.4.0
## 12.4.0 (2023-03-07)

### Features Added

- New features in `12.4.0-beta.1` are now generally available.
2023-03-08 12:08:05 -08:00
Jack·Boos·Yu
a6cb7292c4
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 1 (#29880)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config

* version

* Missing changes

* version

* typo

* version

* typo

* version

* fix typo

* version

* deprecate vcpkg_extract_source_archive_ex

* version

* fix arguments

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-06 15:44:04 -08:00
Cam Mannett
f3bc121a2a
[arg-router] Update to v1.2.2 (#30024)
* [arg-router] Update to v1.2.2

Bug fixes
* Issue 284, specify Boost as a dependency in the config file
* Issue 274, CMake package should detect Boost headers itself

Improvements
* CMake package exported target should be namespaced (Issue 275)
* Improve CMake package config files installation (Issue 276)

* Reverted unrelated baseline change
2023-03-06 11:53:33 -08:00
Gianluca Bianco
d16995a3d0
[arsenalgear] Add new port (#29753)
* Added basic info to ptc-print port.

* Formatting json file.

* Trying to add master branch instead of main.

* Trying to add master branch instead of main.

* Update git-tree.

* CI baseline update.

* Update ports/ptc-print/usage

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update ports/ptc-print/usage

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* CI baseline update.

* Update ports/ptc-print/portfile.cmake

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update.

* Update in usage file.

* Formatting update.

* Update.

* Update.

* [osmanip] new port

* [osmanip] new port

* Updates.

* Updates.

* Update.

* [osmanip] new port

* Changed port version.

* Changed port version.

* [osmanip] new port

* [osmanip] new port

* Update.

* [arsenalgear] new port

* Added port to arsenalgear.

* Added port to arsenalgear.

* Update.

* Deleted arsenalgear stuff for the moment.

* [arsenalgear] new port

* Added right version.

* [arsenalgear] new port

* Update.

* Update.

* Delete baseline rows.

* Fixed issue.

* Fixed issue.

* Commented not working OSs.

* Update ports/arsenalgear/portfile.cmake

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update versions/a-/arsenalgear.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update

* Update

* Update.

* Update

* Update scripts/ci.baseline.txt

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

* Update versions/a-/arsenalgear.json

Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>

---------

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
Co-authored-by: jim wang <122244446+jimwang118@users.noreply.github.com>
2023-03-03 10:50:10 -08:00
moritz-h
e91d0a25cc
[annoy] new port (#29852) 2023-03-02 12:11:01 -08:00
Cam Mannett
e4040c68c9
[arg-router] Update to v1.2.0 (#29869)
* [arg-router] Update to v1.2.0

Bug fixes
* Issue 254, passing no args to short_form_expander_t::pre_parse_phase(..) causes segfault
* Issue 255, policy_unique_from_owner_parent_to_mode_or_root not working

Improvements
* Corrected CMake package so you don't need to manually set the include directory anymore (Issue 257)
* Node can be instantiated with bare compile-time strings and they are automatically mapped to the appropriate policy (Issue 256)
* Improved help output formatting documentation (Issue 258)

* Removed invalid dependency from usage file

* Used CONFIG_PATH in vcpkg_cmake_config_fixup()

* Replaced lost newline
2023-03-02 12:10:06 -08:00
Fabien Péan
f1cebbc731
[arpack-ng] Workaround "outdated dynamic CRT" (#29935)
* [arpack-ng] Allow obsolete msvcrt

* [arpack-ng] Update DB
2023-03-01 09:45:11 -08:00
Mengna Li
1f6508708b
fix error hash (#29829)
Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
2023-02-28 10:11:31 -08:00
Fabien Péan
5626cee5c4
[arpack-ng] Add new port (#29248)
* [arpack-ng] Add new port

* [arpack-ng] Update versioning scheme

* [arpack-ng] Update version database
2023-02-27 14:34:22 -08:00
Alexander Neumann
dfd7a8275d
[angle] close #4172 (#29861)
* [angle] close #4172

* v db
2023-02-27 11:58:33 -08:00
moritz-h
3768a4d37e
[adios2] Add zfp feature (#29678)
* [adios2] add zfp feature

* remove zfp version
2023-02-21 10:20:09 -08:00
Carlos O'Ryan
341d02562a
[abseil] update to latest release (20230125.0) (#29692)
* [abseil] update to latest release (20230125.0)

* Fix DLL support

* Update version

* I do not understand the warning about version-string, fixing it seems to make things worse

* [etcd-cpp-apiv3] Abseil requires C++14

* Update a downstream port

* I just cannot get these right, argh

* Try to switch from version-string to version (again)

* Regenerate versions

* Improve etcd handling of C++ standard

* Regenerate versions

* Use target_link_libraries to get compilation flags

* Update version files
2023-02-21 08:28:07 -08:00
Kai Pastor
8926700263
[armadillo] Update to 11.4.4 (#29733) 2023-02-21 08:10:27 -08:00
JonLiu1993
adbcf84ce9
[amqpcpp] update to 4.3.19 (#29687)
* [amqpcpp] update to 4.3.19

* update version

* add license

* update version

* remove outdated comment

* update version
2023-02-21 07:54:21 -08:00
Cam Mannett
ee71be7ea7
[arg-router] Bump to 1.1.1 (#29604)
* [arg-router] Bump to 1.1.1

Bug fixes:
* Critical issue that prevents non-CMake builds from being built

Improvements:
* Removed the git patch version segment and therefore the requirement on git to build. This allows for building from source without a working copy

* Changes fro PR comments

* Removed unused files
* Added vcpkg_cmake_config_fixup
* Restricted to release 'build'
* Used version var for source tag
2023-02-15 09:56:06 -08:00
pastdue
691244117b
[angle] Update to chromium/5414, improve build system (and future updates) (#27444)
* [angle] Update to chromium/5249

- Refactor build system based on WebKit's CMake build system for libANGLE
- Add maintainer-notes.md

* [angle] Fetch & generate more files in portfile

* [angle] Move maintainer-notes.md

* [angle] Port changes from #27701

* Merge install tweak from #28547

* [angle] Tweak PlatformLinux

* Run x-add-version

* [angle] Update to chromium/5414

* Run x-add-version

* Fix version database.

* Fix version database

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-10 11:45:11 -08:00
reito
8c9416f444
[multiple-ports] Fix missing usage (#29345)
* Fix missing usage

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes

* fixes
2023-02-09 10:59:04 -08:00
Azure SDK Bot
5d0f4ccbc9
[azure-identity-cpp] Update to 1.4.0 (#29514)
## 1.4.0 (2023-02-07)

### Features Added

- Added token caching. To benefit from it, share the `shared_ptr` to the same credential instance between multiple client instances.
- Added Azure CLI Credential.
- Added authority host overriding support for `ClientCertificateCredential`.
- Added Azure Stack support for `ClientCertificateCredential`.
- Added Azure App Service API version `2019-08-01` support for `ManagedIdentityCredential`.
2023-02-09 10:54:36 -08:00
Azure SDK Bot
e04123425c
[azure-security-attestation-cpp] Update to 1.1.0 (#29516)
## 1.1.0 (2023-02-07)

### Breaking Changes

- Changed `AttestationClient::AttestTpm` to match `AttestOpenEnclave` and `AttestSgxEnclave`:
  - Added `std::vector<uint8_t>` dataToAttest parameter to the `AttestTpm()` client method.
  - Removed `Payload` in `TpmAttestationOptions`.
  - Changed `TpmResult` in `TpmAttestationResult` to type `std::vector<uint8_t>`.
2023-02-09 10:54:26 -08:00
Alexander Neumann
2d0bfea99b
[adios2] add port (#29264)
* [adios2] add port

* v db

* remove one of the executable

* add usage fix tools.

* v db

* fix static builds

* v db

* cr comments

* v db
2023-02-07 15:56:48 -08:00
Cam Mannett
a67ba7075c
[arg-router] Add new port (#29219)
* [arg-router] Add new port

https://github.com/cmannett85/arg_router

* [arg-router] Use VERSION CMake var

* [arg_router] Do not copy README and LICENSE to share dir

* Add quotes.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 14:47:16 -08:00
TheReclif
f7927c0c20
[antlr4] fix MSVC linker errors (#29384)
* [antlr4] fix dll export/import macro evaluating always to dllexport

* [antlr4] fix portfile formatting

* [antlr4] fix formatting in port manifest

* [antlr4] updated versions in vcpkg/versions
2023-02-03 13:01:19 -08:00
Azure SDK Bot
37c9f412ca
[azure-core-*] Update azure-core-cpp to 1.8.0 and azure-core-tracing-opentelemetry-cpp to 1.0.0-beta.4 (#29427)
* [azure-core-cpp] Update to 1.8.0
## 1.8.0 (2023-02-02)

### Features Added

- Added support for parsing space character in place of 'T' in RFC3339 DateTimes.
- Added support for HTTP proxy servers, both unauthenticated and with basic authentication.
- Added universal support for several TLS options:
  - Added the ability to set the expected TLS root certificate for TLS connection (useful if a proxy server uses a TLS certificate that is not chained to a known root).
  - Added the ability to enable TLS certificate revocation list checks (off by default).
    - For libcurl only: Allow TLS connection to succeed if CRL retrieval fails.
    - *NOTE*: This change only applies if libcurl is built using the OpenSSL crypto backend. It does NOT apply if libcurl uses the schannel (Windows default) or SecureTransport (macOS/iOS default).

### Breaking Changes

- Changed the name of several distributed tracing HTTP span attributes:
  - `requestId` is renamed to `az.client_request_id`
  - `serviceRequestId` is renamed to `az.service_request_id`

- Bearer token authentication will not work for endpoint URL protocol schemes other than `"https"`. This ensures token security and is consistent with the Azure SDKs for other languages.

- Removed `noexcept` specification from `Azure::DateTime::clock::now()`.

- Updated retry policy timeouts to conform to Azure guidelines.
  - The default delay between retries is changed from 4 seconds to 800ms.
  - The maximum retry delay is changed from 2 minutes to 60 seconds (one minute).

  If the original behavior is desired, customers can adjust these timeouts by changing the `RetryDelay` and `MaxRetryDelay` fields in the `RetryOptions` structure.

### Bugs Fixed

- Fixed bug in WinHTTP client which caused the `IgnoreUnknownCertificateAuthority` and `EnableCertificateRevocationListCheck` fields to be ignored if they were passed in from `TransportOptions`.
- [[#4206]](https://github.com/Azure/azure-sdk-for-cpp/issues/4206) Fixed connectivity issues in libcurl HTTP transport which can occur if a TCP connection is dropped prematurely. (A community contribution, courtesy of _[ahojnnes](https://github.com/ahojnnes)_)

### Other Changes

- Update distributed tracing attributes to align with current Azure Distributed Tracing Conventions attributes and names.
- Added the ability to consume version 1.1.1n of OpenSSL.
- Added support for Identity token caching, and for configuring token refresh offset in `BearerTokenAuthenticationPolicy`.
- Improved cancellation support for WinHTTP transport.

### Acknowledgments

Thank you to our developer community members who helped to make Azure Core better with their contributions to this release:

- Johannes Schonberger _([GitHub](https://github.com/ahojnnes))_

* [azure-core-tracing-opentelemetry-cpp] Update to 1.0.0-beta.4
## 1.0.0-beta.4 (2023-02-02)

### Features Added

- Aligned OpenTelemetry tracing infrastructure with OpenTelemetry 1.17.0 conventions for use with Azure Monitor.

### Other Changes

- Suppress several warnings from opentelemetry-cpp package.
2023-02-03 12:34:00 -08:00
Billy O'Neal
6abc931a7d
[ableton-link] Fix typo missing dash in name. (#29434)
* [ableton-link] Fix typo missing dash in name.

* Version DB
2023-02-03 12:25:31 -08:00
Jose Sanchez
2f0bcabe63
[azure-iot-sdk-c] LTS_01_2023_REF01 (#29046) 2023-02-03 12:14:45 -08:00
omartijn
b79fa0ec38
[abletonlink] Rename ableton port to abletonlink (#28892)
* [tiff] Fix zstd plus minor changes (#28530)

* Use official zstd config

* Require packages for features

* Test zstd in CI

* Enable libtiffxx on arm

* Update versions

* Assume ZSTD_decompressStream

* Don't put targets into TIFF_LIBRARIES

* [qt5-imageformats] Use libtiff-4.pc

* [zstd] Revise thread lib export

* Mark link libs with LINK_ONLY

* Revert "[zstd] Revise thread lib export"

This reverts commit a99e6378a6.

* [qt5-imageformats] Get all tiff lflags

* [gdk-pixbuf] Use libtiff-4 pc file for msvc

* [qtimageformat] Workaround for QTBUG-95052

* Rename ableton to abletonlink

* Add meta-port for users using the old ableton port

---------

Co-authored-by: Kai Pastor <dg0yt@darc.de>
Co-authored-by: Martijn Otto <martijn@resolume.com>
2023-02-02 16:22:45 -08:00
Gordon Smith
f7ada2a292
[activemq-cpp,apr,arrow] Switch apache urls to pull from "archive" (#29388)
Signed-off-by: Gordon Smith <GordonJSmith@gmail.com>
2023-02-02 15:46:55 -08:00
Ahmed Yarub Hani Al Nuaimi
ca9155913c
[aws-sdk-cpp] Update AWS SDK for C++ and its dependencies (#29236) 2023-02-01 12:52:03 -08:00
autoantwort
042fc506d7
[apsi] fix baseline regression (#29193) 2023-01-26 11:51:51 -08:00
Wei Dai
c42991805c
[APSI ]Updated APSI to 0.9.0 (#28778)
* Updated apsi to verion 0.9.0.

* Fixed versioning.
2023-01-24 01:00:25 -08:00
autoantwort
77a36d89a1
[aws-sdk-cpp] no werror et al (#29133) 2023-01-23 15:49:46 -08:00
Max Khon
ae826fceaa
Introspection support (#28662) 2023-01-17 11:44:20 -08:00
autoantwort
9a469723ae
[arrow] Fix dataset feature (#28969) 2023-01-16 12:53:41 -08:00
autoantwort
fe214355d0
[acl] no absolute paths (#28926) 2023-01-16 12:39:50 -08:00
Azure SDK Bot
9df2df01bd
[azure-storage-files-datalake-cpp] Update to 12.5.0 (#28842)
## 12.5.0 (2023-01-10)

- New features in `12.5.0-beta.1` are now generally available.
2023-01-12 22:00:32 -08:00
nfarid
5b750ad16b
[alsa] Handle plugin_dir for debian-based distro (#28287) 2023-01-11 23:20:50 -08:00
autoantwort
8dae4e57f3
[at-spi2-core] no absolute paths (#28856) 2023-01-11 23:17:56 -08:00
Andrew Kornilov
fc649d55ad
[acl] Add new port (#28819)
* [acl] Add new port

* Update version database
2023-01-11 23:05:30 -08:00
JoergAtGithub
302c1f7a55
Updated Ableton Link to 3.0.6 (#28832) 2023-01-11 16:43:02 -08:00
Kai Pastor
5bb5f3923a
[pango,libgd,atk,gtk3,graphviz] Cleanup, fix static windows builds (#28766)
* [libgd] Fix static builds on windows

* [pango] Cleanup

* Use freetype2.pc with msvc

* Update CI baseline [skip actions]

* [atk] Cleanup, fix static builds

* [gtk3] Cleanup, fix static builds

* [graphviz] Fix static builds

* Update versions

* [libgd] Revert bad substitution

* [graphviz] Plugins

* [graphviz] Plugins

* [libgd] Fix static usage

* [gtk3] versions
2023-01-09 14:15:51 -08:00
Andrew Kornilov
17f9ced3ad
[attr] Add new port (#28733)
* [attr] Add new port

* Use VERSION

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>

* Update version database

Co-authored-by: Frank <65999885+FrankXie05@users.noreply.github.com>
2023-01-09 01:06:45 -08:00
Kenji Mouri
3512f2666b
[aom] Enable arm, arm64 target support for Windows Desktop. (#28739) 2023-01-07 01:15:07 -08:00
friendlyanon
58054d0572
[angle] Improve UX for unofficial CMake package (#28547)
* [angle] Propagate transitive dependencies

* [angle] Add usage info for unofficial CMake targets

Only the unofficial::angle::libGLESv2 and unofficial::angle::libEGL
targets are meant to be used, because they are the targets that no other
depends on.

Co-authored-by: friendlyanon <friendlyanon@users.noreply.github.com>
2023-01-04 14:41:32 -08:00
Kai Pastor
0a277597a1
[armadillo,ensmallen] Update (#28599)
* [armadillo] Update to 11.4.3

* Fixup pkgconfig

* Add vcpkg cmake wrapper

* Update versions

* [ensmallen] Update and fix

* Add vcpkg version requirement
2023-01-04 14:27:58 -08:00
Dennis
40890304ca
[asio-grpc] Update to 2.4.0 (#28626)
* asio-grpc: Update to 2.4.0

* asio-grpc: Update versions json

* asio-grpc: Remove feature 'recycling_allocator'
2022-12-31 01:25:09 -08:00
autoantwort
58070b6805
[ace] no absolute paths (#28621) 2022-12-29 23:53:07 -08:00
Cheney Wang
25663f218c
[vcpkg baseline][ideviceinstaller] Fixing error LNK2005 when argtable2 installed before ideviceinstaller (#28459)
* [ideviceinstaller] Add support !static

* Modify port-version

* x-add-version

* Add getopt as a dependence of argtable2

* Use version

* x-add-version

* Remove space

* Add license

* Fix format error

* x-add-version

* update version

* fix argtable3

* x-add-version

* fix argtable3

* version

* fix gdcm

* format portfile.cmake

* update version

* format vcpkg.json

* x-add-version

* format portfile.cmake

* x-add-version

* Update license

* x-add-version

* Again

* Mistake

Co-authored-by: Lily Wang <494550702@qq.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2022-12-28 13:07:26 -08:00