Commit Graph

51 Commits

Author SHA1 Message Date
jim wang
ec0082b85d
[yyjson] Update to 0.9.0 (#38889)
Fixes https://github.com/microsoft/vcpkg/issues/38868

- [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 triplet:

```
x64-windows
```
2024-05-27 14:34:10 -07:00
Fabian Wosar
b781a5aeb3
[yara] Update yara to version 4.5.1 (#38942)
- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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-05-27 14:27:38 -07:00
Jean-Louis Leroy
87d5f800a6
[yomm2] update to 1.5.2 (#38950)
- [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.~
- [x] 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.

Co-authored-by: Jean-Louis Leroy <jll63@users.noreply.github.com>
2024-05-27 14:24:04 -07:00
jim wang
022e486108
[yara] Update to 4.5.0 (#38645)
Fixes https://github.com/microsoft/vcpkg/issues/38622

- [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.

All features passed with following triplets:

```
x86-windows
x64-windows
x64-windows-static
```
2024-05-09 12:32:57 -07:00
Fabien Péan
835a0dd483
[yomm2] Update to v1.5.1 (#38450)
- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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-29 09:07:01 -04:00
Fabien Péan
2588f9a438
[yomm2] Update to 1.5.0 (#38302)
- [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.
- [x] The "supports" clause reflects platforms that may be fixed by this
new version.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] 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.

@jll63 I was not sure I could push on your branch so I made the separate
PR
2024-04-23 13:55:14 -04:00
Bruce Mitchener
27dad96edd
[yoga] Update to 3.0.2 (#37507) 2024-03-29 16:54:21 -07:00
Bruce Mitchener
a58271747f
[yoga] Enable for uwp (#36705) 2024-02-13 15:33:39 -08:00
Bruce Mitchener
541cee663d
[yoga] Update to 2.0.1 (#36234) 2024-01-19 11:57:07 -08:00
Pierre Wendling
47e01f3ea4
[yaml-cpp] Update patch with upstream fixes. (#35058)
The patch from https://github.com/jbeder/yaml-cpp/pull/1242 fixes
loading the CMake config multiple times.
2023-11-14 12:41:42 -08:00
autoantwort
b633a4696a
[yara] no uwp (#35004) 2023-11-10 13:32:20 -08:00
Pierre Wendling
e9fba6ac4f
[yaml-cpp] Update to 0.8.0 (#33223)
* [yaml-cpp] Update to 0.8.0.

- The config path has changed to `lib/cmake/yaml-cpp`.
- pkg-config files are installed to `lib/pkgconfig`.
- dll.h uses a new variable for control and should be patched outside
of Windows.

* [yaml-cpp] Backport CMake fixes from upstream.

The patch is a shortened version from:
https://github.com/jbeder/yaml-cpp/pull/1212

It fixes issues with downstream projects using the old target, and makes
the CMake config more easily relocatable.

The patch was rebased on the 0.8.0 release, and the CI and tests bits
were omitted.

* [yaml-cpp] Update baseline.
2023-11-01 12:40:17 -07:00
Jia Yue Hua
db0473513e
[yyjson] update to 0.8.0 (#34003) 2023-09-27 01:29:54 -07:00
Fabien Péan
cacce66afe
[yomm2] Fix DLL install for x64-windows (#33970)
* [yomm2] fix install for `x64-windows`

* [yomm2] v db
2023-09-25 23:42:15 -07:00
Fabien Péan
0a50c9623b
[yomm2] Update to v1.4.0 (#33509)
* [yomm2] Update to version 1.4.0

* [yomm2] v db
2023-09-18 10:12:53 -07:00
autoantwort
a7ed7c9e10
[yyjson] fix feature writer (#33596) 2023-09-06 23:42:57 -07:00
Weihang Ding
a19f192c53
[yoga] Bump to 2.0.0 (#32927)
* [yoga] Bump to 2.0.0

* update version database
2023-08-04 06:53:58 -07:00
Matt Swann
59faaaf536
[yara] Update yara from 4.3.0 to 4.3.2 (#32003)
* Update yara to 4.3.2

* Update versions list

* Update ports/yara/vcpkg.json

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>

* Update baseline version

* Update port version

---------

Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2023-06-16 20:53:15 -07:00
stellarpower
28dc8b9b2c
[yomm2 ] Bump yomm2 to 1.3.1 (#30028)
Co-authored-by: Ben Southall <bensouthall@smartr.ai>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2023-04-19 12:09:00 -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
Lily Wang
f3472162aa
[yara] Fix feature dotnet build error (#30711)
* [yara] Fix feature dotnet build error

* update version
2023-04-09 21:48:21 -07:00
Lily Wang
9eb91c199e
[yara] Update to 4.3.0 and add features (#30485)
* [yara] Update to 4.3.0 and add features

* update version

* add patch

* update version

* fix build error

* update version
2023-04-02 21:01:43 -07:00
Jack·Boos·Yu
6aa4fca940
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 5 (#29918)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 5

* version

* typo

* typo

* fix build

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix argument

* version

* Rename argument

* version

* More changes about argument

* wrong op

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-01 10:39:29 -08:00
xiaozhuai, Weihang Ding
43aabb4f9b
[yoga] Bump to 1.19.0+20230215 (#29666)
* [yoga] Bump to 1.19.0+20230215

* update version database
2023-02-16 10:36:56 -08:00
myd7349
96f43232a6
[yyjson] Update to 0.6.0 (#28746)
* [yyjson] Bump to 0.6.0

* [yyjson] Bump version
2023-01-07 01:12:34 -08:00
Matt Swann
521611caa7
[yara] Update to 4.2.3 to resolve security vulnerability (#26770)
* Update yara version

* Update ref to v4.2.3

* Update portfile.cmake

Update SHA512 hash with value from build

* Update versions to 4.2.3 per x-add-version
2022-09-13 16:40:10 -07:00
Jack·Boos·Yu
7f49d67ef8
[vcpkg baseline][yasm/vcpkg-tool-ninja] Fix build (#25678)
* [yasm/vcpkg-tool-ninja] Fix build

* version
2022-07-11 16:24:23 -07:00
Jack·Boos·Yu
944c880fcb
[yasm] Fix supports expression value (#25573)
* [yasm] Fix support expression value

* typo

* version

* Add license

* version

* fix arm crossbuild

* version

* Fix install build tools

* version
2022-07-06 13:57:34 -07:00
myd7349
d656cf0dff
[yyjson] Update to 0.5.1 (#25582)
* [yyjson] Update to 0.5.1

* [yyjson] Bump version
2022-07-06 13:51:39 -07:00
Cheney Wang
517adc7517
[yoga] Add unofficial-yoga-config.cmake (#25417)
* [yoga] Add unofficial-yoga-config.cmake

* x-add-version

Co-authored-by: Cheney-Wang <v-xincwa@microsoft.com>
2022-07-05 15:52:53 -07:00
myd7349
018b48e777
[yyjson] Update to 0.5.0 (#24979)
* [yyjson] Update to 0.5.0

* [yyjson] Bump version
2022-05-31 15:14:16 -07:00
chausner
f368d0dfaa
[yyjson] Update to 0.4.0 (#24392)
* Update yyjson to 0.4.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2022-04-25 17:25:42 -07:00
JonLiu1993
89e00e66f7
[yara ] update to v4.2.0 (#23901)
* [yara ] update to v4.2.0

* update version

* modern function

* update version
2022-04-01 14:31:35 -07:00
autoantwort
2e82d5e958
[yato] fix arm build by updating (#23406) 2022-03-11 11:20:56 -08:00
Jack·Boos·Yu
b7a1088ae9
[yasm/yasm-tool] Incorporate yasm-tool into yasm (#23218)
* [yasm/yasm-tool] Incorporate yasm-tool into yasm

* version

* Fix merge issue

* version

* Add missing dependency feature

* version

* Apply suggestions

* version
2022-02-24 10:50:02 -08:00
Jack·Boos·Yu
53586bf9c9
[yajl] Update REF and SHA512 (#23157)
* [yajl] Update REF and SHA512

* version

* use port vcpkg-cmake and fixup pkgconfig

* version
2022-02-18 14:55:55 -08:00
Billy O'Neal
c9e786d81a
[many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
* Bulk remove vcpkg_fail_port_install calls.

Interesting ones have been split out into separate reviews, where "interesting" means "anything more than just deleting the call to vcpkg_fail_port_install",

In support of https://github.com/microsoft/vcpkg/pull/21502

* Update version database.

* Revert google benchmark changes already submitted as https://github.com/microsoft/vcpkg/pull/22728

* Repair version database.
2022-01-25 10:31:15 -08:00
Jack·Boos·Yu
37b323648a
[yasm] Fix feature tools (#19162)
* [yasm] Fix feature tools

* version

* update baseline

* fix arm build, add host dependency

* version

* Fix desc

* update baseline

* Remove arm fix patch

* version

* Fix build, apply suggestions

* version

* Add line break

* version

* Set tools as a feature

* version

* Remove remaining ci.baseline.txt entry.

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-12-08 13:13:43 -08:00
chausner
0240958532
[yas] Update to 7.1.0 (#20497)
* Update yas to 7.1.0

* Update CI baseline

Co-authored-by: chausner <chausner@users.noreply.github.com>
2021-10-04 17:13:23 -07:00
chausner
7d7653bcd2
[yoga] Update to 1.19.0 (#20330)
* Update yoga to 1.19.0

* Update CI baseline

* Change version-string to version-semver

Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>

* Update git-tree hash

* Update yoga.json

* Use version instead of version-semver as yoga doesn't document that they follow semver.

Co-authored-by: chausner <chausner@users.noreply.github.com>
Co-authored-by: Phoebe <20694052+PhoebeHui@users.noreply.github.com>
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
2021-09-28 11:48:38 -07:00
Billy O'Neal
b295670e4b
Bulk convert control files. (#19986)
```
function Convert-Control {
    Param($full)
    .\vcpkg.exe format-manifest $full
    $root = $full.Substring(0, $full.Length - 7) # CONTROL
    $new = $root + 'vcpkg.json'
    $content = Get-Content -Raw $new
    $asJson = ConvertFrom-Json $content -AsHashtable -Depth 100
    $oldVersion = $asJson['port-version']
    if ($null -eq $oldVersion) {
        $oldVersionFull = $asJson['version-string']
        Write-Host "Got version $oldVersionFull"
        $match = [System.Text.RegularExpressions.Regex]::Match($oldVersionFull, '^(.+)-(\d+)$')
        if ($match.Success -and -not [System.Text.RegularExpressions.Regex]::IsMatch($oldVersionFull, '^\d\d\d\d-\d\d-\d\d$')) {
            $newFullVersion = [string]$match.Groups[1].Value
            $oldVersion = [int]$match.Groups[2].Value
            Write-Host "newFullVersion $newFullVersion oldVersion $oldVersion"
            $newVersion = $oldVersion + 1
            $asJson['version-string'] = $newFullVersion
            Write-Host "Previous version for $full extracted from version field -- setting version-string $newFullVersion and port-version $newVersion"
        } else {
            Write-Host "No previous version for $full -- setting 1"
            $newVersion = 1
        }
    } else {
        $newVersion = [int]$oldVersion + 1
        Write-Host "New version for $full : $newVersion"
    }

    $asJson['port-version'] = $newVersion

    $content = ConvertTo-Json $asJson -Depth 100
    Set-Content -Path $new -Value $content
    .\vcpkg.exe format-manifest $new
}

Get-ChildItem ports\CONTROL -Recurse | Foreach-Object {
    Convert-Control $_.FullName
}

git commit -am "this message"
.\vcpkg.exe x-add-version -all
git commit -a --amend
```
2021-09-09 01:24:04 -07:00
autoantwort
8307923c6a
[yaml-cpp] fix cmake and pkgconfig files (#19703) 2021-09-07 14:17:18 -07:00
autoantwort
be456649fd
[yaml-cpp] update to 0.7.0 (#19272)
* [yaml-cpp] update to 0.7.0

* [opencolorio] update to 2.0.1

* [openimageio] Update to 2.2.17.0

* [pystring] move header to pystring subfolder

* add version files
2021-08-10 01:11:41 -07:00
henriblMSFT
7fac0dc144
[YARA] update to 4.1.1 (#18977)
* [YARA] update to 4.1.1

* Add baseline frrom .\vcpkg.exe x-add-version yara
2021-07-22 14:23:35 -07:00
myd7349
d955e62d7e
[yyjson] Update to v0.3.0 (#18359)
* [yyjson] Update to 0.3.0

* [yyjson] vcpkg x-add-version yyjson
2021-06-15 11:53:18 -07:00
Jafar Abdi
805a02fe99
[yaml-cpp] Fix visibility attribute for ubuntu (#17728)
* Replace YAML_CPP_DLL with 1 iff the library is build as shared library & target is windows

* Update port version

* Run x-add-version
2021-06-10 11:26:29 -07:00
Fabien Péan
5c847acb56
[yomm2] new port (#17886) 2021-05-26 10:33:43 -07:00
nicole mazzuca
49b67d9cb8
[yasm-tool] Migrate to Host Dependencies (#16478)
* [yasm-tool] Fix usage of port to be host dependencies

This allows mpg123, nettle, and gmp to support non-x86 windows manifest mode

* fix gmp

* oops

* versions update
2021-05-21 11:56:32 -07:00
JonLiu1993
81610d74c8
[YARA] update to 4.1.0 (#17551)
* [YARA] update to 4.1.0

* version update
2021-05-21 01:16:52 -07:00
myd7349
2f03bdc3f0
[yyjson] Add new port (#17201)
* [yyjson] Add new port

* [yyjson] Add version file

* [yyjson] Patch CMakeLists.txt

* [yyjson] Overwrite version

* [yyjson] Copy pdb files

* [yyjson] Overwrite version

* [yyjson] Fix UWP build

* [yyjson] Overwrite version

* [yyjson] Fix patch encoding

* [yyjson] Overwrite version

* [yyjson] Update to 2021-04-12

* [yyjson] Bump version

* [yyjson] Update versions/y-/yyjson.json

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>

* [yyjson] Modernize

* [yyjson] Overwrite version

* [yyjson] Modernize

* [yyjson] Overwrite version

Co-authored-by: Adam Johnson <AdamJohnso@gmail.com>
2021-04-29 14:02:08 -07:00