diff options
| author | Jozef Izso <jozef.izso@gmail.com> | 2020-08-22 00:45:31 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-21 15:45:31 -0700 |
| commit | 2a91f05e098c31efbdb3d87a091bc7e00dea9f2e (patch) | |
| tree | 5fc51b3f960b5de1d0af5d11fd39d21d6581a9e4 /ports | |
| parent | 791a18385a697c37c5bbbe9da0bdbb38644097b4 (diff) | |
| download | vcpkg-2a91f05e098c31efbdb3d87a091bc7e00dea9f2e.tar.gz vcpkg-2a91f05e098c31efbdb3d87a091bc7e00dea9f2e.zip | |
[protobuf] protobuf v3.13.0 (#12918)
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/protobuf/CONTROL | 5 | ||||
| -rw-r--r-- | ports/protobuf/fix-uwp.patch | 4 | ||||
| -rw-r--r-- | ports/protobuf/portfile.cmake | 4 |
3 files changed, 6 insertions, 7 deletions
diff --git a/ports/protobuf/CONTROL b/ports/protobuf/CONTROL index 3b2a541bc..a79f2aaf2 100644 --- a/ports/protobuf/CONTROL +++ b/ports/protobuf/CONTROL @@ -1,7 +1,6 @@ Source: protobuf -Version: 3.12.3 -Port-Version: 2 -Homepage: https://github.com/google/protobuf +Version: 3.13.0 +Homepage: https://github.com/protocolbuffers/protobuf Description: Protocol Buffers - Google's data interchange format Feature: zlib diff --git a/ports/protobuf/fix-uwp.patch b/ports/protobuf/fix-uwp.patch index af3795df4..44f23579f 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 849679995..dba537a68 100644
+index 9ca31ac0b..237468c55 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
-@@ -198,6 +198,7 @@ if (MSVC)
+@@ -207,6 +207,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 3b8f806cf..389674afb 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 31ebe2ac71400344a5db91ffc13c4ddfb7589f92 #v3.12.3 - SHA512 74e623547bb9448ccea29925172bf13fcbffab80eb02f58d248180000b4ae7249f0dee88bb4ef438857b0e1a96a600ab270ebf3b58568da28cbf97d8a2398297 + REF fde7cf7358ec7cd69e8db9be4f1fa6a5c431386a #v3.13.0 + SHA512 b458410311a0905048c86d70ded263ae0cbb6693fd42cba730d3a95c69ca533cf453eb15c5f8bf8b00003ddc63fe96b3c4242907e2d6b00d5bec5d37b2ae1c5e HEAD_REF master PATCHES fix-uwp.patch |
