Commit Graph

12 Commits

Author SHA1 Message Date
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Tony Theodore cd1655c9ef various packages: refresh patches
brings patches into common format to reduce noise in diffs
2017-11-19 11:29:22 +11:00
Mark Brand 9f2daa3352 update openssl 2017-01-27 14:46:22 +01:00
Boris Nagaev 6adb5ade12 Copyright headers: point to LICENSE.md and shorten
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
2016-08-27 12:31:29 +03:00
Mark Brand 6d97556825 directly include necessary .cmake files
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
2015-02-04 17:58:50 +01:00
Mark Brand 01af85c10a openssl: really fix the cmake problem 2015-01-30 19:57:36 +01:00
Mark Brand 4259259359 openssl: supply updated FindOpenSSL.cmake
This solves one problem building libwebsockets.
2015-01-30 14:35:22 +01:00
Mark Brand 8dfc4aa1f3 openssl: update 2015-01-23 14:55:35 +01:00
Mark Brand c3835db734 openssl: update 2015-01-16 10:04:56 +01:00
Mark Brand 9060684d19 update package openssl 2014-06-05 17:10:26 +02:00
Mark Brand efc0ac4906 package openssl: rebase patch for update 2014-04-08 11:29:40 +02:00
Mark Brand 1366dced9a update package openssl 2014-01-08 03:04:54 +01:00
Renamed from src/openssl-2-pod.patch (Browse further)