vcpkg/versions/g-
Dennis 561d171d79
[grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781)
Resolves https://github.com/microsoft/vcpkg/issues/35566

This pr includes https://github.com/microsoft/vcpkg/pull/31159 and
https://github.com/microsoft/vcpkg/pull/35399

Ports changed in this pr:

Most of these changes stem from the fact that protobuf now depends on
abseil and requires c++14 while ports consume protobuf using
`target_link_libraries(lib ${Protobuf_LIBRARIES})` instead of
`target_link_libraries(lib PUBLIC protobuf::libprotobuf)`.

* **abseil** Updated to 03/04/2024 to address MSVC build issue in
openvino
* **arcus** Updated to 4.13.2
* **braft** Patched to use `find_package(Protobuf` instead of custom
FindProtobuf module. also link with `PUBLIC protobuf::libprotobuf)`.
* **brpc** Patch several `target_link_library` calls to include `PUBLIC`
instead of nothing. Patch some warnings that are treated as errors by
some OSX compiler. Patch usage of changed protobuf features most
importantly removal of `SetLogHandler`, tbd whether this patch is
acceptable with upstream.
* **cld3** Use CONFIG to find protobuf to propagate dependent abseil
libs and cxx14 correctly.
* **ecal** Use CONFIG to find protobuf. Use PUBLIC when linking it.
* **gamenetworkingsockets** Add `-DCMAKE_FIND_PACKAGE_PREFER_CONFIG=on`
for protobuf.
* **gz-transport12** Update to fix usage of removed protobuf features.
* **ignition-msgs1/5/6** Remove protobuf version check which is confused
by the duplicate versioning scheme (v25.1 vs. 3.25.1 vs 4.x). Why are we
even maintaining this no longer maintained major version of this port? I
would welcome a more strict policy on removing ports/adding them to
ci.baseline.txt
* **ignition-transport4/8/9** Same as above + cherry-pick a protobuf
deprecation patch.
* **libprotobuf-mutator** Cherry-pick two commits to address altered
protobuf functionality. Add CONFIG and PUBLIC to protobuf handling in
CMake.
* **marble** Explicitly set protobuf to not found since it is not part
of the vcpkg.json but is made available transitively but another
dependency.
* **mysql-connector-cpp** Several CMake changes and removal of
protobuf::SetLogHandler patch.
* **openvino** Find protobuf using CONFIG
* **osgearth** Link libraries using PUBLIC and link with
protobuf::libprotobuf instead of Protobuf_LIBRARIES
* **paraview** Find protobuf using CONFIG and remove version check
* **pulsar-client-cpp** Add protobuf linkage to PULSAR_OBJECT_LIB.
Simplify protoc patch. Remove -Werror.
* **shogun** Update and patch as much as possible. Users are required to
override bitsery version to 4.x to use shogun since it does not support
5.x provided by vcpkg. Therefore add shogun to ci.baseline.txt.
* **srpc** Update and fix static crt linkage. Patch protobuf linkage and
remove hardcoded `-std=c++11` flag. Protobuf requires c++14 and CMake
does not recognize the hardcoded c++11 flag and will therefore not add a
c++14 flag when the compiler uses c++14 by default.
* **upb** Update to align version with protobuf/grpc and use new github
repo. Patch usual CMake mess (they do not support CMake officially)
which should probably be `unofficial-upbConfig.cmake` but I didn't dig
into downstream implications so I kept it at `upbConfig.cmake` as
before.
* **utf8-range** Update to allign version with protobuf.
2024-06-21 13:39:50 -07:00
..
g2o.json [baseline] Fix g2o blas detection (#38135) 2024-04-11 13:20:48 -07:00
g3log.json [g3log] update to 2.4 (#37049) 2024-02-29 23:06:17 -08:00
gainput.json
gamedev-framework.json [gamedev-framework] Update to v1.2.0 (#32702) 2023-07-24 11:30:27 -07:00
gamenetworkingsockets.json
games101-cgl.json [games101-cgl] new port (#31831) 2023-06-14 12:35:23 -07:00
gamma.json
gapp.json [gapp] New port (#35330) 2023-11-27 23:11:18 -08:00
gasol.json
gaussianlib.json [gaussianlib] update to 2023-02-17 (#34154) 2023-10-02 19:51:53 -07:00
gazebo.json [many ports] Fix URLS of download patch (#33309) 2023-08-23 12:03:24 -07:00
gcem.json [gcem] update to 1.17.0 (#34155) 2023-10-02 19:51:40 -07:00
gdal.json [gdal] Update to 3.9.0 (#38333) 2024-05-14 15:31:04 -07:00
gdcm2.json
gdcm.json [gdcm] Update version to 3.0.23 (#38091) 2024-04-15 13:10:43 -04:00
gdk-pixbuf.json [gdk-pixbuf] Update to 2.42.12 (#38789) 2024-05-17 11:57:48 -07:00
gemmlowp.json
genann.json
geogram.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
geographiclib.json [geographiclib] Remove unnecessary and broken cross-compile check. (#35030) 2023-11-16 12:57:06 -08:00
geos.json [geos,libspatialite] Fix various quirks (#35574) 2023-12-12 01:42:45 -08:00
geotrans.json [vcpkg baseline][graphviz/think-cell-range/geotrans] Fix download error (#31772) 2023-07-10 15:20:45 -07:00
getdns.json [getdns] update to 1.7.3 (#34188) 2023-12-14 00:13:36 -08:00
getopt-win32.json [getopt-win32] Bump to 1.1.0.20220925 (#33893) 2023-09-28 23:37:56 -07:00
getopt.json
gettext-libintl.json [gettext-libintl] Link CoreFoundation on apple (#38859) 2024-05-24 19:35:34 -07:00
gettext.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
gettimeofday.json
gflags.json [gflags] Fix release-only build (#35373) 2023-11-28 21:41:58 -08:00
ghc-filesystem.json [ghc-filesystem] update to 1.5.14 (#32462) 2023-07-10 09:53:57 -07:00
gherkin-c.json
giflib.json [giflib] Update to 5.2.2 (#36975) 2024-02-28 17:08:22 -08:00
ginkgo.json [ginkgo] Update version to 1.7.0 (#35028) 2023-11-14 13:04:50 -08:00
gklib.json [gklib] Update, fix android (#37877) 2024-04-01 15:28:40 -07:00
gl2ps.json [freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391) 2023-12-01 02:13:18 -08:00
gl3w.json [gl3w] Support to include GL extensions in header file (#38605) 2024-05-09 13:05:16 -07:00
glad.json
glaze.json [Glaze] Update to v2.6.9 (#39120) 2024-06-06 00:05:32 -07:00
glbinding.json
glew.json
glfw3.json [glfw3] update to 3.4 (#36908) 2024-02-27 00:34:58 -08:00
gli.json
glib-networking.json [gstreamer,libsoup,libpsl,glib-networking] enable soup plugins of gstreamer (#36679) 2024-02-28 18:02:23 -08:00
glib.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
glibmm.json [glibmm] Update to 2.78.1 (#36682) 2024-02-12 14:22:46 -08:00
glm.json [glm] fix clang compile (#39408) 2024-06-20 11:40:36 -07:00
globjects.json
glog.json [glog] update to 0.7.1 (#39405) 2024-06-20 11:40:57 -07:00
gloo.json [gloo] Add array header file (#36988) 2024-02-28 16:49:03 -08:00
glpk.json [glpk] Fix feature build error (#33933) 2024-02-07 22:30:51 -08:00
glslang.json [glslang] update to 14.2.0 (#38638) 2024-05-09 12:59:48 -07:00
glui.json [freeglut,gl2ps,glui,mdl-sdk] Platform support corrections (#35391) 2023-12-01 02:13:18 -08:00
gmime.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
gmmlib.json [gmmlib] update to 22.3.17 (#36370) 2024-01-26 09:31:36 -08:00
gmp.json [gmp] Update to 6.3.0 (#37052) 2024-03-01 14:35:31 -08:00
gmsh.json [gmsh] Update to 4.12.2 (#36987) 2024-02-28 16:53:08 -08:00
gobject-introspection.json [vcpkg-tool-meson] Update meson to 1.3.2 (#28084) 2024-03-11 14:09:15 -07:00
godot-cpp.json [godot-cpp] Create a new port (#37931) 2024-06-07 21:06:42 -07:00
google-cloud-cpp-common.json
google-cloud-cpp-spanner.json
google-cloud-cpp.json [google-cloud-cpp] update to the latest release (v2.25.0) (#39150) 2024-06-07 02:48:50 -07:00
googleapis.json
gperf.json [gperf] Fix error in cpp17 mode (#32980) 2023-08-07 09:11:58 -07:00
gperftools.json [gperftools] use supports expression (#33319) 2023-08-23 11:56:38 -07:00
gpgme.json [gpgme] update to 1.23.2 (#37074) 2024-03-05 02:12:51 -08:00
gpgmm.json
gppanel.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
grantlee.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
graphene.json
graphicsmagick.json [many ports] Don't depend on default features of tiff (#38049) 2024-05-01 19:40:19 -07:00
graphite2.json [graphite2] Burn-in library linkage (#35528) 2023-12-06 14:04:33 -08:00
graphqlparser.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
graphviz.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
greatest.json
grpc.json [grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781) 2024-06-21 13:39:50 -07:00
grppi.json
gsl-lite.json
gsl.json [gsl] update to 2.8 (#38944) 2024-05-27 15:26:45 -07:00
gsoap.json [gsoap] msbuild (#33149) 2023-08-16 13:02:22 -07:00
gst-rtsp-server.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
gstreamer.json [gstreamer,libsoup,libpsl,glib-networking] enable soup plugins of gstreamer (#36679) 2024-02-28 18:02:23 -08:00
gtest.json [multiple ports] Keep description consistent with upstream (#37998) 2024-04-09 12:10:21 -04:00
gtk3.json [atk/gdk-pixbuf/gtk/gtk3/harfbuzz/pango] Fix dependency gobject-instrospection of feature instrospection (#33792) 2023-09-18 09:52:14 -07:00
gtk.json [gtk] Only dynamic library (#38623) 2024-05-10 13:15:14 -07:00
gtkmm.json Update xbox supports expressions for failing ports with copyleft licenses (#31770) 2023-06-15 14:49:00 -07:00
gtl.json
gts.json [gts] fix for correctly excluding predicates_init.c file in build (#36790) 2024-02-21 22:24:37 -08:00
gtsam.json [vcpkg-scripts] Catch use of ambiguous cmake vars (#34546) 2024-06-14 11:40:01 -07:00
guetzli.json
guile.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
guilite.json
gul14.json [gul14] Update to version 2.11.2 (#38587) 2024-05-06 12:40:40 -07:00
gumbo.json
gz-cmake3.json upgrade ogre-next 2.3.3 and fix osx (#34945) 2023-12-05 12:23:44 -08:00
gz-common5.json [vcpkg_replace_string] warn unchanged by call (#34719) 2024-06-19 14:07:05 -07:00
gz-fuel-tools8.json Add more gz ports (#33389) 2023-09-20 10:08:06 -07:00
gz-gui7.json Add port gui7 (#34830) 2023-11-09 11:28:51 -08:00
gz-math7.json update to gz-math7 7.3.0 (#34627) 2023-10-20 09:36:23 -07:00
gz-msgs9.json Add more gz ports (#33389) 2023-09-20 10:08:06 -07:00
gz-physics6.json Add port gui7 (#34830) 2023-11-09 11:28:51 -08:00
gz-plugin2.json Add more gz ports (#33389) 2023-09-20 10:08:06 -07:00
gz-rendering7.json upgrade ogre-next 2.3.3 and fix osx (#34945) 2023-12-05 12:23:44 -08:00
gz-sensors7.json gz-sensors7 (#34831) 2023-11-02 13:50:40 -07:00
gz-tools2.json [gz-tools2] fix build (#31214) 2023-05-04 10:21:32 -07:00
gz-transport12.json [grpc/protobuf] Update grpc to 1.60.0 and update protobuf to 3.25.1 (#35781) 2024-06-21 13:39:50 -07:00
gz-utils2.json
gzip-hpp.json