vcpkg/versions/f-
c8ef dd1baa1301
[folly, fizz, wangle, proxygen, mvfst, fbthrift, cachelib] update to 2024.04.15 (#38279)
<!-- If your PR fixes issues, please note that here by adding "Fixes
#NNNNNN." for each fixed issue on separate lines. -->

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


<!-- 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) -->

---

1. Apologies for the _huge_ PR, but these packages are interdependent,
making it difficult to separate them into individual PRs.
2. The main focus of this PR is to update the following ports: folly,
fizz, wangle, proxygen, mvfst, and fbthrift. Additionally, rsocket needs
to be updated due to its reliance on folly. It is concerning that
rsocket has not been updated since 2021, while folly is actively
developed and maintained.
3. This PR also consolidates some patches into a single one, as some
patches modify the same file.
4. I need to include the cachelib package in the CI baseline file
because it depends on the libaio system package. I can achieve a
successful build locally when libaio is installed. Note that cachelib is
also updated to the latest available version.

```
$ sudo apt search libaio
Sorting... Done
Full Text Search... Done
libaio-dev/mantic,now 0.3.113-5 amd64 [installed]
  Linux kernel AIO access library - development files

libaio1/mantic,now 0.3.113-5 amd64 [installed,automatic]
  Linux kernel AIO access library - shared library
$ vcpkg install cachelib
Computing installation plan...
The following packages will be built and installed:
    cachelib:x64-linux@2024.04.15.00
  * fbthrift:x64-linux@2024.04.15.00
  * fizz:x64-linux@2024.04.15.00
  * folly[core,libaio,zlib]:x64-linux@2024.04.15.00
  * mvfst:x64-linux@2024.04.15.00
  * wangle:x64-linux@2024.04.15.00
Additional packages (*) will be modified to complete this operation.
Detecting compiler hash for triplet x64-linux...
Restored 0 package(s) from /home/miao/.cache/vcpkg/archives in 14.9 us. Use --debug to see more details.
Installing 1/6 folly[core,libaio,zlib]:x64-linux@2024.04.15.00...
Building folly[core,libaio,zlib]:x64-linux@2024.04.15.00...
-- Using cached facebook-folly-v2024.04.15.00.tar.gz.
-- Cleaning sources at /home/miao/vcpkg/buildtrees/folly/src/4.04.15.00-b80a213ee9.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/miao/vcpkg/downloads/facebook-folly-v2024.04.15.00.tar.gz
-- Applying patch disable-non-underscore-posix-names.patch
-- Applying patch boost-1.70.patch
-- Applying patch fix-windows-minmax.patch
-- Applying patch fix-deps.patch
-- Applying patch disable-uninitialized-resize-on-new-stl.patch
-- Applying patch fix-unistd-include.patch
-- Using source at /home/miao/vcpkg/buildtrees/folly/src/4.04.15.00-b80a213ee9.clean
-- Found external ninja('1.11.1').
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/miao/vcpkg/packages/folly_x64-linux/share/folly/copyright
-- Fixing pkgconfig file: /home/miao/vcpkg/packages/folly_x64-linux/lib/pkgconfig/libfolly.pc
-- Fixing pkgconfig file: /home/miao/vcpkg/packages/folly_x64-linux/debug/lib/pkgconfig/libfolly.pc
-- Performing post-build validation
Stored binaries in 1 destinations in 17 s.
Elapsed time to handle folly:x64-linux: 6.3 min
folly:x64-linux package ABI: ce6dd8349631a07b047b6242099b65accab633afe713705b0da435414bc119c2
Installing 2/6 fizz:x64-linux@2024.04.15.00...
Building fizz:x64-linux@2024.04.15.00...
-- Using cached facebookincubator-fizz-v2024.04.15.00.tar.gz.
-- Cleaning sources at /home/miao/vcpkg/buildtrees/fizz/src/4.04.15.00-d535f4a534.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/miao/vcpkg/downloads/facebookincubator-fizz-v2024.04.15.00.tar.gz
-- Applying patch fix-build.patch
-- Using source at /home/miao/vcpkg/buildtrees/fizz/src/4.04.15.00-d535f4a534.clean
-- Found external ninja('1.11.1').
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/miao/vcpkg/packages/fizz_x64-linux/share/fizz/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 3.1 s.
Elapsed time to handle fizz:x64-linux: 2 min
fizz:x64-linux package ABI: 844ba8f534cdb73330de3ba6c4c7429635035d093395152a1bb7daeb4cd3f511
Installing 3/6 mvfst:x64-linux@2024.04.15.00...
Building mvfst:x64-linux@2024.04.15.00...
-- Using cached facebook-mvfst-v2024.04.15.00.tar.gz.
-- Cleaning sources at /home/miao/vcpkg/buildtrees/mvfst/src/4.04.15.00-aab79f192b.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/miao/vcpkg/downloads/facebook-mvfst-v2024.04.15.00.tar.gz
-- Using source at /home/miao/vcpkg/buildtrees/mvfst/src/4.04.15.00-aab79f192b.clean
-- Found external ninja('1.11.1').
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/miao/vcpkg/packages/mvfst_x64-linux/share/mvfst/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 9.3 s.
Elapsed time to handle mvfst:x64-linux: 5.4 min
mvfst:x64-linux package ABI: 742b1e47a5108adac566ae4ad787e73fb4ac3d1dac7c0ab290056a8884ec8585
Installing 4/6 wangle:x64-linux@2024.04.15.00...
Building wangle:x64-linux@2024.04.15.00...
-- Using cached facebook-wangle-v2024.04.15.00.tar.gz.
-- Cleaning sources at /home/miao/vcpkg/buildtrees/wangle/src/4.04.15.00-d032e08eb3.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/miao/vcpkg/downloads/facebook-wangle-v2024.04.15.00.tar.gz
-- Applying patch fix-config-cmake.patch
-- Applying patch fix_dependency.patch
-- Using source at /home/miao/vcpkg/buildtrees/wangle/src/4.04.15.00-d032e08eb3.clean
-- Found external ninja('1.11.1').
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/miao/vcpkg/packages/wangle_x64-linux/share/wangle/usage
-- Installing: /home/miao/vcpkg/packages/wangle_x64-linux/share/wangle/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 2 s.
Elapsed time to handle wangle:x64-linux: 1.4 min
wangle:x64-linux package ABI: 25eecbd80463fb623b986e0a839d936bdb7ce84418cfbb122b7c6a18f9298da8
Installing 5/6 fbthrift:x64-linux@2024.04.15.00...
Building fbthrift:x64-linux@2024.04.15.00...
-- Using cached facebook-fbthrift-v2024.04.15.00.tar.gz.
-- Cleaning sources at /home/miao/vcpkg/buildtrees/fbthrift/src/4.04.15.00-676cd7c3b0.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/miao/vcpkg/downloads/facebook-fbthrift-v2024.04.15.00.tar.gz
-- Applying patch fix-glog.patch
-- Applying patch 0002-fix-dependency.patch
-- Using source at /home/miao/vcpkg/buildtrees/fbthrift/src/4.04.15.00-676cd7c3b0.clean
-- Found external ninja('1.11.1').
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/miao/vcpkg/packages/fbthrift_x64-linux/share/fbthrift/copyright
-- Adjusted RPATH of '/home/miao/vcpkg/packages/fbthrift_x64-linux/tools/fbthrift/thrift1' (From '/home/miao/vcpkg/packages/fbthrift_x64-linux/lib' -> To '$ORIGIN:$ORIGIN/../../lib')
-- Performing post-build validation
Stored binaries in 1 destinations in 22 s.
Elapsed time to handle fbthrift:x64-linux: 16 min
fbthrift:x64-linux package ABI: 1bc7f81cd065c797e1272ed12b0d101f500ec31707185b183489f16e17224410
Installing 6/6 cachelib:x64-linux@2024.04.15.00...
Building cachelib:x64-linux@2024.04.15.00...
-- Using cached facebook-CacheLib-v2024.04.15.00.tar.gz.
-- Cleaning sources at /home/miao/vcpkg/buildtrees/cachelib/src/4.04.15.00-467d8fff12.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/miao/vcpkg/downloads/facebook-CacheLib-v2024.04.15.00.tar.gz
-- Applying patch fix-build.patch
-- Applying patch fix-glog.patch
-- Using source at /home/miao/vcpkg/buildtrees/cachelib/src/4.04.15.00-467d8fff12.clean
-- Found external ninja('1.11.1').
-- Configuring x64-linux
-- Building x64-linux-dbg
-- Building x64-linux-rel
-- Installing: /home/miao/vcpkg/packages/cachelib_x64-linux/share/cachelib/copyright
-- Performing post-build validation
Stored binaries in 1 destinations in 9.2 s.
Elapsed time to handle cachelib:x64-linux: 6.8 min
cachelib:x64-linux package ABI: eb476b6caf2174b1be9ef3564cc9ba66c4ca2bc11e44545b090f5e3349669704
Total install time: 38 min
cachelib provides CMake targets:

  # this is heuristically generated, and may not be correct
  find_package(cachelib CONFIG REQUIRED)
  # note: 2 additional targets are not displayed.
  target_link_libraries(main PRIVATE cachelib cachelib_shm cachelib_navy cachelib_common)
```
2024-04-25 09:17:39 -04:00
..
faad2.json [faad2] Update to 2.11.1 (#36646) 2024-02-08 22:49:56 -08:00
fadbad.json [many-ports] Don't use deprecated functions (autogenerated) (#26981) 2023-04-13 09:13:15 -07:00
faiss.json Update faiss to v1.7.4 (#31974) 2023-06-13 14:32:45 -07:00
fakeit.json [fakeit] Fix fakeit build (#36195) 2024-01-24 15:28:41 -08:00
fameta-counter.json [fameta-counter] New port (#34066) 2023-09-28 22:57:05 -07:00
fann.json [fann] update to 2023-01-26 (#34136) 2023-10-12 10:58:46 -07:00
farmhash.json [many ports] Fix URLS of download patch (#33309) 2023-08-23 12:03:24 -07:00
fast-cpp-csv-parser.json [vcpkg baseline][libcsv, fast-cpp-csv-parser] Fix conflicts (#28978) 2023-01-16 12:03:37 -08:00
fast-float.json [fast-float] update to 6.1.1 (#37662) 2024-03-25 15:35:09 -07:00
fastcdr.json [fastcdr] update to 1.1.0 (#34049) 2023-09-27 01:23:29 -07:00
fastcgi.json [OpenJPEG] Update to 2.5.0 (#24734) 2022-05-19 14:43:34 -07:00
fastfeat.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
fastgltf.json [fastgltf] Update to 0.7.1 (#37100) 2024-03-05 23:39:44 -08:00
fastio.json [fastio] Update to 2023-11-06 (#35596) 2023-12-12 01:15:07 -08:00
fastlz.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
fastor.json [fastor] no absolute paths (#21702) 2021-11-29 16:47:55 -08:00
fastrtps.json [fastrtps] Fix mac address overflow (#34867) 2023-12-04 16:38:12 -08:00
faudio.json [faudio] new port (#37157) 2024-03-11 20:56:31 -07:00
fawdlstty-libfv.json [libfv] update libfv version to v0.0.8 (#26210) 2022-08-08 11:55:40 -07:00
fbgemm.json update asmjit, fbgemm, polyhook2, start asmtk (#27683) 2023-04-10 19:27:41 -07:00
fbthrift.json [folly, fizz, wangle, proxygen, mvfst, fbthrift, cachelib] update to 2024.04.15 (#38279) 2024-04-25 09:17:39 -04:00
fcl.json [fcl] Fix fcl 0.7.0 does not configure if Doxygen is found (#21155) 2021-11-04 10:46:05 -07:00
fdk-aac.json [fdk-aac] Add restriction feature he-aac does not support Android platform (#36891) 2024-02-22 10:23:06 -08:00
fdlibm.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
ffmpeg.json [ffmpeg] OpenSSL feature requires LGPL v3, not non-free license (#36879) 2024-02-28 17:21:05 -08:00
ffnvcodec.json [ffnvcodec] update to 12.1.14.0 (#37322) 2024-03-11 13:10:54 -07:00
fftw3.json [fftw3] Fix build, cleanup (#32999) 2023-08-09 10:25:30 -07:00
fftwpp.json [many ports] Update HTTP to HTTPS links where it can be done safely. (#20464) 2022-01-12 12:13:55 -08:00
field3d.json [many ports] remove remaining vcpkg_fail_port_install calls. (#22770) 2022-01-25 10:31:15 -08:00
fineftp.json [fineftp] add new port fineftp-v1.3.4 (#31435) 2023-05-16 10:37:37 -07:00
fins.json [fins] add libfins (#32795) 2023-08-04 07:16:04 -07:00
fixed-string.json [fixed-string] Update to 0.1.1 (#24188) 2022-04-18 14:48:16 -07:00
fizz.json [folly, fizz, wangle, proxygen, mvfst, fbthrift, cachelib] update to 2024.04.15 (#38279) 2024-04-25 09:17:39 -04:00
flagpp.json [flagpp] Add a new port (#34822) 2023-11-01 12:55:08 -07:00
flann.json [flann] Fix pop_t is not defined under non-gunc platform. (#32468) 2023-07-11 23:52:27 -07:00
flash-runtime-extensions.json [flash-runtime-extensions] no absolute paths (#22717) 2022-01-26 15:34:16 -08:00
flashlight-cpu.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
flashlight-cuda.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
flashlight-sequence.json [flashlight-sequence] New port (#31914) 2023-06-13 13:40:25 -07:00
flashlight-text.json Delete broken version database entries. (#34078) 2023-09-28 11:15:22 -07:00
flat.json [flat] update to 2022-08-30 (#26589) 2022-08-31 13:37:08 -07:00
flatbuffers.json [flatbuffers] Update to 24.3.25 (#38044) 2024-04-09 11:21:48 -04:00
flatbush.json [flatbush] update to v1.2.0 (#32344) 2023-07-05 11:35:11 -07:00
flecs.json [flecs] Update to 3.2.11 (#36645) 2024-02-07 22:25:37 -08:00
flint.json [flint] update to 2.9.0 (#34143) 2023-10-02 20:00:19 -07:00
fltk.json [fltk] update to 1.3.9 (#35981) 2024-01-03 17:35:11 -08:00
fluidlite.json [fluidlite] update version; add SF3 feature; shared library support (#30954) 2023-04-19 14:33:25 -07:00
fluidsynth.json [fluidsynth] Update to 2.3.5 (#38031) 2024-04-09 11:23:48 -04:00
flux.json [flux] new port (#33407) 2023-09-07 00:04:52 -07:00
fmem.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
fmi4cpp.json [fmi4cpp] Update to 0.8.0 (#20907) 2021-10-21 23:47:32 -07:00
fmilib.json [minizip,xlsxio,fmilib,collada-dom] Minizip fixes, xlsxio update (#30930) 2023-04-25 22:40:19 -07:00
fmt.json [multiple ports] Keep description consistent with upstream (#37998) 2024-04-09 12:10:21 -04:00
folly.json [folly, fizz, wangle, proxygen, mvfst, fbthrift, cachelib] update to 2024.04.15 (#38279) 2024-04-25 09:17:39 -04:00
font-chef.json [font-chef] Update to 1.1.0 (#21398) 2021-11-15 14:32:51 -08:00
font-util.json [font-util] update to 1.4.1 (#34050) 2023-09-28 23:03:01 -07:00
fontconfig.json [fontconfig] Fix FC_TEMPLATEDIR (#34430) 2023-10-13 11:04:39 -07:00
foonathan-lexy.json [foonathan-lexy] Update to v2022.12.1 (#28907) 2023-01-12 22:08:00 -08:00
foonathan-memory.json [foonathan-memory] Fix the conflict of libs that tool depend on (#33651) 2023-10-02 22:01:50 -07:00
forest.json [vcpkg] Rename port_versions to versions (#15784) 2021-01-21 09:53:22 -08:00
forge.json [forge] fix wrong dep (#31008) 2023-04-21 15:54:13 -07:00
foxi.json [foxi] create a new port (#21786) 2021-12-02 19:49:25 -08:00
fp16.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
fplus.json [fplus] update to 0.2.23 (#36999) 2024-02-28 16:40:50 -08:00
freealut.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
freeglut.json [freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391) 2023-12-01 02:13:18 -08:00
freeimage.json [freeimage] Don't depend on default features (#38047) 2024-04-12 10:59:34 -04:00
freeopcua.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00
freerdp.json [freerdp] Install missing parts of CMake config (#37589) 2024-03-21 19:33:00 -07:00
freetds.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
freetype-gl.json [freetype-gl] GLEW as default feature (#35726) 2023-12-18 13:23:13 -08:00
freetype.json [freetype] add subpixel-rendering feature (#37443) 2024-03-26 11:48:55 -07:00
freexl.json [freexl,libspatialite,spatialite-tools] Update, [minizip] Enable DLL, [libkml] Update minizip import (#33044) 2023-08-15 16:31:44 -07:00
fribidi.json [fribidi] Update to 1.0.13 (#34802) 2023-11-02 10:41:36 -07:00
frozen.json [frozen] Update to 1.1.1 (#25151) 2022-06-09 08:57:25 -07:00
frugally-deep.json [frugally-deep] update to 0.15.31 (#36998) 2024-02-28 16:41:19 -08:00
fruit.json [fruit] update to 3.7.1 (#34051) 2023-09-27 01:23:13 -07:00
ftgl.json [ftgl] no absolute paths (#24812) 2022-05-20 14:36:33 -07:00
ftxui.json [ftxui] Update version to 5.0.0 (#33423) 2023-08-29 11:19:17 -07:00
function2.json [function2] update to 4.2.4 (#36347) 2024-01-25 09:33:51 -08:00
functions-framework-cpp.json [functions-framework-cpp] update to 1.2.0 (#34148) 2023-10-02 19:59:01 -07:00
fuzzylite.json [fuzzylite] fix osx build (#25347) 2022-06-21 13:32:54 -07:00
fxdiv.json [many ports]switch to vcpkg-cmake / vcpkg-cmake-config part 2 (#29882) 2023-04-21 14:48:12 -07:00