Patrick Geltinger
afdca9165c
[sqlite3] Update to SQLite 3.26.0 because of "Magellan" vulnerability ( #4995 )
...
The Tencent Blade Team has discovered a remote code execution
vulnerability in SQLite, which was fixed in SQLite release 3.26.0.
2018-12-18 17:13:57 -08:00
Phil Christensen
9a72b227cd
[antlr4] move to vcpkg_extract_source_archive_ex
2018-12-18 16:12:19 -08:00
Phil Christensen
bdafba739f
Merge pull request #4951 from coryan/upgrade-crc32c-to-1.0.6
...
[crc32c] Upgrade crc32c to 1.0.6.
2018-12-18 16:04:02 -08:00
Phil Christensen
47c60f9b6b
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4952
2018-12-18 15:33:10 -08:00
Phil Christensen
1a1dc41907
[crc32c] bump dash number in control file
...
to force the test system to pick it up
2018-12-18 15:22:58 -08:00
Phil Christensen
3cd8d3e856
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4951
2018-12-18 15:22:05 -08:00
Phil Christensen
d2b0798854
Merge pull request #4831 from peters/master
...
[ffmpeg] Update to 4.1.
2018-12-18 14:51:52 -08:00
Phil Christensen
1d8c5978e0
Merge pull request #4912 from plevy/patch-2
...
[osgEarth] Update to osgEarth release version 2.10
2018-12-18 14:50:12 -08:00
Phil Christensen
533b53b834
[aubio] get latest aubio to resolve ffmpeg build issue
2018-12-18 14:39:50 -08:00
Robert Schumacher
ccff8ab94e
[tinyxml] Modernize and bump control version
2018-12-18 12:46:19 -08:00
Robert Schumacher
7a67785e14
Merge branch 'master' of https://github.com/Microsoft/vcpkg into dev/roschuma/4988
2018-12-18 11:43:25 -08:00
Alexander Neumann
00777f41f7
Fix for #4902
...
having testing enabled seems to mess up builds if other dependencies are available
2018-12-18 14:54:59 +01:00
Bradley Austin Davis
b2996e1fd4
Support custom Android NDK, better ABI specification ( #4986 )
2018-12-17 16:45:09 -08:00
Cheney Wang
c094d3133c
Update release version or commit to latest for below ports ( #4957 )
...
* [botan][caf][celero][docopt][glbinding][nanodbc][sfgui]Update release version or commit to latest
* [sfml] Add find_dependency(Freetype)
2018-12-17 16:44:08 -08:00
myd7349
8ba6cbec0d
[docs] Fix #4932 ( #4982 )
2018-12-17 16:41:17 -08:00
Jason Juang
5290e22966
[alembic] update to 1.7.10 ( #4916 )
2018-12-17 16:32:13 -08:00
Todor Prokopov
ffbff8caab
Wt Linux fixes ( #4927 )
...
* [harfbuzz] Fix build on Linux
* [cairo] Fix build on Linux
* [pango] Fix build on Linux
* [wt] Fix build on Linux
* [wt] Fix linking with -lcrypto
2018-12-17 16:30:27 -08:00
OWenT
411d1332ad
add libcopp ( #4918 )
...
* add libcopp
* [libcopp] Disable ninja due to asm issue. Tweak/install usage file. Prefer static linking over CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS. Use vcpkg_fixup_cmake_targets.
2018-12-17 16:28:13 -08:00
Bill Avery
ae2b0639a3
[graphqlparser] Use default library type for the platform instead of specifying SHARED ( #4794 )
...
* Use default library type for the platform instead of specifying SHARED
* [graphqlparser] Bump control version and slight cleanup
* [vcpkg_find_acquire_program] Correct for previous corruption of CI
2018-12-17 16:26:56 -08:00
ivysnow
ac1bed33ad
[libuv] fix for cmake target ( #4803 )
...
* [libuv] fix for cmake target
* [libuv] rename target to unofficial-libuv
2018-12-17 16:25:55 -08:00
Phil Christensen
4c6cd02b42
Merge pull request #3425 from fbudin69500/ITK_use_HDF5_test
...
[vtk][itk] Update ITK, and VTK portfiles.
2018-12-17 16:16:37 -08:00
Łukasz Mendakiewicz
9cbdb33caf
get_versions should return all versions so the best match can be found ( #4945 )
...
* get_versions should return all versions so the best match can be found
* [vcpkg] Consider more than one path when searching for system binaries
2018-12-17 16:15:15 -08:00
Phil Christensen
3439aef9c0
[ffmpeg] Add patch for upstream fixes
...
address build failures in pangolin that are related to updating
the ffmpeg library by pulling in pangolin fix from upstream.
2018-12-17 16:02:55 -08:00
Phil Christensen
a6b12004c7
[vtk] add warning for libx11_xt_lib on linux
2018-12-17 12:09:44 -08:00
Carsten Neumann
f643622019
Fix spdlog handling of external fmt lib
...
Using an external fmt lib should cause the spdlog::spdlog target to have
a dependency on fmt lib - so that a consuming project does not need
to call find_package(fmt) and target_link_libraries(... fmt::fmt).
To this end a new cmake option SPDLOG_FMT_EXTERNAL is introduced which
makes spdlog depend on fmt lib and defines the SPDLOG_FMT_EXTERNAL macro
to avoid using the bundled fmt lib. The value of SPDLOG_FMT_EXTERNAL is
also stored in the installed spdlogConfig.cmake and if it is ON
find_dependency() is used to ensure the fmt::fmt target is imported.
2018-12-17 09:52:25 -06:00
Lennart Trunk
c3c6c0d0de
Update eigen3 to 3.3.7
2018-12-17 16:37:46 +01:00
Francisco Dias
524a1414fc
TinyXml Linkage error fixed
2018-12-17 11:13:02 -02:00
Stefano Sinigardi
0d1229d34b
update msys2 to latest release
2018-12-17 09:34:45 +01:00
Carlos O'Ryan
bc79cf9a7c
Apply patch to export all symbols.
2018-12-14 23:12:44 -05:00
Phil Christensen
fcde2e64eb
Merge pull request #4953 from coryan/upgrade-google-cloud-cpp-to-v0.4.0
...
Upgrade google-cloud-cpp to v0.4.0
2018-12-13 23:39:43 -08:00
myd7349
ff87743dcf
[rapidstring] Add new port ( #4814 )
...
* [rapidstring] Add new port
* [rapidstring] Rename package to be unofficial-rapidstring
2018-12-13 17:50:34 -08:00
Yann Lanthony
06cad7ff85
[geogram] update to 1.6.9 ( #4680 )
...
* [geogram] update to 1.6.9
* [geogram] Cleanup. Enable ninja. Modernize.
* [geogram] Disable PREFER_NINJA with comment
2018-12-13 17:43:20 -08:00
Stanislav Ershov
42828b6f39
[imgui] Update to 1.66b ( #4941 )
2018-12-13 17:40:55 -08:00
Albert Huang
a05cbffe55
Update libpng-apng to match libpng ports changes + update to 1.6.36 ( #4944 )
...
* Update libpng-apng to match libpng ports changes + update to 1.6.36
* Delete CONTROL.bak
* Delete portfile.cmake.bak
* Delete use-abort-on-all-platforms.patch.bak
2018-12-13 17:40:18 -08:00
Carlos O'Ryan
165f96bb51
Update to v1.17.1
2018-12-13 19:20:26 -05:00
Phil Christensen
96b282341f
[geos] bump control version number
2018-12-13 16:19:44 -08:00
Phil Christensen
4412edcdd7
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4966
2018-12-13 16:17:15 -08:00
Phil Christensen
83b8a6e036
[mpfr] bump control version number
2018-12-13 16:11:58 -08:00
Phil Christensen
24ff8dcc44
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4964
2018-12-13 16:11:27 -08:00
Phil Christensen
7f7b5cce5c
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4963
2018-12-13 16:09:35 -08:00
Phil Christensen
02c27dd55e
[antlr4] bump dash version in control file
...
Done to force test to run
2018-12-13 15:53:32 -08:00
Phil Christensen
648809dee6
Merge pull request #4943 from LukaszMendakiewicz/dev/lukaszme/portablegit
...
Replace MinGit with PortableGit
2018-12-13 14:04:41 -08:00
Alexander Karatarakis
fed9a24526
[autocomplete] Add tab-completion support for bash
2018-12-13 14:02:02 -08:00
Phil Christensen
93d020f619
Merge pull request #4914 from marcomagdy/aws-lambda-cpp
...
[aws-lambda-cpp] add new port
2018-12-13 13:42:41 -08:00
Juha Sointusalo
751aa7809d
[ftgl] add new port
2018-12-13 23:15:14 +02:00
Phil Christensen
5fc3a10651
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4914
2018-12-13 11:13:43 -08:00
Stefano Sinigardi
6d15819fdd
[opencv] bump version
2018-12-13 14:13:05 +01:00
myd7349
13710d5854
[ponder] Add new port
2018-12-13 21:05:21 +08:00
ing. Federico Fuga
dba828e590
Geos: Removed empty directory after install (when only static lib are built)
2018-12-13 13:06:27 +01:00
ing. Federico Fuga
a2c846338c
Update mpfr to 4.0.1 and fix compilation under gcc 7
...
gcc 7 deprecates the use of varargs.h in favour of stdarg.h.
mpfr already fixes it, but the fix is enabled if stdarg is available.
This patch adds the test on CMakeLists.txt and enables the fix if
needed.
2018-12-13 11:59:19 +01:00