diff options
| author | Jozef Izso <jozef.izso@gmail.com> | 2020-05-20 00:09:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-19 15:09:01 -0700 |
| commit | e6c6d96218e390f71b6c83761b7c73de188fbbdd (patch) | |
| tree | 809c45609d24720e87bd239cc91ea228dd0cc0c3 /ports/protobuf | |
| parent | 36fcce0bbf1fff1e42e561842a2afc1864f699c1 (diff) | |
| download | vcpkg-e6c6d96218e390f71b6c83761b7c73de188fbbdd.tar.gz vcpkg-e6c6d96218e390f71b6c83761b7c73de188fbbdd.zip | |
[protobuf] protobuf v3.12.0 (#11397)
* [protobuf] protobuf v3.12.0
* Fix ignition-msg5 library to compile with protobuf 3.12
Diffstat (limited to 'ports/protobuf')
| -rw-r--r-- | ports/protobuf/CONTROL | 2 | ||||
| -rw-r--r-- | ports/protobuf/fix-uwp.patch | 4 | ||||
| -rw-r--r-- | ports/protobuf/portfile.cmake | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL index 2385d6e32..1b8551bf5 100644 --- a/ports/protobuf/CONTROL +++ b/ports/protobuf/CONTROL @@ -1,5 +1,5 @@ Source: protobuf -Version: 3.11.4-1 +Version: 3.12.0 Homepage: https://github.com/google/protobuf Description: Protocol Buffers - Google's data interchange format diff --git a/ports/protobuf/fix-uwp.patch b/ports/protobuf/fix-uwp.patch index 7a993c5c0..af3795df4 100644 --- a/ports/protobuf/fix-uwp.patch +++ b/ports/protobuf/fix-uwp.patch @@ -1,8 +1,8 @@ diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
-index f87b0928e..5102a10e3 100644
+index 849679995..dba537a68 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
-@@ -190,6 +190,7 @@ if (MSVC)
+@@ -198,6 +198,7 @@ if (MSVC)
/wd4506 # no definition for inline function 'function'
/wd4800 # 'type' : forcing value to bool 'true' or 'false' (performance warning)
/wd4996 # The compiler encountered a deprecated declaration.
diff --git a/ports/protobuf/portfile.cmake b/ports/protobuf/portfile.cmake index a5e9252ad..230e0b9cd 100644 --- a/ports/protobuf/portfile.cmake +++ b/ports/protobuf/portfile.cmake @@ -1,8 +1,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO protocolbuffers/protobuf - REF v3.11.4 - SHA512 777bbb0e9e2375eaebe6b8c87abd660bac70ee469c9ad00dd25917b82d7fb5bbe33cf87f0d69c90e19d55c07a7285ec20974ba4768623ce9ccfadf147fd5e261 + REF v3.12.0 + SHA512 2a5448651db557505ad0ad88e681b88c956de7a7b8b029f8685416629d55b09dd35a0d1219311c524b9981067c3685178d89918d4fc2540d30669e9ad0c7c2d0 HEAD_REF master PATCHES fix-uwp.patch |
