Commit Graph

51 Commits

Author SHA1 Message Date
Andrei Lebedev
13293851e3
[openssl] Update to 1.1.1i (#15298)
Signed-off-by: Andrei Lebedev <lebdron@gmail.com>
2021-01-11 00:08:05 -08:00
Jack·Boos·Yu
db6a7c7278
[openssl] Remove extra slashes when installing usage (#15062) 2020-12-11 17:40:21 -08:00
Long Nguyen
9336ae3df6
[szip, openssl] Fix problems with mingw (#14460)
* [openssl] Use the unix portfile when building with mingw

* [mingw triplets] Add architecture check exceptions for szip
2020-11-09 15:21:03 -08:00
Alexander Neumann
63dccf771d
[OpenSSL] refactor openssl ports. (#14308) 2020-11-03 22:59:02 -08:00
NancyLi1013
f4f442b498 [openssl] Update the version (#9777) 2020-01-21 12:21:18 -08:00
Stefano Sinigardi
47d206e149 [many ports] improvements for linux/wsl (#6730)
* [many ports] improve compatibility with WSL and mixed case filesystems

* [treehopper] express dependency on libusb, which was not working on non-win32 platforms and is still broken there

* [libharu] add compatibility with non-win32 platforms

* [geogram] fix openblas on linux
[clapack] better integration with linux environment
[visit-struct] put cmake config file in the expected folder
[geogram] remove trailing underscore to enable compatibility with OpenBLAS

* [openblas] playing with underscore, without success

* [openblas/lapack] fix library integration

* [clapack] improve target handling in cmake module

* [openblas] promote self-generated config to default cmake module, otherwise internal ones thinks wrongly that openblas can also solve lapack libs

* [clapack,openblas] improve libraries integration

* [many ports] fix cmake unnecessary target paths, wrong config paths, empty default dependencies, unnecessary [core] tags

* [suitesparse] improve integration with new lapack/openblas mechanism

* [suitesparse] add no underscore postfix also for linux

* [ceres] fix integration with newer openblas/lapack configs

* [aws-c-event-stream] fix regression

* [systemc] fix regression

* [libwebp,geogram] trigger rebuild

* [libwebp,pthread4w] fix regressions

* [glbinding] fix cmake module installation

* [globjects] disentangle unnecessary dependency from qt5

* [jasper] remove broken and unnecessary patches

* [libwebp] fix regression

* [many ports] avoid using BUILD_SHARED_LIBS which is uninitialized in port files

* [clapack] correctly find dlls

* [clapack] use a generic blas as dependency

* [fizz,g2o] restore expected version

* fix mistake

* [many ports] remove WIN32, APPLE and UNIX (again, they keep creeping in) from ports since they are broken and usually break non-win32 ports

* [libressl,openssl] do not try to build one if the other is already installed

* [itk] update ref and patch to avoid regression

* [libressl,openssl] implement full strategy to fix CI

* [libwebp] disable components that are broken on macOS

* [ogre] enable macOS build

* [freeimage,jxrlib,ogre,openexr,protobuf] port patches from #5169

* [ogre] add missing install command

* [ffmpeg] enable wrapper for cmake module

* [ffmpeg] add avresample module finder

* [ffmpeg] improve module detection and exported symbols

* [ffmpeg] add variables to cache

* [thrift] remove unnecessary build option

* [allegro5] fix shared/static inversion

* [protobuf] cleanup

* [libressl] cleanup

* [moos-core] cleanup

* commented features must not be separated from other features, otherwise vcpkg complains

* [itk] fix regression

* [shogun,itk] fix regressions

* [ogre] fix regression

* [opusfile] add compatibility with non-win32

* [itk] fix regression

* [sndfile,libsndfile] remove duplicate, redirect sndfile to libsndfile

* add missing dependencies

* [ismrmrd] fix regression

* [ffmpeg] trigger rebuild

* [clapack,openblas,libogg] fix regressions on macOS

* [libtins] fix regression

* force rebuild windows regressions, unable to reproduce locally

* [mosquitto] enable non-win32 builds

* [json-dto] force rebuild, unable to reproduce regression locally

* [many ports] uniform naming and path length requests

* fix regression

* fix regression

* [ffmpeg] fixes for downstream projects

* clean up - thanks to reviewers

* trigger rebuild of regressions on macOS

* trigger rebuild of regressions on macOS - part2

* Add core back

* Use VCPKG_CONCURRENCY

* Add core back to suitesparse

* Add core back to curl

* Add core back to magnum

* Add core back to magnum

* Add core back to magnum

* Add core back to cgal
2019-06-20 19:11:54 -07:00
Robert Schumacher
cc89413fd1 [openssl] Add usage file 2018-07-17 16:51:27 -07:00
Robert Schumacher
b4422a1b7e [openssl] Split openssl into multiple ports per platform 2018-07-17 16:09:12 -07:00
Robert Schumacher
cf9987e21a [openssl] Do not pull in winsock.h from rand.h 2018-03-30 15:21:30 -07:00
Robert Schumacher
1bec90d155 [openssl] Update to 1.0.2o 2018-03-28 09:34:26 -07:00
Robert Schumacher
9a0b2d19e3 [openssl] Don't require nasm on non-windows 2018-03-21 10:50:08 -07:00
Robert Schumacher
7cf6615a01 [openssl] Use winsock2.h in headers instead of winsock.h 2018-03-21 01:13:27 -07:00
Robert Schumacher
94360c2c65 [vcpkg-find-acquire-program] Handle PERL and NASM on non-windows 2018-03-13 11:35:19 -07:00
Robert Schumacher
511128b1c0 [openssl] Add BSD-generic64 2018-03-13 06:19:20 -07:00
Robert Schumacher
9f9778ccff [many ports] Improve behavior on Linux and general cleanup 2018-03-11 23:42:54 -07:00
Alexander Karatarakis
ccedc8b433 [openssl] Patch out non-ascii char 2018-01-24 18:43:19 -08:00
Alexander Karatarakis
f3f9afd1c6 [openssl] Add -utf-8 flag 2017-12-11 17:29:04 -08:00
Alexander Karatarakis
583ee9ee91 [openssl] Remove entry of removed patch 2017-12-08 13:21:32 -08:00
Johannes Schindelin
c48cf285ec openssl: update to v1.0.2n
The patch to allow for spaces in paths while running the Perl helpers is
no longer necessary, and was dropped.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-12-07 22:21:56 +01:00
Robert Schumacher
1b2f75be94 [vcpkg] Support \share\<port>\usage to handle libraries which are found through built-in Find Modules. 2017-11-16 23:54:55 -08:00
Robert Schumacher
d02ee690dc [openssl] Update to 1.0.2m 2017-11-10 14:29:28 -08:00
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
5a46f8e279 [openssl] Use /Z7 to embed symbols in static libs 2017-09-08 17:24:25 -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
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