Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with upstream branch (2024-01-12) #11

Closed
wants to merge 1,041 commits into from
Closed

Conversation

David-Defoort
Copy link

Description

Merge in changes from upstream branch

jimwang118 and others added 30 commits January 10, 2024 17:14
…crosoft#36097)

* Fix compilation errors for VS versions greater than 17.7

* update version
* kd-soap update to 2.2.0

* update version

---------

Co-authored-by: vzhli17 <[email protected]>
* [civetweb] add option support USE_ZLIB

* update version

---------

Co-authored-by: vzhli17 <[email protected]>
* [pmp-library] add port

* disable warnings

* update version

* add version

* address review

* update version

* reviews

* update version
* Run python in isolate mode.

* v db
…configure (microsoft#36099)

* [vcpkg baseline][mongo-c-driver] Fix the race condition during CMake configure

* update version

* update fix

* update version
* [bond] Disable example and test

* version
* Updated libmaxminddb to version 1.9.1

* Cleanup portfile

* Use vcpkg_install_copyright function

* Updated versions

* Update ci.baseline.txt

* Implemented fixes from dg0yt

* Versions updated

* Update portfile.cmake

* Update libmaxminddb.json

---------

Co-authored-by: jim wang <[email protected]>
* No default features for jasper in libraw

* Increment port version
…icrosoft#36007)

* update to v4.3.0-beta1

* update version

* delete msys

* update version

* modify patch

* update version

* add pathc

* update version

* delete patch

* update version

* fix download method

* update version

* portfile

* update version

* portfile

* update version
* [azure-messaging-eventhubs-cpp] Update to 1.0.0-beta.5
## 1.0.0-beta.5 (2024-01-11)

### Breaking Changes

- EventHub `ConsumerClient` and `ProcessorClient` objects now return pointers to `EventData` objects instead of `EventData` objects by value.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.6
## 1.0.0-beta.6 (2024-01-11)

### Features Added

- AMQP Value reference counts are now atomic, this fixes several AMQP related crashes.

### Breaking Changes

- `MessageReceiver` returns a pointer to the received message instead of a copy.

### Bugs Fixed

- Fixed several memory leaks.
- AMQP Link Credits now work as expected.
- Integrated the fix for NVD - CVE-2024-21646.

* [azure-core-cpp] Update to 1.11.0
## 1.11.0 (2024-01-11)

### Features Added

- Added 'OPTIONS' HTTP method to `Azure::Core::Http::HttpMethod` enum.
- Added TLS 1.3 support to WinHTTP transport.
- Environment Log Level Listener now logs the ThreadID for the thread originating the trace.
- [[microsoft#4983]](Azure/azure-sdk-for-cpp#4983) Added support for setting `CURLOPT_CAPATH` libcurl option on Linux. (A community contribution, courtesy of _[phoebusm](https://github.com/phoebusm)_)

### Bugs Fixed

- [[microsoft#5172]](Azure/azure-sdk-for-cpp#5172) `Azure::Nullable::Emplace()` does not set `HasValue()` to `true`.
- [[microsoft#5130]](Azure/azure-sdk-for-cpp#5130) `Url::AppendPath()` and `Url::SetPath()` may end up with a double slash at the beginning of a path.
- [[microsoft#5007]](Azure/azure-sdk-for-cpp#5007) Some versions of GCC no longer include stdint.h in cstdint.

### Other Changes

- [[microsoft#4756]] (Azure/azure-sdk-for-cpp#4756) `BearerTokenAuthenticationPolicy` now uses shared mutex lock for read operations.

### Acknowledgments

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

- Phoebus Mak _([GitHub](https://github.com/phoebusm))_
* json-dto updated to the latest version.

* x-add-version for json-dto-0.3.2.
* [live555] Pass options to fix osx

* format

* version

* EOL

* version
* [libtracepoint] Upgrade to v1.3.0

* [libtracepoint] Upgrade to v1.3.0 versions
* [proxy] update to 2.1.0

* [proxy] update versions
* [catch2] Update to 3.5.2

* [catch2] Update version files
* [aws-c-http] update to 0.8.0

* [aws-c-http] update to 0.8.0
)

* [vcpkg baseline][live555] Passing remove form fail

* remove arm64-osx
* V2024.1.5

* Update versions
* [sail] Update to 0.9.1

* [sail] vcpkg x-add-version --all
* add flight-sql

* update version

---------

Co-authored-by: Monica <[email protected]>
…oft#36116)

* fix opencv3

* update version

* fix opencv4

* format

* update version

* add comment

* update git-tree

---------

Co-authored-by: Monica <[email protected]>
* update to 7.8.0

* update version

* update version

* update version

* fix dep

* update version

* del patch

* update version
miyanyan and others added 28 commits February 5, 2024 11:30
* [entt] update to 3.13.1

* [entt] update versions
* [aom] update to 3.8.1

* [aom] update to 3.8.1
* [apriltag] update to 3.3.0

* [apriltag] update to 3.3.0

* bde tmp

* fix line ending
* [ada-url] update to 2.7.6

* [ada-url] update to 2.7.6
* [ableton-link] update to 3.1.0

* [ableton-link] update to 3.1.0
* [azure-core-cpp] Update to 1.11.1
## 1.11.1 (2024-02-02)

### Bugs Fixed

- [[microsoft#5154]](Azure/azure-sdk-for-cpp#5154) WinHTTP Transport logging (and exception strings) have dangling periods making it harder to read.

### Other Changes

- Improved log messages for WinHTTP Transport to help diagnose WinHTTP state machine related issues.

* [azure-core-amqp-cpp] Update to 1.0.0-beta.7
## 1.0.0-beta.7 (2024-02-02)

### Features Added

The `Close` method on AMQP Message Sender and Message Receiver now blocks until the client receives a `DETACH` response from the remote node.

### Breaking Changes

- The `Close` method on AMQP Message Sender and Message Receiver now accepts an `Azure::Core::Context` parameter. This parameter is defaulted so this change should not affect existing code.

### Bugs Fixed

- Fixed uAMQP connection channel so that a channel is released when an END performative is received from the remote node instead of when the END performative is sent to the remote node.
- Enabled more than one uAMQP session to be created on a single connection.
…t#36536)

* Fixes

* Update vcpkg.json

* Update port-version

* Fixes

---------

Co-authored-by: ankurv <ankurv@email>
* [igraph] update to 0.10.9

* [igraph] x-add-version
* [glib] Update to 2.78.4 (microsoft#36330)

* [glib] regenerate versions (microsoft#36330)
* add port asiochan

* simplify deploy

* simplify deploy

Co-authored-by: Cheney Wang <[email protected]>

* update git-tree

* simplify deploy

Co-authored-by: Cheney Wang <[email protected]>

* update git-tree

* change version to version-date

* update git-tree

---------

Co-authored-by: Cheney Wang <[email protected]>
* [c-ares] update to 1.26.0

* [c-ares] update to 1.26.0

* add more space
* Add libdwarf 0.9.0

* Bump hash

* Retrofit cpptrace and fix a libdwarf issue

* Bump

* Bump a baseline

* Undo baseline bump

* Undo port version bump

* Add libdwarf 0.9.1

* Bump hash

* Move zstd patch to dependencies.diff

* Bump baseline

* Bump

* Undo changes to versoins/c-/cpptrace.json

* properly update cpptrace port version

* --overwrite-version this time

* Forgot to delete file

* fix hash
* [cpp-peglib] update to 1.8.6

* [cpp-peglib] update to 1.8.6
* [clap-cleveraudio] update to 1.2.0

* [clap-cleveraudio] update to 1.2.0
* [jsoncons] Update to 0.173.2

* git add -u && git commit

* [jsoncons] Update to 0.173.2

* [jsoncons] vcpkg x-add-version --all

* [jsoncons] Update to v0.174.0

* [jsoncons] baseline updated
* Update libalkimia to 8.1.72

* Update libalkimia to 8.1.72

---------

Co-authored-by: Ludovic Delabre <[email protected]>
* [json-c] update to version 0.17 2023-08-12

* [json-c] update version database

* [clamav] update to version 0.103.11

* [clamav] update version db

* [clamav] add patch to compile isnt.cpp on windows

* [clamav] update version db

* [clamav] remove extra port version

* [clamav] update version db

* fix cmakelists.txt

* update version

* fix cmakelists.txt

* update git-tree

* remove fix-cmakelists.patch

* update git-tree

* format

* update git-tree

---------

Co-authored-by: Monica <[email protected]>
* [openssl] update to 3.2.1

* [openssl] remove patches that were applied upstream

* [openssl] regenerate version info
* Limit CI

* Update msys2

* Declare msys packages for pkgconfig and fortran...

... with explicit DEPS and PROVIDES, instead of using DIRECT_PACKAGES.
This change makes it possible to notice changed dependencies
in `vcpkg-ci-msys2` update checks. (Current case: zstd.)
It also enables reuse of general declarations from `vcpkg_acquire_msys`
in specialized cases (`vpckg_find_fortran`).

Last not least, using the the Z_DECLARE_EXTRA_PACKAGES_COMMAND
simplifies the implementation of `vcpkg-ci-msys2`, in particular for
checks across platform boundaries.

* Revert "Limit CI"
* [openmesh] Update to 10.0 and apply more love

* Fix osx build (restore c++11 compatibility)
@David-Defoort David-Defoort deleted the sync/2024-01-12 branch February 7, 2024 15:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.