Commit Graph

13 Commits

Author SHA1 Message Date
Viktor Szakats fdd14fc346 Secure URLs
Mostly in patch headers, example code and few patch lines
and regular docs. Also update/follow some non-secure URLs.
2019-05-04 15:03:08 +10:00
Mark Brand ab63adc6b8 libmysqlcient: mingw-w64 6 compatibility 2018-09-20 21:01:19 +02:00
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Tony Theodore bf6a78224b libmysqlclient: fix redefinition of pthreads functions 2017-02-08 12:38:20 +11: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
Tony Theodore 12c05e1fcc fix mysql gcc win32 threads build 2016-08-17 00:41:14 +10:00
Tony Theodore 42a5e3bad8 unify mysql patches 2016-08-17 00:41:14 +10:00
Boris Nagaev 2e71b21211 fix libmysqlclient if path contains ++
fix #1030
2015-12-16 19:59:49 +03:00
Boris Nagaev 25f51ef01d cleanup libmysqlclient-1-fixes.patch
$ tools/patch-tool-mxe init libmysqlclient
$ tools/patch-tool-mxe import libmysqlclient
$ tools/patch-tool-mxe export libmysqlclient
2015-12-16 19:58:18 +03:00
Boris Nagaev b83d6e94ab fix libmysqlclient
See https://github.com/mxe/mxe/pull/965#issuecomment-152884126
2015-11-11 19:58:49 +03:00
Tony Theodore d8af97c4e9 libmysqlclient: install mysql_config and missing headers, remove pthreads dep 2015-10-09 01:03:54 +11:00
Tony Theodore c0548aa91a libmysqlclient: enable shared and don't install docs 2015-10-08 16:21:07 +11:00
Tony Theodore 4f6a2f684d libmysqlclient: convert to patch-tool format 2015-10-06 15:13:24 +11:00