bjornpiltz
3c0feb549c
Enable building openssl with custom triplet.
2017-10-17 16:15:37 +02:00
Mikhail Paulyshka
ba04df32bb
[openssl] install openssl tool
2017-09-24 15:37:08 +03:00
Alexander Karatarakis
f7b813dce8
[openssl] Actually include the patch for /Z7
2017-09-08 18:33:34 -07:00
Alexander Karatarakis
5a46f8e279
[openssl] Use /Z7 to embed symbols in static libs
2017-09-08 17:24:25 -07:00
Robert Schumacher
1081778b84
[openssl] Improve Windows SDK support (contract version detection)
2017-08-23 22:15:02 -07:00
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
Mitchell Mebane
3d31f16c01
Fix OpenSSL version number
2017-06-28 09:50:05 -05:00
Gilles Khouzam
77310c8722
Updating the OpenSSL UWP port to 1.0.2l
2017-06-23 14:23:18 -07:00
Robert Schumacher
a73514fd77
[openssl] Fix VS2017-only uwp builds. Use JOM for multithreading.
2017-06-08 02:15:58 -07:00
Hennadii Zabula
a2f2df640c
Remove redundant message
2017-06-07 09:56:46 +03:00
Hennadii Zabula
55ec9354f4
Bump port package version
2017-06-07 09:55:44 +03:00
Hennadii Zabula
41069b8530
Fix openssl pathlib
2017-06-01 11:54:56 +03:00
Robert Schumacher
93048a3832
[openssl] Bump version to include asm changes
2017-05-30 19:23:15 -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
951ea973ce
[openssl] Improve patches
2017-03-20 16:27:59 -07: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
Robert Schumacher
e916d52345
[openssl] Update UWP/WinRT to 1.0.2k
2017-01-30 17:22:46 -08:00
Christian Ullrich
d81c9b94eb
[openssl] Update to 1.0.2k
2017-01-28 17:25:17 +01:00
Robert Schumacher
f7d192c206
[openssl] Bump version to correspond with source change for uwp support
2017-01-13 15:07:30 -08:00
Dale Stammen
719e9c7446
added missing store parameter to vcvarsall for uwp builds
2017-01-11 07:42:54 -08:00
Robert Schumacher
ed2994a5e9
[openssl] Fix source path for new archive.
2016-12-06 16:17:58 -08:00
Robert Schumacher
db4dc6d1ce
[openssl] Do not use branches; these will update and constantly break the hash.
2016-12-06 16:15:50 -08:00
Dale Stammen
8bb60f70ef
fixed openssl hash for uwp builds
2016-12-06 09:05:27 -08:00
Robert Schumacher
bed9b07a83
Merge pull request #263 from pdehne/master
...
Cleanup leftover build artifacts before compile
2016-11-08 16:37:12 -08: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
Patrick Dehne
2928038043
Cleanup leftover build artifacts before compile
2016-11-08 14:40:16 +01: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