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
..
2024-06-11 12:16:41 -07:00
2024-06-21 13:39:50 -07:00
2024-06-03 22:53:49 -07:00
2024-06-19 14:07:05 -07:00
2024-06-06 00:48:31 -07:00
2024-04-29 09:08:30 -04:00
2024-06-14 11:40:01 -07:00
2024-04-30 11:50:26 -07:00
2024-04-25 09:13:58 -04:00
2024-06-19 14:07:05 -07:00
2024-05-14 10:50:51 -07:00
2024-06-21 13:39:50 -07:00
2024-04-29 15:11:04 -07:00
2024-06-19 14:07:05 -07:00
2024-04-29 09:13:11 -04:00
2024-06-10 16:46:17 -07:00
2024-04-24 22:52:19 -04:00
2024-06-19 14:07:05 -07:00
2024-06-07 02:09:58 -07:00
2024-06-19 14:39:54 -07:00
2024-05-30 09:53:46 -07:00
2024-05-22 23:37:42 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-06-20 11:41:33 -07:00
2024-04-22 10:24:54 -04:00
2024-06-07 03:12:54 -07:00
2024-05-10 13:14:36 -07:00
2024-04-23 15:54:46 -04:00
2024-06-11 13:54:16 -07:00
2024-06-11 17:47:47 -07:00
2024-06-11 18:05:39 -07:00
2024-04-23 15:54:46 -04:00
2024-06-11 17:25:43 -07:00
2024-04-23 15:54:46 -04:00
2024-04-23 15:54:46 -04:00
2024-04-23 15:54:46 -04:00
2024-04-23 15:54:46 -04:00
2024-04-23 15:54:46 -04:00
2024-05-13 11:38:40 -07:00
2024-05-13 11:38:40 -07:00
2024-05-13 11:38:40 -07:00
2024-05-13 11:38:40 -07:00
2024-04-23 15:54:46 -04:00
2024-06-19 16:59:33 -07:00
2024-05-16 18:53:42 -07:00
2024-06-06 00:08:35 -07:00
2024-05-13 11:52:50 -07:00
2024-04-29 09:04:58 -04:00
2024-06-02 23:03:43 -07:00
2024-06-03 22:14:02 -07:00
2024-05-23 00:21:15 -07:00
2024-06-19 14:07:05 -07:00
2024-06-17 11:40:46 -07:00
2024-04-30 11:31:53 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-22 18:15:41 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-22 17:59:12 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-30 09:53:46 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-29 01:57:56 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-05-27 15:41:34 -07:00
2024-06-19 14:07:05 -07:00
2024-06-21 13:39:50 -07:00
2024-06-03 22:53:22 -07:00
2024-06-21 13:39:50 -07:00
2024-05-16 18:52:03 -07:00
2024-06-14 11:42:29 -07:00
2024-06-18 12:00:11 -07:00
2024-06-14 11:51:31 -07:00
2024-04-24 08:05:39 -04:00
2024-04-25 09:14:44 -04:00
2024-06-21 13:39:50 -07:00
2024-06-07 02:52:01 -07:00
2024-05-06 12:42:40 -07:00
2024-06-19 14:07:05 -07:00
2024-06-17 11:41:45 -07:00
2024-06-11 13:26:30 -07:00
2024-06-19 14:07:05 -07:00
2024-05-24 19:40:17 -07:00
2024-06-11 13:26:30 -07:00
2024-05-22 00:58:59 -07:00
2024-04-26 13:17:27 -04:00
2024-06-11 13:26:30 -07:00
2024-06-17 12:09:53 -07:00
2024-06-11 13:26:30 -07:00
2024-05-22 03:30:50 -07:00
2024-06-04 13:35:41 -07:00
2024-06-03 23:05:51 -07:00
2024-06-20 20:21:53 -07:00
2024-06-20 20:21:53 -07:00
2024-06-20 20:21:53 -07:00
2024-05-09 20:29:06 -07:00
2024-06-12 14:31:36 -07:00
2024-06-10 16:46:17 -07:00
2024-05-09 12:28:52 -07:00
2024-06-19 16:59:57 -07:00
2024-05-23 00:11:18 -07:00
2024-04-25 19:14:58 -04:00
2024-06-19 23:32:49 -07:00
2024-05-08 11:42:54 -07:00
2024-06-11 13:26:30 -07:00
2024-06-06 01:28:01 -07:00
2024-04-26 11:27:30 -07:00
2024-05-22 23:42:23 -07:00
2024-05-06 12:51:34 -07:00
2024-05-24 19:18:34 -07:00
2024-06-19 14:07:05 -07:00
2024-04-23 12:07:28 -04:00
2024-05-02 22:05:32 -07:00
2024-05-07 14:39:35 -07:00
2024-05-07 14:38:20 -07:00
2024-04-24 10:16:38 -04:00
2024-06-19 14:07:05 -07:00
2024-05-01 19:40:19 -07:00
2024-05-29 23:40:14 -07:00
2024-05-29 23:40:14 -07:00
2024-06-18 12:00:30 -07:00
2024-06-07 02:18:05 -07:00
2024-06-07 02:18:05 -07:00
2024-06-07 02:18:05 -07:00
2024-06-07 02:18:05 -07:00
2024-05-07 20:50:44 -07:00
2024-05-03 15:26:46 -07:00
2024-04-29 09:40:50 -04:00
2024-06-11 13:26:30 -07:00
2024-05-21 15:17:29 -07:00
2024-06-10 16:54:02 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-21 13:39:50 -07:00
2024-06-14 11:40:01 -07:00
2024-06-06 00:03:55 -07:00
2024-06-12 14:32:20 -07:00
2024-06-14 11:40:01 -07:00
2024-06-11 13:26:30 -07:00
2024-05-07 20:48:36 -07:00
2024-06-18 11:59:26 -07:00
2024-06-21 13:31:11 -07:00
2024-06-18 11:59:11 -07:00
2024-05-22 23:41:28 -07:00
2024-06-19 14:07:05 -07:00
2024-06-06 00:48:31 -07:00
2024-06-19 14:07:05 -07:00
2024-06-18 12:00:11 -07:00
2024-05-22 00:58:26 -07:00
2024-06-18 12:00:11 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-05-31 03:00:58 -07:00
2024-06-19 14:07:05 -07:00
2024-04-29 09:16:10 -04:00
2024-04-29 09:16:10 -04:00
2024-05-14 15:31:04 -07:00
2024-05-17 11:57:48 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-05-24 19:35:34 -07:00
2024-05-09 13:05:16 -07:00
2024-06-06 00:05:32 -07:00
2024-06-19 14:07:05 -07:00
2024-06-20 11:40:36 -07:00
2024-06-20 11:40:57 -07:00
2024-05-09 12:59:48 -07:00
2024-06-07 21:06:42 -07:00
2024-06-07 02:48:50 -07:00
2024-05-01 19:40:19 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-21 13:39:50 -07:00
2024-05-27 15:26:45 -07:00
2024-05-10 13:15:14 -07:00
2024-06-14 11:40:01 -07:00
2024-06-19 14:07:05 -07:00
2024-05-06 12:40:40 -07:00
2024-06-19 14:07:05 -07:00
2024-06-21 13:39:50 -07:00
2024-06-21 01:04:34 -07:00
2024-06-06 01:14:30 -07:00
2024-06-11 18:00:22 -07:00
2024-06-14 11:40:01 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-05-21 15:29:01 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-12 16:09:11 -07:00
2024-06-21 13:39:50 -07:00
2024-06-21 13:39:50 -07:00
2024-06-21 13:39:50 -07:00
2024-06-21 13:39:50 -07:00
2024-06-21 13:39:50 -07:00
2024-06-21 13:39:50 -07:00
2024-05-07 14:41:05 -07:00
2024-06-06 00:53:08 -07:00
2024-05-30 10:25:32 -07:00
2024-05-30 10:25:32 -07:00
2024-06-19 14:07:05 -07:00
2024-05-01 19:40:19 -07:00
2024-06-11 13:26:30 -07:00
2024-06-11 12:18:03 -07:00
2024-05-03 15:26:46 -07:00
2024-06-14 11:33:10 -07:00
2024-05-02 22:00:54 -07:00
2024-04-30 11:32:56 -07:00
2024-06-14 11:40:01 -07:00
2024-06-03 22:34:01 -07:00
2024-05-27 23:21:55 -07:00
2024-04-22 10:18:46 -04:00
2024-06-03 22:52:41 -07:00
2024-06-03 22:29:41 -07:00
2024-04-29 09:01:01 -04:00
2024-06-11 12:17:24 -07:00
2024-06-06 00:15:08 -07:00
2024-06-03 22:08:45 -07:00
2024-05-22 23:36:39 -07:00
2024-06-05 23:49:02 -07:00
2024-05-07 20:33:09 -07:00
2024-06-11 13:26:30 -07:00
2024-06-07 02:23:19 -07:00
2024-06-12 16:11:39 -07:00
2024-05-22 23:42:03 -07:00
2024-06-19 14:07:05 -07:00
2024-05-15 15:34:17 -07:00
2024-05-01 19:40:19 -07:00
2024-06-19 14:07:05 -07:00
2024-04-29 17:20:16 -07:00
2024-05-29 00:59:46 -07:00
2024-05-15 14:57:31 -07:00
2024-05-01 19:40:19 -07:00
2024-05-07 20:41:03 -07:00
2024-04-26 11:27:30 -07:00
2024-06-19 14:07:05 -07:00
2024-05-29 00:59:46 -07:00
2024-06-19 14:07:05 -07:00
2024-06-07 02:23:19 -07:00
2024-05-17 14:34:35 -07:00
2024-06-18 12:34:27 -07:00
2024-05-24 19:37:23 -07:00
2024-06-05 23:59:09 -07:00
2024-06-02 22:04:10 -07:00
2024-05-09 12:42:07 -07:00
2024-06-11 13:26:30 -07:00
2024-06-20 11:37:19 -07:00
2024-05-13 11:36:51 -07:00
2024-06-11 13:26:30 -07:00
2024-06-11 13:26:30 -07:00
2024-06-11 13:26:30 -07:00
2024-04-30 11:33:24 -07:00
2024-05-27 15:38:32 -07:00
2024-06-21 13:39:50 -07:00
2024-06-02 22:09:35 -07:00
2024-06-02 22:04:52 -07:00
2024-06-11 13:26:30 -07:00
2024-06-21 13:39:50 -07:00
2024-06-10 17:26:53 -07:00
2024-05-08 11:45:05 -07:00
2024-06-12 16:16:32 -07:00
2024-06-14 11:40:01 -07:00
2024-06-02 22:08:40 -07:00
2024-06-17 11:40:23 -07:00
2024-06-19 14:07:05 -07:00
2024-05-24 14:40:59 -07:00
2024-06-20 11:38:00 -07:00
2024-05-16 14:18:18 -07:00
2024-06-19 14:07:05 -07:00
2024-06-06 00:48:31 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-05-06 12:49:39 -07:00
2024-06-06 00:54:51 -07:00
2024-06-06 00:54:51 -07:00
2024-06-11 13:26:30 -07:00
2024-06-11 13:26:30 -07:00
2024-05-07 20:24:50 -07:00
2024-05-29 01:06:23 -07:00
2024-06-11 13:26:30 -07:00
2024-06-03 22:40:39 -07:00
2024-05-01 19:40:19 -07:00
2024-06-19 14:07:05 -07:00
2024-04-23 12:14:09 -04:00
2024-04-30 11:25:23 -07:00
2024-05-06 15:21:31 -04:00
2024-06-19 14:07:05 -07:00
2024-06-14 11:40:01 -07:00
2024-05-08 11:45:05 -07:00
2024-05-27 14:29:27 -07:00
2024-06-06 01:14:30 -07:00
2024-06-06 01:04:40 -07:00
2024-05-27 14:17:22 -07:00
2024-04-24 11:50:02 -04:00
2024-06-14 11:40:01 -07:00
2024-06-14 11:40:01 -07:00
2024-05-09 20:29:06 -07:00
2024-06-21 13:39:50 -07:00
2024-06-19 14:07:05 -07:00
2024-04-30 11:39:01 -07:00
2024-06-11 13:26:30 -07:00
2024-06-14 11:40:01 -07:00
2024-06-12 19:05:22 -07:00
2024-06-18 13:13:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-05 23:49:02 -07:00
2024-05-21 14:58:15 -07:00
2024-06-19 14:07:05 -07:00
2024-05-30 10:41:43 -07:00
2024-05-17 14:09:10 -07:00
2024-06-18 11:58:24 -07:00
2024-06-18 11:58:53 -07:00
2024-05-22 23:49:55 -07:00
2024-06-18 12:00:11 -07:00
2024-04-25 09:20:33 -04:00
2024-06-21 13:39:50 -07:00
2024-05-24 19:20:07 -07:00
2024-06-19 14:07:05 -07:00
2024-06-14 11:33:52 -07:00
2024-05-24 19:19:35 -07:00
2024-06-14 11:36:15 -07:00
2024-06-19 14:07:05 -07:00
2024-06-07 03:14:31 -07:00
2024-06-19 23:14:14 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-05-27 14:23:29 -07:00
2024-05-27 14:23:29 -07:00
2024-06-17 15:49:45 -07:00
2024-05-30 10:23:53 -07:00
2024-05-01 19:40:19 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-04-30 11:50:26 -07:00
2024-06-07 02:31:30 -07:00
2024-05-01 19:40:19 -07:00
2024-06-10 17:11:12 -07:00
2024-06-19 23:15:27 -07:00
2024-05-01 19:40:19 -07:00
2024-05-01 19:40:19 -07:00
2024-06-10 16:26:54 -07:00
2024-04-26 13:19:43 -04:00
2024-06-11 19:06:15 -07:00
2024-06-19 22:48:40 -07:00
2024-05-08 11:13:42 -07:00
2024-04-19 07:55:28 -04:00
2024-06-11 17:56:18 -07:00
2024-06-21 13:39:50 -07:00
2024-05-01 19:40:19 -07:00
2024-06-21 13:39:50 -07:00
2024-05-03 15:29:44 -07:00
2024-05-06 12:53:09 -07:00
2024-04-19 07:54:25 -04:00
2024-06-14 11:42:04 -07:00
2024-05-27 15:37:23 -07:00
2024-06-19 14:07:05 -07:00
2024-06-03 22:17:32 -07:00
2024-06-07 02:15:48 -07:00
2024-05-01 19:40:19 -07:00
2024-06-11 13:26:30 -07:00
2024-04-19 07:59:36 -04:00
2024-06-03 22:09:27 -07:00
2024-05-07 20:46:41 -07:00
2024-06-21 13:39:50 -07:00
2024-05-09 20:17:24 -07:00
2024-06-18 12:00:11 -07:00
2024-06-21 13:39:50 -07:00
2024-06-02 23:18:08 -07:00
2024-05-07 14:34:31 -07:00
2024-06-19 14:07:05 -07:00
2024-06-06 01:15:45 -07:00
2024-06-19 14:07:05 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-06-19 14:07:05 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-06-04 13:35:41 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-05-30 10:48:16 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-06-20 20:19:25 -07:00
2024-04-26 12:45:46 -04:00
2024-06-17 11:40:05 -07:00
2024-05-09 12:40:16 -07:00
2024-05-02 22:03:09 -07:00
2024-06-10 17:29:26 -07:00
2024-04-26 11:27:30 -07:00
2024-06-20 11:37:43 -07:00
2024-05-30 10:42:04 -07:00
2024-06-02 23:13:24 -07:00
2024-05-16 14:48:28 -07:00
2024-06-18 11:58:37 -07:00
2024-05-02 22:01:19 -07:00
2024-05-27 14:28:56 -07:00
2024-06-02 22:57:55 -07:00
2024-06-20 11:40:01 -07:00
2024-05-29 01:51:10 -07:00
2024-05-09 13:04:12 -07:00
2024-06-19 14:07:05 -07:00
2024-06-20 11:41:33 -07:00
2024-06-19 14:07:05 -07:00
2024-05-29 23:36:58 -07:00
2024-06-21 13:25:02 -07:00
2024-06-19 14:07:05 -07:00
2024-05-01 19:40:19 -07:00
2024-04-24 08:51:01 -04:00
2024-05-01 19:40:19 -07:00
2024-06-12 16:10:07 -07:00
2024-06-07 21:08:50 -07:00
2024-05-10 13:16:48 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-21 13:39:50 -07:00
2024-06-14 11:40:01 -07:00
2024-05-07 12:39:34 -07:00
2024-06-03 22:56:56 -07:00
2024-04-23 12:07:09 -04:00
2024-06-19 14:07:05 -07:00
2024-06-11 13:26:30 -07:00
2024-06-03 22:42:38 -07:00
2024-06-18 11:57:51 -07:00
2024-06-19 14:07:05 -07:00
2024-05-10 13:15:53 -07:00
2024-06-12 16:26:25 -07:00
2024-06-11 13:26:30 -07:00
2024-05-02 22:04:19 -07:00
2024-04-26 11:27:30 -07:00
2024-06-10 17:09:56 -07:00
2024-06-07 02:49:47 -07:00
2024-05-21 15:02:01 -07:00
2024-06-21 13:39:50 -07:00
2024-06-19 14:39:20 -07:00
2024-06-11 13:26:30 -07:00
2024-06-10 16:22:04 -07:00
2024-04-26 11:27:30 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-03 22:36:58 -07:00
2024-05-14 10:46:42 -07:00
2024-06-12 14:31:13 -07:00
2024-06-02 21:55:58 -07:00
2024-04-26 11:27:30 -07:00
2024-04-29 09:07:20 -04:00
2024-06-11 18:31:55 -07:00
2024-05-06 14:22:11 -07:00
2024-05-31 02:56:45 -07:00
2024-06-06 00:27:36 -07:00
2024-06-11 13:26:30 -07:00
2024-06-10 16:54:02 -07:00
2024-04-29 09:06:20 -04:00
2024-05-24 14:40:41 -07:00
2024-06-21 13:39:50 -07:00
2024-06-02 23:16:14 -07:00
2024-05-03 15:27:30 -07:00
2024-05-03 15:22:13 -07:00
2024-06-21 13:39:50 -07:00
2024-06-19 14:07:05 -07:00
2024-06-07 02:18:05 -07:00
2024-04-26 13:19:04 -04:00
2024-06-18 11:59:48 -07:00
2024-05-30 09:53:46 -07:00
2024-06-14 11:34:23 -07:00
2024-06-06 01:25:03 -07:00
2024-06-17 11:36:07 -07:00
2024-05-01 19:51:16 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-11 17:25:28 -07:00
2024-06-03 22:09:07 -07:00
2024-06-19 23:15:27 -07:00
2024-04-22 10:18:02 -04:00
2024-05-13 12:53:17 -07:00
2024-06-19 14:07:05 -07:00
2024-04-29 09:01:01 -04:00
2024-05-29 01:57:29 -07:00
2024-06-12 16:18:06 -07:00
2024-05-01 19:40:19 -07:00
2024-06-18 12:00:11 -07:00
2024-06-14 11:40:01 -07:00
2024-05-31 12:44:32 -07:00
2024-06-06 01:31:12 -07:00
2024-05-30 09:55:39 -07:00
2024-05-09 20:29:06 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-06 00:48:31 -07:00
2024-05-15 15:22:35 -07:00
2024-06-19 14:07:05 -07:00
2024-06-19 14:07:05 -07:00
2024-06-14 11:40:01 -07:00
2024-06-11 13:26:30 -07:00
2024-06-14 11:40:01 -07:00
2024-05-27 14:27:38 -07:00
2024-05-27 14:24:04 -07:00
2024-05-27 14:34:10 -07:00
2024-06-19 14:07:05 -07:00
2024-06-10 15:50:07 -07:00
2024-06-21 13:25:30 -07:00
2024-06-19 14:07:05 -07:00
2024-05-16 14:52:18 -07:00
2024-06-03 23:04:10 -07:00