Commit Graph

5013 Commits

Author SHA1 Message Date
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
Connor Broyles
edf51f5f25
[blend2d|osgearth] Allow blend2d and osgearth[blend2d] on ARM (#29141)
* [blend2d] Allow on non-Windows ARM platforms

* [osgearth] Allow blend2d feature on ARM
2023-02-03 12:39:12 -08:00
wzj219
c514f9e27c
[blosc] Update to 1.21.3 (#28986)
* [blosc] Update to 1.21.3

* Update version

* [blosc] Update to 1.21.3

* update version

* [blosc] update to 1.21.3

* [blosc] Modify review comments

* [blosc]Modify CI Error

* [blosc]Modify review comments

* [blosc]Modify the patch name

* [blosc]modify CI error

* [blosc]update version

* [blosc]update version

* update version

* update version

* update git-tree

---------

Co-authored-by: Lily Wang <494550702@qq.com>
2023-02-03 12:38:25 -08:00
Mengna Li
73c7508f33
update to 20.36.0 (#29407) 2023-02-03 12:34:39 -08:00
Frank
095121409e
[platform-folders] update version to 4.2.0 (#29409)
* [platform-folders] update version to 4.2.0

* update version

* fix osx

* vdb
2023-02-03 12:34:23 -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
JonLiu1993
a7c0f2b2b4
[libjpeg-turbo] update to 2.1.5 (#29352)
* [libjpeg-turbo] update to 2.1.5

* update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-03 11:20:01 -08:00
Billy O'Neal
1d3ba8738f
[libcopp] Mark arm-windows as unsupported. (#29408)
In https://github.com/microsoft/vcpkg/pull/29267 we asked the user to remove a ci.baseline.txt entry for libcopp , but this failed in the most recent full build https://dev.azure.com/vcpkg/public/_build/results?buildId=84590 . It looks like the port doesn't have the plumbing to hook up ARM or ARM64 compilers on Windows, so this isn't a machine configuration / ci.baseline.txt issue.

There does appear to be some code in upstream trying to select armasm rather than masm to use the arm assembler but the port doesn't know how to hook that up.
2023-02-03 11:14:29 -08:00
Hamish Moffatt
71d3fa60b6
[kdalgorithms] Add new port (#29375) 2023-02-02 20:28:50 -08:00
Andrew Kornilov
9d92f36654
[raygui] Add new port (#29364)
* [raygui] Add new port

* Update ports/raygui/portfile.cmake

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>

* [raygui] Update version

---------

Co-authored-by: Mengna Li <95600143+Adela0814@users.noreply.github.com>
2023-02-02 20:25:14 -08:00
Andrew Kornilov
bb9766f573
[clipper2] Add new port (#29303)
* [clipper2] Add new port

* [clipper2] Add usage. Static-only for windows

* [clipper2] Update hash
2023-02-02 20:04:34 -08:00
Sylvain Doremus
ff666f83e0
[rendergraph] Updated to version 1.2.0. (#29359) 2023-02-02 19:58:03 -08:00
Frank
3472e57850
[nanoflann] Update to 1.4.3 (#29378)
* [nanoflann] Update to 1.4.3

* update version

* use New function

* vdb
2023-02-02 19:57:45 -08:00
Duncan Horn
52388affa0
[WIL] Update to 2023-02-02 (#29399)
* Update WIL port

* Running new command I previously didn't know about

* Update the wil port

* Update the wil port

* Update the versions file
2023-02-02 19:57:29 -08:00
Henrique Teles
03464198d7
[libxlsxwriter] port update (#29401) 2023-02-02 19:57:15 -08:00
Billy O'Neal
845339c10b
[urho3d, xcb-util-wm] Hash fixes (#29383) 2023-02-02 19:36:12 -08:00
Aleksi Sapon
cf91522593
[xerces-c] Fix iOS build (#29334) 2023-02-02 18:49:20 -08:00
Henrik Gaßmann
45daa84436
[status-code] Disable find boost (#29360)
The libraries test suite optionally tests compatibility against boost
types which is completely unnecessary in our case.
2023-02-02 16:53:56 -08:00
Francisco Facioni
27b8bfd0f9
[cnats] Update to 3.6.0 (#29372) 2023-02-02 16:53:33 -08:00
Long Huan
3004382fdf
[embree3] fix Unknown CMake command find_dependency (#29381)
* fix Unknown CMake command find_dependency

* x-add-version
2023-02-02 16:53:13 -08:00
Rémy Tassoux
b28cddc45f
[catch2] Update to 3.3.1 (#29357)
* [catch2] Update to 3.3.1

* [catch2] Update version files
2023-02-02 16:52:36 -08:00
Lily Wang
c9eb3bd14e
[curl] Use find_package c-ares provided by vcpkg (#29350)
* [curl] Use find_package c-ares provided by vcpkg

* update version

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-02-02 16:52:18 -08:00
Chuck Walbourn
65eed91ae7
[directxtex] port update for January 2023 release (#29343)
* [directxtex] port update for January 2023 release

* Updated baseline

---------

Co-authored-by: walbourn <chuckw_walbourn@yahoo.com>
2023-02-02 16:51:33 -08:00
Frank
c3f5491a36
[itk] Add missing iostream include for CUDA classes (#29317)
* [itk] Add missing iostream include for CUDA classes

* update version

* use New function

* vdb

* add end line

* overwrite version
2023-02-02 16:28:09 -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
xiaozhuai, Weihang Ding
a548ef52e5
[imageinfo] Add new port (#29009)
* [imageinfo] Add new port

* update version database

* Add usage

* Add new line

* update version

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-02-01 17:10:42 -08:00
Cheney Wang
c35b8168fc
[faad2] Update to 2.10.1 (#29319)
* [faad2] Update to 2.10.1

* Fix tools uninstalled
2023-02-01 17:10:23 -08:00
Billy O'Neal
6aa38234d0
[boost] Fix generate ports to match the tree. (#29338)
Added the ability for the 'default' port version to get a value in case they all change at once (as almost happened due to https://github.com/microsoft/vcpkg/issues/29288)

https://github.com/microsoft/vcpkg/pull/28356/ did not apply post-source stubs for url and locale. I suspect they were just forgotten to be checked in?
https://github.com/microsoft/vcpkg/pull/28617/ did not record the port version change in generate-ports.ps1.

Also fixed all files to have LF line endings. (since changing boost-vcpkg-helper version also changed all the other ports anyway)

Also changed "When changing this file also update and run scripts/boost/generate-ports.ps1" to "Automatically generated by scripts/boost/generate-ports.ps1" because I think that better conveys the consequences (your changes will get nuked).
2023-02-01 13:34:29 -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
xiaozhuai, Weihang Ding
871e20cf67
[xorstr] Bump to 2021-11-20 (#29323)
* [xorstr] Bump to 2021-11-20

* add license

* update version database
2023-02-01 11:13:30 -08:00
xiaozhuai, Weihang Ding
6bb84d3f57
[ghc-filesystem] Bump to 1.5.12 (#29312)
* [ghc-filesystem] Bump to 1.5.12

* update version database
2023-02-01 11:13:02 -08:00
Leonid Pospelov
3029a0e0ad
[WasmEdge] Add new port (#28668) 2023-02-01 11:12:27 -08:00
Aleksi Sapon
17030920aa
[libe57format] Update to 2.3.0 (#29333) 2023-01-31 19:12:25 -08:00
Alexander Neumann
a4e94e9d6d
[rkcommon] add new port (#29263)
* [rkcommon] add port

* v db

* Fix static builds and supports

* format manifest

* v db

* Add usage file.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 18:53:23 -08:00
Leonid Pospelov
ce4d499954
[node-addon-api] Add new port (#28427)
* port is building for x64-windows

* Add file endings

* Reformat manifest file

* Add versions

* Remove comment

* Check host system instead of target

* fix user fs pollution & allow nodejs tool to have the same triplet as target has

* x86-windows now builds

* Support find_package (TARGET_SOURCES still todo)

* add win_delay_hook.cc

* license for nodejs

* reformat

* reformat

* Update node-api.json

* nodejs port ver increment

* fix versions

* fix versions

* Fix find_library/find_path review comments

* node-api-config.cmake => unofficial-node-api-config.cmake

* remove vcpkg_execute_npm_command.cmake

* update git-tree in node-api.json

* fix node triplet

* remove obvious comment

* Update node-api.json

* Revert everything related to vcpkg-tool-nodejs

* fix port-version of vcpkg-tool-nodejs in baseline.json

* Update node-api.json

* ban arm

* fix EOF

* Update node-api.json

* Tweaks for Linux failure debugging

* Update node-api.json

* Reformat with vscode cmake formatter

* Even more debug logging

* add <node_root>/bin to search

* Update node-api.json

* Add debugging for 2-nd error encountered

* update ver

* update

* update ver

* add nodejs tool to path

* update ver

* use prefix npm option

* add version

* move things to node tool dir (temporary)

* add ver

* Add CMAKE_JS_LIB emptyness check

* add version

* separate node root ad node bin directories

* update node-api-config.cmake

* add ver

* typo-fi

* update version

* remove debug logging

* update ver

* do not use system cmake

* add ver

* rename vars

* Update ver

* Add comment

* add-version

* Now downloads cmake-js from github, but deps aren't downloaded (wip)

* add version

* Seems to work except lodash (wip)

* add version

* license null (wip)

* license null -reformat- (wip)

* add ver

* Add todo (wip)

* add ver

* install lodash, new error now related to yargs isn't being built (wip)

* add version (wip)

* fix (wip)

* add version (wip)

* Cleanup, will try one thing (wip)

* no cmake-js ver, now install includes (wip)

*  closing temporary, I'll get back to this later . at least I know what to do

* test

* baseline

* format

* fill with zeros

* update supports

* correct url for win

* addver

* better handle arch and os

* ver

* update

* update

* add-todo

* add win support

* ver

* qol

* ver

* add-sha

* ver

* update

* update

* fix-license

* fix-license

* add sha

* add sha

* linux-arm64

* linux-arm64

* sha512 for arm

* sha512 for arm

* remove imported sources

* remove imported sources

* apply suggestion

* add ver

* fix eof

* add ver

* [node-addon-api] Add new port

* add version

* add newline

* add version

* Update ports/node-addon-api/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/node-addon-api/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/node-addon-api/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/node-addon-api/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update ports/node-addon-api/portfile.cmake

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update node-addon-api.json

* Update portfile.cmake

* Update node-addon-api.json

* Update unofficial-node-addon-api-config.cmake

* Update node-addon-api.json

* fix dg0yt's comments 1/

* fix 2/

* fix 3/3

* update version

* Add usage.

---------

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 18:51:05 -08:00
Russell Greene
b7c9204336
[openimageio] add libheif as an optional dependency, remove libsquish as a dependency (#29218)
* [openimageio] add libheif as an optional dependncy

* fmt

* x-add-version

* optional libheif find_dependency

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

* also remove libsquish from dep list

* x-add-version
2023-01-31 18:11:48 -08:00
Matthew Oliver
e5143067da
[ffmpeg] Enable openmpt and update feature platforms. (#29216)
* [ffmpeg] Enable openmpt and update feature platforms.

* [ffmpeg] Update versions.
2023-01-31 18:10:57 -08:00
Alexander Neumann
6810f35866
[liblas] fix cmake consumption (#29259)
* [liblas] fix consumption

* v db
2023-01-31 18:09:59 -08:00
autoantwort
acb4db3c81
[matio] fix inter feature dependencies (#29224) 2023-01-31 18:08:50 -08:00
Kai Pastor
cda6c1f124
[mchehab-zbar] Fix dependencies (#29232)
Do not use msys devel packages.
2023-01-31 18:08:16 -08:00
Henrik Gaßmann
c3e8743a25
[ned14-internal-quickcpplib,status-code,llfio] Update 2023.01 (#29214)
* [quickcpplib] Update to 2023-01-27

* [status-code] Update to 2023-01-27

* [llfio] Update to 2023-01-27

* Update version database
2023-01-31 18:06:21 -08:00
autoantwort
ddea2bb30b
[leptonica] Update (#29266) 2023-01-31 18:04:06 -08:00
talregev
b63f61ebe8
[chronoengine] New port (#29070) 2023-01-31 17:40:08 -08:00
Ada Tufankjian
86e220d184
Updating vma port (#29230) 2023-01-31 16:28:39 -08:00
Russell Greene
4819f65d7c
[libde265] enable on arm linux + ios (#29223)
* [libde265] enable on arm linux + ios

* ./vcpkg x-add-version --all
2023-01-31 16:02:20 -08:00
Leonid Pospelov
cf4f1fb3eb
[ChakraCore] enable find_package (#28769)
* [chakracore] add cmake config

* .

* .

* .

* wip

* fix review comments

* .
2023-01-31 16:00:25 -08:00
as-shura
74e940f647
[onednn] Bumped version to 3.0.0 release. (#29267)
* Bumped version to 3.0.0 release.

* Update ports/onednn/vcpkg.json

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update ports/onednn/portfile.cmake

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Applied changes requests from @LilyWangLL.

* Final database update.

* Fixed inability to download hidden by asset caching.

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 13:51:11 -08:00
xiaozhuai, Weihang Ding
9c4a648392
[string-view-lite] Modernization (#29313)
* [string-view-lite] Modernization

* update version database

* apply suggestion

* update version database

* CRLF -> LF

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-31 13:50:53 -08:00
chausner
8a9ad06a84
[zstr] Update to 1.0.7 (#29254)
* Update zstr to 1.0.7

* Update CI baseline

* Apply suggestions from code review

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-01-31 13:27:53 -08:00
chausner
25ed5f7cca
[json-schema-validator] Update to 2.2.0 (#29253)
* Update json-schema-validator to 2.2.0

* Update CI baseline

* Tweak description

* Update CI baseline

* Remove patch, address code review suggestions

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-31 13:26:42 -08:00
chausner
0fb75abb60
[wildmidi] Update to 0.4.5 (#29255)
* Update wildmidi to 0.4.5

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-31 12:56:20 -08:00
MonicaLiu
fb16da0439
[flatbuffers] Update to 23.1.21. (#29277)
* update flatbuffers

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-31 12:42:18 -08:00
xiaozhuai, Weihang Ding
09c963efbb
[glm] Modernization (#29314)
* [glm] Modernization

* update version database
2023-01-31 12:34:37 -08:00
Lily Wang
0a8ac2f124
[joltphysics] Disable treats all compiler warnings as errors (#29271)
* [joltphysics] Disable warning C5266

* update version

* apply suggestion

* update version
2023-01-31 11:26:52 -08:00
klaus triendl
b4f29c5445
[sqlite-orm] Update SQLite ORM to 1.8 (#28988)
* [sqlite-orm] Update to 1.8.0

* [sqlite-orm] Added "license" field to manifest

* [sqlite-orm] Update to 1.8.1

* [sqlite-orm] Corrected deprecated license

* [sqlite-orm] Removed unmerged 1.8.0 version from versions file

* [sqlite-orm] Revert: Removed unmerged 1.8.0 version from versions file

This reverts commit ebd658f0bf.

* [sqlite-orm] Ran `.\vcpkg x-add-version sqlite-orm` again

* [sqlite-orm] Removed unmerged 1.8.0 version from versions file
2023-01-30 17:16:22 -08:00
chausner
e9dbd364e9
[cpu-features] Update to 0.7.0 (#29182)
* Update cpu-features to 0.7.0

* Update CI baseline

* Disable BUILD_TESTING

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-30 17:15:14 -08:00
Kai Pastor
bdd59e73bb
[poppler] Update to 23.01.0 (#29234) 2023-01-30 17:14:05 -08:00
Alexander Neumann
2beb86eab4
[tbb] Update tbb (#29238)
* [tbb] update to 2021.8.0

* v db

* add _debug suffix

* v db

* add 32 suffix on x86

* v db
2023-01-30 17:13:24 -08:00
Alexander Neumann
e70004e830
[embree3] Update embree to 3.13.5 (#29239)
* [embree3] update to 3.13.5

* v db
2023-01-30 17:13:00 -08:00
xiaozhuai, Weihang Ding
83e9d20ff7
[inja] Bump to 3.4.0 (#29246)
* [inja] bump to 3.4.0

* update version database
2023-01-30 17:10:38 -08:00
Buck Yeh
8de11ade8a
[buck-yeh-bux] Update to 1.6.7 (#29249) 2023-01-30 17:10:06 -08:00
Kai Pastor
b88b05f297
[highway] Update to 1.0.3, dynamic linkage (#29250)
* [highway] Update to 1.0.3

* Enable shared linkage
2023-01-30 17:09:39 -08:00
chausner
a6732623f5
[if97] Update to 2.1.3 (#29252)
* Update if97 to 2.1.3

* Update CI baseline

* Fix path

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-30 17:09:21 -08:00
chausner
fe77e593c8
[cpuid] Update to 0.6.2 (#29256)
* Update cpuid to 0.6.2

* Update CI baseline

---------

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-30 17:07:48 -08:00
MonicaLiu
5988576f00
[flecs] Update to 3.1.4. (#29275)
* update flecs

* update version

---------

Co-authored-by: MonicaLiu <v-liumonica@microsoft.com>
2023-01-30 17:02:51 -08:00
Cheney Wang
7ef2404e08
[entt] Update to 3.11.1 (#29276) 2023-01-30 17:02:34 -08:00
JacobBarthelmeh
f8f5998162
[wolfSSL/wolfTPM/wolfMQTT] Update to latest version (#28830)
* wolfSSL updates
* [wolfSSL]  from 5.5.0  -> 5.5.4
* [wolfTPM]  from 2.6.0  -> 2.7.0
* [wolfMQTT] from 1.14.1 -> 1.15.0

* Update ports/wolftpm/portfile.cmake

If there is no patch, delete it.

* [wolfssl] remove comments from patch pr_5949.patch

* [wolfmqtt] remove PATCHES since no longer needed

* [wolfmqtt] update git tree hash for version 1.15.0

* [wolfssl/wolftpm] update version database

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-30 16:59:14 -08:00
reito
9588a00260
[detours] Fix detours usage (#29215)
* oops, usage

* oops, usage

* Update ports/detours/vcpkg.json

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* Update ports/detours/portfile.cmake

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>

* 更新 detours.json

---------

Co-authored-by: MonicaLiu <110024546+MonicaLiu0311@users.noreply.github.com>
2023-01-30 16:54:52 -08:00
Markus Vieth
344b1d9608
[pcl] update to version 1.13.0 (#28818)
* [pcl] update to version 1.13.0

* More necessary changes

* Make requested changes

* Remove qhull patch

* Remove another patch

* Remove libusb patch

* Fix no-absolute.patch

* Fix patch

* Correct versions

* Allow static and shared deps

* Add patch for bigobj option

* Don't remove files

* Request opengl feature of vtk

* Add patch to remove problematic include

* Add patch to remove error in opennurbs code

* Add patch to disable kinfu for cuda 12

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-01-30 16:41:37 -08:00
Kai Pastor
91dd61bd44
[libwebp] Update to 1.3.0, misc changes (#29165)
* [libwebp] Update to 1.3.0

* Fix [core] on x64-osx

* Fix features and dependencies

* Cleanup tool installation

* Usage

* Lift restriction for vwebp tool

* [mapnik] Fix libwebp

* [qt5-imageformats] Use libwebp pc files

* Revert "Lift restriction for vwebp tool"

This reverts commit 42e0273f65.

* [gdal] Use upstream WebP config

* Revert no longer necessary changes to mapnik.

* Remove unnecessary patch that git checkout didn't remove.

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:42 -08:00
Kai Pastor
6b3a1a2188
[gettext] Update to 0.21.1 (#29113)
* Use VERSION

* Update to 0.21.1

* Update win unicode paths patch

* Revise uwp patches

* Cleanup

* Build tools for uwp in CI

* tools not supported on uwp

* Add license GPL3.0-or-later.

gettext.c has:

   This program is free software: you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation; either version 3 of the License, or
   (at your option) any later version.

* Fix license, but better.

* Version database

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:29 -08:00
Mark Roszko
30016cf1d1
[curl] update to 7.87.0 (#28836)
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-27 07:25:13 -08:00
Burak Arslan
368c782fd7
[nss] Bump version to 3.87, switch to official gyp-next (#28933)
* [nss] Bump version to 3.87, along with nspr 4.35 and mozbuild 4.0.2

Also switch from gyp-nss to gyp-next, which is now the official buildgen
tool

* [nss] Update versions folder

* Fix version database.

* Fix version database more

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 23:48:56 -08:00
Matthias Kuhn
cdbcc03212
[icu] Add tools, fix building for ios (#29196)
* [icu] Add tools, fix building for ios

* Make qt5-base depend on icu[tools]

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 21:40:42 -08:00
Matthew Oliver
5962fd3c53
[ffmpeg] Update to 5.1.2. (#28955)
* [opencv4] Update t 4.7.0.

* update versions.

* [rtabmap] Support opencv 4.7.

* Update versions.

* [ffmpeg] Update to 5.1.2.

* [ffmpeg] Use $VERSION

* [ffmpeg] Update versions.

* [nasm] Update to 2.16.01.

* [ffmpeg] Fix linker crash with nasm.

* [discordapi] Update to 2023-01-02 version.

* Update versions.

* [pangolin] Fix issue with ffmpeg 5.1.

* Update versions

* [ffmpeg] Fix nasm compilation with x86.

* Update ffmpeg.json

* Update ffmpeg.json

* Update portfile.cmake

* Update ffmpeg.json

* Update baseline.json

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 19:59:17 -08:00
Kai Pastor
14b8851a67
[libjxl] Cleanup (#29190)
* [libjxl] Trim patch

* Trim static targets during shared build

* Cleanup
2023-01-26 19:45:43 -08:00
reito
dcbb09d22b
[qttools] fix qdbusviewer (#29153)
* fix building qdbusviewer

* Update ports/qttools/portfile.cmake

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>

* Update qttools.json

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
2023-01-26 19:35:17 -08:00
xiaozhuai, Weihang Ding
60eff91cc8
[luajit] Fix cross compile for macOS (#29003)
* [luajit] Bump version and fix cross compile for macOS

* update version database
2023-01-26 19:30:21 -08:00
Mathis Logemann
0bf1ec683e
[mapnik] update to latest (#29014)
* Update mapnik

* version

* Update mapnik

* version

* Update mapnik

* version

* Update mapnik

* version

* Update mapnik

* version
2023-01-26 19:22:14 -08:00
Alexander Neumann
46dda5372b
[vtk|opencv4|openimageio] Switch to Qt6 (#29078)
* Switch stuff to Qt6

* give opencv4 the correct deps

* add Qt5Compat to find_dependency

* refine vtk deps and promote targets to global

* fix dep

* ci is probably faster than my desktop pc building.

* remove invalid patch part

* add qt6 patch

* second patch

* make openimageio ignore qt5

* [skip actions] qt6 part 3

* vtk qt6 patch

* try openimageio again

* move gl include

* fix patch

* does it work now?

* remove qualified name

* more qt6 fixes

* more patches

* update and fix rtabmap

* gles feature in qtbase needs to be disabled for vtk since vtk assumes desktop opengl

* remove patch add error if qtbase was build with gles2

* disable also second patch

* fix theia

* paraview consolidate patches

* fix case issue

* fix missing ,

* add more qt6 changes

* remove unnecessary patches

* bump port version

* remove comments from vtk

* add platform features for tools.

* fix format

* bump ports

* another one to bump

* v db

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 19:19:30 -08:00
Andrew Robbins
c18618a4eb
[libleidenalg] fix broken download until upstream is ready (#29202)
* [libleidenalg] temp fix while waiting for upstream

* [libleidenalg] bump baseline

* Update ports/libleidenalg/vcpkg.json

Co-authored-by: Billy O'Neal <bion@microsoft.com>

* update baseline

* Use a commit SHA rather than the ref.

* Fix SHA

* Fix version DB.

Co-authored-by: Billy O'Neal <bion@microsoft.com>
2023-01-26 19:17:46 -08:00
Glen Knowles
a46c126f26
[dimcli] Update to v7.1.0 (#29109)
* [dimcli] Update to v7.1.0

* Add license to manifest.

* Update version database
2023-01-26 19:16:36 -08:00
chausner
857ebca7ea
[libexif] Update to 0.6.24 (#29178)
* Update libexif to 0.6.24

* Update CI baseline

* Update SPDX license id

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:14:51 -08:00
chausner
ecebd63fcb
[mapbox-polylabel] Update to 1.1.0 (#29179)
* Update mapbox-polylabel to 1.1.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:14:03 -08:00
chausner
b4f974ab72
[hffix] Update to 1.2.1 (#29180)
* Update hffix to 1.2.1

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:49 -08:00
chausner
89f1b227fe
[string-view-lite] Update to 1.7.0 (#29181)
* Update string-view-lite to 1.7.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:23 -08:00
chausner
6655f1497e
[bddisasm] Update to 1.34.10 (#29183)
* Update bddisasm to 1.34.10

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2023-01-26 19:11:01 -08:00
David Christoffer Hansen
d6c533aae3
[ismrmrd] Update to version 1.13.2 (#29198)
* Updated ISMRMRD to version 1.13.2

* Updated baseline
2023-01-26 19:06:01 -08:00
Szabolcs Horvát
53cbb5696e
[igraph] update to 0.10.4 (#29201)
* [igraph] update to 0.10.4

* [igraph] x-add-version

* [igraph] try if it works with x64-uwp

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 18:58:27 -08:00
Vitalii Koshura
db9acc3f29
[sentry-native] update to 0.5.4 (#29203)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
2023-01-26 18:54:28 -08:00
reito
75381ea7fa
[gn-related-ports] Fix gn based projects build error on Windows (#29058)
* fix gn path error on windows

* add quotes

* vcpkg cmake guidelines

* Fix version database.

* Use Z_VCPKG_BACKCOMPAT_MESSAGE_LEVEL instead of WARNING

* Quotes 🤦

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-26 18:53:54 -08:00
autoantwort
042fc506d7
[apsi] fix baseline regression (#29193) 2023-01-26 11:51:51 -08:00
autoantwort
4efb7ed628
[cppfs] improve port (#29175)
* [cppfs] improve port

* Remove ci.baseline.txt entries.

* Add license.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-01-25 12:35:29 -08:00
autoantwort
aaded72a03
[lua] fix tool feature (#29176) 2023-01-25 12:25:56 -08:00
autoantwort
7bf32c6b93
[simage] use support expression (#29174) 2023-01-25 12:23:05 -08:00
youmu129
15c1388ca3
[libunifex] Update to 2023-01-25 (#29173)
* [libunifex] Update to 2023-01-25

* New feature about coroutines

* Update baseline
2023-01-25 12:22:44 -08:00
Nick
b95758a284
[libjxl] update to 0.8.0 (#29171) 2023-01-25 12:22:21 -08:00