Commit Graph

27 Commits

Author SHA1 Message Date
Robert Schumacher
ebc875df58 [openssl][vcpkg_find_acquire_program] Use msys to provide perl for vcpkg_find_acquire_program. Revert openssl to use this instead of msys directly. 2017-08-01 17:12:59 -07:00
Robert Schumacher
9a87ee9c9d [openssl] Fix error in msys call to perform the perl installation. 2017-08-01 16:03:40 -07:00
Robert Schumacher
c22ab980bc [openssl] Switch to msys2 as a perl provider due to strawberryperl being down. 2017-07-31 11:27:22 -07:00
Robert Schumacher
a73514fd77 [openssl] Fix VS2017-only uwp builds. Use JOM for multithreading. 2017-06-08 02:15:58 -07:00
Arkady Shapkin
866dfad5ba [openssl] Support using asm code 2017-05-29 12:54:39 +03:00
Alexander Karatarakis
174a9a3464 Merge pull request #1171 from mcgoo/openssl-1.0.2l
use openssl 1.0.2l
2017-05-25 16:07:19 -07:00
Jim McGrath
160233e2b0 use openssl 1.0.2l 2017-05-25 13:49:24 -05:00
Jim McGrath
ac7d832d2d add an openssl mirror that points to where old releases will be archived to 2017-05-25 13:41:59 -05:00
Alexander Karatarakis
463862b94b Remove helper CMake script; do everything in the portfile 2017-03-20 15:48:30 -07:00
Alexander Karatarakis
129a3ec8b2 [openssl] Refactor portfile-CMakeLists.txt interaction to allow proper application of patches 2017-03-20 15:48:30 -07:00
Jiri Hruska
109a8b9058 [openssl] Make sure to use our own trusted copy of Perl
The build could have exhibited inconsistent behavior or simply failed if
there was another "perl" program already in path - either because it was
too old or too new, from some broken installation, or just a batch file
instead of a plain executable (which would require changing OpenSSL's
scripts to do "call perl x.pl" instead of just "perl x.pl").

This change resolves the ambiguity by putting the downloaded Perl first
in path, so that the same working version is used on all systems.
2017-03-08 20:28:02 +01:00
Jiri Hruska
ad30f9dbe6 [openssl] Consistently use OPENSSL_VERSION instead of just VERSION
The inner CMakeLists.txt used to reference ${VERSION} everywhere except
as the working directory for patching, where ${OPENSSL_VERSION} was used
and the patches did not get applied because of that.

This changes it to use ${OPENSSL_VERSION} everywhere instead, consistent
with the name of this variable in the parent portfile.cmake.
2017-03-08 18:53:04 +01:00
Robert Schumacher
116b1b8c66 Reorder path alterations to generally append instead of prepend.
This solves the issue where some software bundles (git) provide multiple executables in the same folder, which can override other desired programs (link.exe).
2017-02-08 17:39:31 -08:00
Christian Ullrich
d81c9b94eb [openssl] Update to 1.0.2k 2017-01-28 17:25:17 +01:00
Alexander Karatarakis
dbab03a1a8 Merge branch 'postbuild' 2016-11-08 15:09:56 -08:00
Alexander Karatarakis
1808d461b0 triplet is now automatically included before portfiles.
Also remove trailing whitespaces from portfiles
2016-11-08 14:25:47 -08:00
Robert Schumacher
2e7b260b32 Merge pull request #255 from pdehne/master
Add Microsofts openssl fork which supports the UWP platform
2016-11-07 21:55:37 -08:00
Robert Schumacher
68fe8b5391 [openssl] Merge openssl-microsoft and openssl 2016-11-07 21:54:23 -08:00
Alexander Karatarakis
f413b42396 [openssl] Update to 1.0.2j 2016-11-04 12:58:52 -07:00
Alexander Karatarakis
71594b6bef Remove portfile branching of vcpkg_copy_pdbs() 2016-10-31 12:34:04 -07:00
Alexander Karatarakis
b6a31ab430 [openssl] Enable building statically. Also remove zlib dependency 2016-10-25 16:10:43 -07:00
Alexander Karatarakis
2dede88deb [openssl] Patches to allow building when path includes spaces 2016-10-18 21:20:16 -07:00
Alexander Karatarakis
3679955544 Introduce SOURCE_PATH to almost all portfiles 2016-09-28 17:05:56 -07:00
Ninetainedo
930d0a7ded URL and MIRRORS are now URLS
Updated all portfiles accordingly.
2016-09-25 00:23:04 +02:00
Ninetainedo
fc26083995 Second part of updated portfiles 2016-09-22 22:13:09 +02:00
Robert Schumacher
6687266e3d [openssl] Fix regression in OpenSSL w.r.t. NMake and MSBuild 2016-09-19 17:39:04 -07:00
Alexander Karatarakis
ccca198c1b Initial commit 2016-09-18 20:54:03 -07:00