diff options
| author | cnbatch <cnbatch@gmail.com> | 2020-09-25 04:43:48 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-24 13:43:48 -0700 |
| commit | c1acea1f044d3300b0c3791c2ce74d53e5a15548 (patch) | |
| tree | 146a70b42979b5495b2cdc3233fe7859e8e936e9 | |
| parent | fc4fe565a8a16b69dbfdecd99c4c9a1466cda175 (diff) | |
| download | vcpkg-c1acea1f044d3300b0c3791c2ce74d53e5a15548.tar.gz vcpkg-c1acea1f044d3300b0c3791c2ce74d53e5a15548.zip | |
[libtins] Update to version 4.3 (#13681)
* [libtins] Upgrade version to 4.3
And enables C++11 support
* [libtins] Upgrade version to 4.3
And enables C++11 support
| -rw-r--r-- | ports/libtins/CONTROL | 2 | ||||
| -rw-r--r-- | ports/libtins/portfile.cmake | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/ports/libtins/CONTROL b/ports/libtins/CONTROL index 11cb86ea8..7c68a648b 100644 --- a/ports/libtins/CONTROL +++ b/ports/libtins/CONTROL @@ -1,4 +1,4 @@ Source: libtins -Version: 4.2 +Version: 4.3 Description: High-level, multiplatform C++ network packet sniffing and crafting library Build-Depends: winpcap (windows), boost-icl, boost-any diff --git a/ports/libtins/portfile.cmake b/ports/libtins/portfile.cmake index dabd283d0..82ce84166 100644 --- a/ports/libtins/portfile.cmake +++ b/ports/libtins/portfile.cmake @@ -3,8 +3,8 @@ include(vcpkg_common_functions) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO mfontanini/libtins - REF v4.2 - SHA512 46d07712604c780e418135c996f195046fd85a9e1411962c9bcee3c8d0fc64f494aa50164236ffd1e77ff8a398e9617bbf040b3e01a5771c5621c0faa1ce312f + REF v4.3 + SHA512 29d606004fe9a440c9a53eede42fd5c6dbd049677d2cca2c5cfd26311ee2ca4c64ca3e665fbc81efd5bfab5577a5181ed0754c617e139317d9ae0cabba05aff7 HEAD_REF master ) @@ -21,6 +21,7 @@ vcpkg_configure_cmake( OPTIONS -DLIBTINS_BUILD_SHARED=${LIBTINS_BUILD_SHARED} -DLIBTINS_ENABLE_PCAP=${ENABLE_PCAP} + -DLIBTINS_ENABLE_CXX11=1 ) vcpkg_install_cmake() |
