Commit Graph

120 Commits

Author SHA1 Message Date
Mark Brand de057f7dc2 update curl 2018-07-11 16:02:54 +02:00
Mark Brand 8ba0f9dcca update curl 2018-05-16 20:14:37 +02:00
Mark Brand 006b815e8e update curl 2018-03-15 16:47:53 +01:00
Mark Brand 40b110e10f update curl 2018-01-24 23:54:18 +01:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Mark Brand b443295466 update: curl, freetds 2017-11-29 21:38:23 +01:00
Mark Brand 3c5ffdca1a update curl 2017-10-23 16:04:39 +02:00
Mark Brand 7aba61f97b update curl 2017-10-04 22:10:17 +02:00
Mark Brand 35ea9a89ba update curl
Curl 7.55.1 configures threaded resolver backend by default, which
introduces pthreads dependency.

https://github.com/curl/curl/pull/1647/commits
2017-08-14 21:43:01 +02:00
Mark Brand 63ae4d9489 update: curl 2017-08-10 23:29:35 +02:00
Mark Brand 892f73ada3 update: curl, fontconig, freetds, gdb, gnutls, tiff 2017-06-14 11:15:25 +02:00
Mark Brand f9d273ce78 update: curl, dbus 2017-04-19 22:40:24 +02:00
Boris Nagaev 2fb99580b4 curl: use libidn2 instead of libidn
close https://github.com/mxe/mxe/issues/1691
2017-03-05 04:08:11 +01:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Mark Brand 7c70fe10e5 update: curl, dbus 2017-02-24 22:14:25 +01:00
Mark Brand 1b5e519a61 update: curl 2017-02-23 10:25:59 +01:00
Mark Brand 805b920e4f update: curl, lcms, libunistring, libusb1, xz, zlib 2017-01-15 16:40:39 +01:00
Boris Nagaev 74163f1794 add _WEBSITE and _DESCR fields to core packages
See https://github.com/mxe/mxe/issues/1422

Automation (Python 2 code): https://gist.github.com/9f5c315e5d0cf113d41dc454b7a0eb41
2016-12-22 22:25:48 +01:00
Mark Brand 5cd51be53b update curl 2016-12-21 15:06:10 +01:00
Mark Brand 86e27bb455 curl, libssh2: update 2016-11-07 11:19:35 +01:00
Mark Brand a972aa64c8 curl: update 2016-09-14 15:38:07 +02:00
Mark Brand 8090a8f1d0 curl: update 2016-09-07 16:31:41 +02: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 abb6ebfd1a update: curl libpng 2016-08-09 00:49:17 +02:00
Tony Theodore fb2880faf2 Merge pull request #1469 from LuaAndC/no2
use $(TEST_FILE) instead of $(2).c and other
2016-08-03 03:02:53 +10:00
Mark Brand 7a38ddd810 update: curl, libidn 2016-07-31 05:54:37 +02:00
Boris Nagaev 17e40d3884 use $(TEST_FILE) instead of $(2).c and other
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
2016-07-30 22:38:45 +03:00
Mark Brand e52bf75c00 curl: update 2016-05-30 12:40:57 +02:00
Mark Brand 0d8a981e9d curl: update 2016-05-20 12:27:56 +02:00
Mark Brand 07b3cb0d16 curl: update 2016-03-23 21:34:38 +01:00
Mark Brand 8e3cf07929 curl: update 2016-02-08 22:02:22 +01:00
Mark Brand 239316668d curl: update 2016-01-27 10:44:07 +01:00
Mark Brand ca2a7865c2 curl: update 2015-12-02 11:34:58 +01:00
Mark Brand 97e2677554 curl: update 2015-10-07 11:10:32 +02:00
Tony Theodore fc0ed34fb9 all packages: really use sha256 checksums 2015-09-23 18:32:58 +10:00
Tony Theodore a228c0488f all packages: switch to sha256 checksums
closes #871
2015-09-23 17:27:16 +10:00
Mark Brand e6228109a2 curl: update 2015-08-12 10:29:46 +02:00
Mark Brand 4be561fd42 curl: update 2015-06-18 12:45:41 +02:00
Mark Brand 3246fdec1a curl pcre: update 2015-04-30 01:05:01 +02:00
Mark Brand 4abe15b0ff curl: update 2015-04-22 21:19:01 +02:00
Mark Brand 66e92891f1 curl dbus gdb gnutls sqlite xz: update 2015-02-27 17:59:24 +01:00
Mark Brand bb6dfe2d0b curl: update 2015-01-08 12:47:28 +01:00
Mark Brand f37546660b curl: update 2014-11-05 10:03:48 +01:00
Mark Brand 7c207e8321 update package curl 2014-09-10 15:52:38 +02:00
Timothy Gu 9b2c68900f curl: Install curl.exe
See 2722b35587 (commitcomment-7504206)
2014-08-25 09:16:57 -07:00
Mark Brand f191cd9e41 update package curl 2014-08-25 10:28:12 +02:00
Uwe Hermann 5d881ccdd2 curl: don't install cruft
This gets rid of ca. 50 manpages and curl.exe.

We do keep installing curl-config, since that is used by other packages.
2014-08-21 18:29:49 +02:00
Mark Brand c4561d939d update package curl 2014-05-21 16:01:07 +02:00
Tony Theodore cdcd611b1d package curl: force gnutls instead of openssl 2014-04-29 20:38:57 +10:00
Mark Brand 957282b0a0 update package curl 2014-03-26 09:10:45 +01:00