summaryrefslogtreecommitdiffstats
path: root/src/openssl-1-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* update opensslMark Brand2017-01-271-45/+32
|
* Copyright headers: point to LICENSE.md and shortenBoris Nagaev2016-08-271-2/+1
| | | | | | | | | | | | | | | | | | | The following script was applied: sed ':a;/part of MXE.$/{N;s/\n//;ba}' -i $(git grep -l 'part of MXE') sed 's/\(part of MXE\).*\(See index.html\)/\1. \2/' -i \ $(git grep -l 'part of MXE.*See index.html') before='This file is part of MXE. See index.html for further information.' after='This file is part of MXE. See LICENSE.md for licensing information.' sed "s/$before/$after/" -i $(git grep -l 'part of MXE') Then git grep 'index.html for further information' revealed two other files. One of them was patched manually (patch.mk). Makefile has text "See index.html for further information" unrelated to licensing. See https://github.com/mxe/mxe/issues/1500#issuecomment-241340792
* directly include necessary .cmake filesMark Brand2015-02-041-997/+4
| | | | | | | | | | | | | | | These are needed by cmake projects using openssl. Originally these files were installed by openssl, but it makes more sense just to include them in MXE's repo. The files come from cmake version 3.0.2. FindOpenSSL.cmake includes a compatibility fix for openssl 1.0.2 taken from https://github.com/Homebrew/homebrew/pull/36361/files. Reverts: 01af85c openssl: really fix the cmake problem 4259259 openssl: supply updated FindOpenSSL.cmake
* openssl: really fix the cmake problemMark Brand2015-01-301-4/+622
|
* openssl: supply updated FindOpenSSL.cmakeMark Brand2015-01-301-4/+379
| | | | This solves one problem building libwebsockets.
* openssl: updateMark Brand2015-01-231-53/+31
|
* openssl: updateMark Brand2015-01-161-1/+1
|
* update package opensslMark Brand2014-06-051-108/+108
|
* package openssl: rebase patch for updateMark Brand2014-04-081-79/+62
|
* update package opensslMark Brand2014-01-081-0/+650