Commit Graph

416 Commits

Author SHA1 Message Date
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