Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | update curl | Mark Brand | 2018-03-15 | 1 | -2/+2 |
| | |||||
* | update curl | Mark Brand | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | cross packages: replace dependency gcc with cc | Tony Theodore | 2017-12-22 | 1 | -1/+1 |
| | |||||
* | update: curl, freetds | Mark Brand | 2017-11-29 | 1 | -2/+2 |
| | |||||
* | update curl | Mark Brand | 2017-10-23 | 1 | -2/+2 |
| | |||||
* | update curl | Mark Brand | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | update curl | Mark Brand | 2017-08-14 | 1 | -4/+5 |
| | | | | | | | Curl 7.55.1 configures threaded resolver backend by default, which introduces pthreads dependency. https://github.com/curl/curl/pull/1647/commits | ||||
* | update: curl | Mark Brand | 2017-08-10 | 1 | -3/+3 |
| | |||||
* | update: curl, fontconig, freetds, gdb, gnutls, tiff | Mark Brand | 2017-06-14 | 1 | -2/+2 |
| | |||||
* | update: curl, dbus | Mark Brand | 2017-04-19 | 1 | -2/+2 |
| | |||||
* | curl: use libidn2 instead of libidn | Boris Nagaev | 2017-03-05 | 1 | -2/+2 |
| | | | | close https://github.com/mxe/mxe/issues/1691 | ||||
* | URL updates | Viktor Szakats | 2017-03-04 | 1 | -3/+3 |
| | |||||
* | update: curl, dbus | Mark Brand | 2017-02-24 | 1 | -2/+2 |
| | |||||
* | update: curl | Mark Brand | 2017-02-23 | 1 | -2/+2 |
| | |||||
* | update: curl, lcms, libunistring, libusb1, xz, zlib | Mark Brand | 2017-01-15 | 1 | -2/+2 |
| | |||||
* | add _WEBSITE and _DESCR fields to core packages | Boris Nagaev | 2016-12-22 | 1 | -0/+2 |
| | | | | | | See https://github.com/mxe/mxe/issues/1422 Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41 | ||||
* | update curl | Mark Brand | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | curl, libssh2: update | Mark Brand | 2016-11-07 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2016-09-14 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2016-09-07 | 1 | -2/+2 |
| | |||||
* | Copyright headers: point to LICENSE.md and shorten | Boris Nagaev | 2016-08-27 | 1 | -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 | ||||
* | update: curl libpng | Mark Brand | 2016-08-08 | 1 | -2/+2 |
| | |||||
* | Merge pull request #1469 from LuaAndC/no2 | Tony Theodore | 2016-08-02 | 1 | -1/+1 |
|\ | | | | | use $(TEST_FILE) instead of $(2).c and other | ||||
| * | use $(TEST_FILE) instead of $(2).c and other | Boris Nagaev | 2016-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The following script was applied: set -xue find src/ plugins/ -name '*.mk' -type f > mks # special cases for test file: # ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated sed 's@$(2).c@$(PWD)/src/$(PKG)-test.c@g' -i \ src/{boost,freeimage,hdf5,lapack,sdl,sdl_image,sdl_sound}.mk sed 's@$(2).f@$(PWD)/src/$(PKG)-test.f@g' -i src/lapack.mk sed 's@$(PWD)/$(2).pro@$(PWD)/src/$(PKG)-test.pro@g' -i \ src/qt.mk plugins/examples/custom-qt-min/overrides.mk sed 's@$(2)-CMakeLists.txt@$(PWD)/src/$(PKG)-test-CMakeLists.txt@g' \ -i src/{sdl_image,sdl_sound}.mk # check for base in $(ls -d src/*-test* | sed 's@-test.*@@' | sort | uniq --repeated); do ! grep -q '$(2)' "${base}.mk" done # other $(2) sed 's@$(2).cpp@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).cxx@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).c@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).ml@$(TEST_FILE)@g' -i $(cat mks) sed 's@$(2).f@$(TEST_FILE)@g' -i $(cat mks) # check ! grep '$(2)' $(cat mks) See https://github.com/mxe/mxe/issues/1452 | ||||
* | | update: curl, libidn | Mark Brand | 2016-07-31 | 1 | -2/+2 |
|/ | |||||
* | curl: update | Mark Brand | 2016-05-30 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2016-05-20 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2016-03-23 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2016-02-08 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2016-01-27 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2015-12-02 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2015-10-07 | 1 | -2/+2 |
| | |||||
* | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | | | closes #871 | ||||
* | curl: update | Mark Brand | 2015-08-12 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2015-06-18 | 1 | -2/+2 |
| | |||||
* | curl pcre: update | Mark Brand | 2015-04-29 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2015-04-22 | 1 | -2/+2 |
| | |||||
* | curl dbus gdb gnutls sqlite xz: update | Mark Brand | 2015-02-27 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2015-01-08 | 1 | -2/+2 |
| | |||||
* | curl: update | Mark Brand | 2014-11-05 | 1 | -2/+2 |
| | |||||
* | update package curl | Mark Brand | 2014-09-10 | 1 | -2/+2 |
| | |||||
* | curl: Install curl.exe | Timothy Gu | 2014-08-25 | 1 | -1/+1 |
| | | | See https://github.com/mxe/mxe/commit/2722b35587bee4ec2f0c47f9c6f00186e5685ad9#commitcomment-7504206 | ||||
* | update package curl | Mark Brand | 2014-08-25 | 1 | -2/+2 |
| | |||||
* | curl: don't install cruft | Uwe Hermann | 2014-08-21 | 1 | -1/+1 |
| | | | | | | This gets rid of ca. 50 manpages and curl.exe. We do keep installing curl-config, since that is used by other packages. | ||||
* | update package curl | Mark Brand | 2014-05-21 | 1 | -2/+2 |
| | |||||
* | package curl: force gnutls instead of openssl | Tony Theodore | 2014-04-29 | 1 | -0/+1 |
| | |||||
* | update package curl | Mark Brand | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | package curl: install prefixed curl-config | Tony Theodore | 2014-03-08 | 1 | -0/+1 |
| | |||||
* | packages curl fftw fltk freetds gnutls libidn libssh2: enable/fix shared build | Tony Theodore | 2014-02-17 | 1 | -4/+1 |
| |