Commit Graph

268 Commits

Author SHA1 Message Date
Cheney Wang
be4195ad10
[ncurses] Fixing insufficient usage message (#37942)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes https://github.com/microsoft/vcpkg/issues/37867

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [ ] ~SHA512s are updated for each updated download.~
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version.~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-04-09 12:16:18 -04:00
Alexis La Goutte
4920c80ea9
[nghttp2] update to 1.61.0 (#38023)
Fix CVE-2024-28182
https://github.com/nghttp2/nghttp2/security/advisories/GHSA-x6x3-gv8h-m57q

Remove no longer needed no-tests.path, there is now an build option for
disable TESTING
2024-04-09 11:24:19 -04:00
Alon Regev
bc00d6028f
[nethost] Bump to .NET 8.0.3 (#37865) 2024-04-03 16:15:00 -07:00
Cheney Wang
740c7e31b0
[nanopb] update to 0.4.8 (#37619) 2024-03-28 13:57:12 -07:00
Jia Yue Hua
7989da9b9a
[nss] update to 3.99 (#37641) 2024-03-25 15:54:30 -07:00
Thomas1664
2a80329d59
[nghttp2] Update to 1.60.0 (#37668) 2024-03-25 15:37:54 -07:00
Jia Yue Hua
3ba907211b
[neargye-semver] update to 0.3.1 (#37675) 2024-03-25 15:36:09 -07:00
Eric Kilmer
9b11c9db80
[nanobind] New port (#35488) 2024-03-21 19:29:04 -07:00
Billy O'Neal
898b728edc
Update vcpkg-tool to 2024-03-14. (#37492)
https://github.com/microsoft/vcpkg-tool/releases/tag/2024-03-14
2024-03-19 16:49:04 -07:00
ZYXeeker
49e80bf57c
[nanomsg] Update nanomsg_BINDIR check (#37529) 2024-03-19 13:11:58 -07:00
Jia Yue Hua
72c38122da
[nameof] update to 0.10.4 (#37308)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-12 14:59:05 -07:00
Jia Yue Hua
44556b963b
[nanomsg] update to 1.2.1 (#37311)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:11:21 -07:00
Jia Yue Hua
097cbe6350
[numactl] update to 2.0.18 (#37321)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:11:08 -07:00
Jia Yue Hua
c79212bf6e
[nss] update to 3.98 (#37323)
- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~The "supports" clause reflects platforms that may be fixed by
this new version~
- [ ] ~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- [ ] ~Any patches that are no longer applied are deleted from the
port's directory.~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
2024-03-11 13:07:56 -07:00
Lily Wang
a5d9b1fb10
[nng] Update to 1.7.3 (#37248)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes #37241.
All features passed with following triplets:
```
x86-windows
x64-windows
x64-windows-static
```
Usage test passed on `x64-windows`.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->



- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.



<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

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

END OF NEW PORT CHECKLIST (delete this line) -->

---------

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2024-03-07 22:48:30 -08:00
Alexander Neumann
7965f915f8
[nlopt] fix paths in cmake config being one too deep (#37236) 2024-03-07 22:03:48 -08:00
Cheney Wang
716f70cce3
[nu-book-zxing-cpp] update to 2.2.1 (#37027)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->
Fixes https://github.com/microsoft/vcpkg/issues/37017

No feature need to be tested.
<!-- If you are still working on the PR, open it as a Draft:
https://github.blog/2019-02-14-introducing-draft-pull-requests/. -->

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [x] SHA512s are updated for each updated download.
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version.~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.


<!-- If this PR adds a new port, please uncomment and fill out this
checklist:

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

END OF NEW PORT CHECKLIST (delete this line) -->
2024-03-01 15:03:39 -08:00
Kai Pastor
a6bb03dedf
[netcdf-c] Fix static linkage of libm (#36951)
Ensure that static CRT linkage actually prefers `libm.a`.
2024-02-28 17:11:12 -08:00
jim wang
19444600bf
[ncnn] Update to 20240102 (#35978)
Fixes https://github.com/microsoft/vcpkg/issues/35977

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md)
- [X] SHA512s are updated for each updated download
- [ ] ~~The "supports" clause reflects platforms that may be fixed by
this new version~~
- [ ] ~~Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~~
- [ ] ~~Any patches that are no longer applied are deleted from the
port's directory.~~
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.


Usage test pass with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
2024-02-21 22:12:25 -08:00
Justen Di Ruscio
441831b902
[neargye-semver] use find-package support in vcpkg port (#36862)
Originally, this port copied the single header provided by the upstream
into the install destination. This required consumers to use the package
via `find_path(semver.hpp)`, which is less robust, is inconsistent, and
doesn't use targets.

These changes update the vcpkg port to leverage the config-file package
offered by [neargye/semver](https://github.com/Neargye/semver). With
this, consumers use the package through `find_package(neargye-semver
CONFIG), and the target `semver::semver`.

- [x] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- ~[ ] SHA512s are updated for each updated download.~
- ~[ ] The "supports" clause reflects platforms that may be fixed by
this new version.~
- ~[ ] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.~
- ~[ ] Any patches that are no longer applied are deleted from the
port's directory.~
- [x] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [x] Only one version is added to each modified port's versions file.
2024-02-21 09:28:24 -08:00
Kai Pastor
50e31cc20e
[nanosvg] Update (#36799)
plus minor portfile changes.
2024-02-17 01:18:24 -08:00
Alexander Neumann
2302ee8de0
[netgen] make usable (#36657)
* [netgen] update, add python feature and fix dll loader error.

* format manifest

* v db
2024-02-08 22:56:21 -08:00
Jia Yue Hua
0eaccffc2d
[numactl] update to 2.0.17 (#36414)
* [numactl] update to 2.0.17

* [numactl] update to 2.0.17
2024-01-29 11:46:43 -08:00
Alexis La Goutte
96b4a81988
[ngtcp2] Update to 1.2.0 (#36388) 2024-01-26 09:40:04 -08:00
Alexis La Goutte
27f1235c73
[nghttp2] update to 1.59.0 (#36297) 2024-01-22 10:57:41 -08:00
Alexander Neumann
0258ea3338
[netgen] occ 7.8 fix (#36259)
* remove accidental , from patch

* [netgen] fix build with occ 7.8

* bump port version

* v db
2024-01-19 12:29:00 -08:00
Saad
234d20e484
[nanojsonc] Add new port (#34909)
* Create nanojson (JSON Parser for C/C++)

Event-Driven JSON Parser for C/C++

* Creating nanojson port

Event-Driven JSON Parser for C/C++

* init

* update nanojson

* update sha512

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

* update version

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

* update copy license

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

* update dependencies

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

* update vcpkg

* update license filename

* deleted license

* update

* update hash

* update

* update

* update

* [saadshams-nanojson] Add new port

* update version

* never agreed to the name, it was published without consent

* rebranded as nanojsonc

* update hash

* update

* update

* update

* format vcpkg.sjon

* update version

* update version

* update

* update

* update

* update

* fix error

* update version

* update

* update

* update

fixed share

* update

* update

* formating vcpkg.json

* update version

* additional empty line

* update version

---------

Co-authored-by: Alexander Neumann <30894796+Neumann-A@users.noreply.github.com>
Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-17 15:40:23 -08:00
Alexander Neumann
763a397e30
[netgen] add new port (#31288)
* [netgen] add new port

* v db

* fix config path for linux

* v db

* add supports

* figure out CI error

* fix the path correctly

* v db

* fix install layout

* v db

* more cleanup

* v db

* fix cmake usage and missing filesystem include

* v db

* disable parallel configure

* v db

* update to latest tag

* v db

* control cmake install loc

* v db

* more install control for mac

* v db

* more mac fixes

* v db

* remove old version

* replace cgns patch

* v db

---------

Co-authored-by: vzhli17 <v-zhli17@microsoft.com>
2024-01-16 15:04:21 -08:00
Mengna Li
e45bb5052f
update to 1.6.0 (#35749) 2023-12-18 13:26:22 -08:00
Ali Saki
a78464841a
[node-api-headers/node-addon-api] update node-api-headers to 1.1.0, and update node-addon-api to 7.0.0 (#35658)
* [node-api-headers] update to version 1.1.0

* [node-addon-api] update to version 7.0.0

* Update version database
2023-12-15 15:33:44 -08:00
Kent
efe9c8a3e3
[nlohmann-json] version 3.11.3 (#35385)
* nlohmann-json version 3.11.3

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

* Update ports/nlohmann-json/portfile.cmake

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

* Update nlohmann-json.json

---------

Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com>
2023-12-01 02:13:48 -08:00
Mengna Li
e13d13cf84
update to 1.5.1 (#35388) 2023-11-28 21:40:40 -08:00
Alexis La Goutte
79156b6b93
[ngtcp2] Update to 1.1.0 (#35362) 2023-11-27 22:45:48 -08:00
Alexis La Goutte
71283c8cd4
[nghttp3] udpdate to 1.1.0 (#35364) 2023-11-27 22:43:33 -08:00
autoantwort
cd5e746ec2
[nanodbc] no uwp (#35251) 2023-11-23 22:54:52 -08:00
autoantwort
8a098f6b33
[nana] no uwp (#35254) 2023-11-22 14:33:28 -08:00
Henrik Gaßmann
47a7913e51
[ned14-internal-quickcpplib] Update to 2023-11-22 (#35266) 2023-11-22 14:29:26 -08:00
Julian Xhokaxhiu
dfbe9e7652
[nethost] Bump to 8.0.0 (#35158)
* [nethost] Bump to 8.0.0

* vcpkg x-add-version --all

* Apply suggestions in PR

* vcpkg x-add-version --all

* Fix license install

* vcpkg x-add-version --all

* Apply suggestions in PR

* vcpkg x-add-version --all
2023-11-21 18:59:24 -08:00
Aleksei Shpakovskii
7a1e53592c
[nayuki-qr-code-generator] add license (#35155)
* [nayuki-qr-code-generator] add license

* Update version database
2023-11-16 19:44:41 -08:00
Jia Yue Hua
7085a5eaf2
[nuspell] update to 5.1.4 (#35132)
* [nuspell] update to 5.1.4

* [nuspell] update to 5.1.4
2023-11-16 12:49:12 -08:00
Jia Yue Hua
2b14b606ce
[numcpp] update to 2.12.1 (#35102)
* [numcpp] update to 2.12.1

* [numcpp] update to 2.12.1
2023-11-14 17:09:51 -08:00
Henrik Gaßmann
426dcc68e0
[llfio,ned14-internal-quickcpplib,outcome,status-code] Update to 2023-11-06 (#34935)
* [ned14-internal-quickcpplib] Update to 2023-11-06

* [status-code] Update to 2023-11-0

* [outcome] Update to 2.2.7

* [llfio] Update to 2023-11-06

* Update version database

* [outcome,llfio] Fix find_dependency usage
2023-11-14 13:11:02 -08:00
Jia Yue Hua
4e17591500
[nsync] update to 1.26.0 (#35037)
* [nsync] update to 1.26.0

* [nsync] update to 1.26.0
2023-11-14 12:56:13 -08:00
Jia Yue Hua
17c58325f4
[numactl] update to 2.0.16 (#35038)
* [numactl] update to 2.0.16

* [numactl] update to 2.0.16
2023-11-14 12:55:52 -08:00
autoantwort
c75ff8cf3b
[nng] no uwp (#35045) 2023-11-14 00:25:44 -08:00
MonicaLiu
9868b80bef
[ncnn] Update to 20231027 (#35016)
* update ncnn

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-10 11:24:39 -08:00
Alexis La Goutte
7474066ca4
[nghttp2] update to 1.58.0 (#34819) 2023-10-31 11:56:04 -07:00
Alexis La Goutte
d6eb444c39
[ngtcp2] Update to 1.0.1 (#34698) 2023-10-25 07:09:43 -07:00
Alexis La Goutte
cd3504e210
[ngtcp2] update 1.0.0 (#34527) 2023-10-18 10:07:58 -07:00
Alexis La Goutte
c1081fe6df
[nghttp3] update to 1.0.0 (#34528) 2023-10-17 10:36:38 -07:00