Commit Graph

188 Commits

Author SHA1 Message Date
Mark Brand 860b3e85e8 update: freetds, gnutls, vmime 2020-09-05 00:12:23 +02:00
Tony Theodore 246454cc2d gnutls: build out-of-source 2020-06-05 13:06:24 +10:00
Mark Brand 4fde0c1eaf gnutls: update and remove obsolete patches 2020-06-04 18:28:13 +02:00
Tony Theodore d249dac3a4 gnutls: set _WIN32_WINNT to vista
ac_cv_prog_AR didn't have line continuation and wasn't used

fixes #2475
2020-04-05 19:21:19 +10:00
Mark Brand ce1d2e07d2 update: gnutls, libgit2, openssl 2020-04-02 12:56:01 +02:00
Mark Brand 32689aeecf update: gnutls, libgpg_error, libtasn1, poppler 2020-02-10 12:17:16 +01:00
Mark Brand 51c4e54740 update gnutls 2019-12-03 15:04:03 +01:00
Mark Brand b9eff145de update gnutls 2019-10-01 09:38:35 +02:00
Mark Brand 15e11514b0 update: gnutls 2019-08-09 23:10:14 +02:00
Mark Brand b977076549 gnutls: remove false dependency libgnurx 2019-07-09 13:06:39 +02:00
Mark Brand 5dca47ca5b gnutls: use external libtasn1 2019-07-09 10:09:14 +02:00
Mark Brand 917a73d31d gnutls: remove unnecessary LIBS 2019-07-08 23:17:13 +02:00
Mark Brand c1fd290402 gnutls, vmime: remove unnecessary explicit WINVER 2019-07-08 23:17:00 +02:00
Mark Brand 521e8072aa gnutls, vmime: remove unnecessary -D flags 2019-07-08 13:13:25 +02:00
Mark Brand abf687fe45 gnutls: update 3.6.6 --> 3.6.8 2019-05-28 11:25:18 +02:00
Tony Theodore 2e5537fb89 gnutls: revert update 3.6.6 --> 3.6.7
fixes #2318
see: https://gitlab.com/gnutls/gnutls/issues/745
2019-04-02 00:10:11 +11:00
Mark Brand c264d88d62 update: curl, freetds, gnutls, libgpg_error 2019-03-28 01:42:52 +01:00
Mark Brand b9ea546e24 update: freetds, gnutls, gsoap 2019-01-25 21:07:38 +01:00
Mark Brand ee2705ccbc update: gnutls, nettle 2018-12-06 11:05:57 +01:00
Mark Brand 70904d8350 update: gnutls, harfbuzz, libpng, qtkeychain 2018-07-18 00:54:10 +02:00
Mark Brand d0621ff2f4 update: freetds, gnutls 2018-02-17 17:31:14 +01:00
Mark Brand bd60e8ff3b update gnutls, jpeg, wget 2018-01-21 00:26:14 +01:00
Tony Theodore 01e2a64d00 cross packages: replace dependency gcc with cc 2017-12-23 08:19:00 +11:00
Mark Brand 5e7e93196f update gnutls 2017-10-22 17:34:02 +02:00
Viktor Szakats 18aad24c83 URL upgrades and fixes 2017-10-19 18:39:25 +00:00
Mark Brand 298236f30c update gnutls 2017-08-21 22:38:59 +02:00
Mark Brand 39bc761b5e update gnutls 2017-07-04 22:26:21 +02:00
Mark Brand 892f73ada3 update: curl, fontconig, freetds, gdb, gnutls, tiff 2017-06-14 11:15:25 +02:00
Mark Brand a7ba29c75e update gnutls 2017-05-20 10:53:35 +02:00
Mark Brand 49fee79736 let gnutls use libidn2
Gnutls is supposed to be able to detect and use libidn2, but it
tries to do this without pkg-config, in a way that doesn't
consider transitive dependencies. Using pkg-config with libidn2.pc
seems to work okay with MXE's version of libidn2.
2017-05-20 10:53:02 +02:00
Mark Brand 745274400b update: gnutls, vmime 2017-04-30 16:04:42 +02:00
Boris Nagaev 14ae0a88ad Merge pull request #1694 from vszakats/url2
More URL updates
2017-03-11 20:52:21 -08:00
Viktor Szakats 45d34aaac7 more URL updates 2017-03-10 13:59:00 +00:00
Mark Brand ce792e28b8 update gnutls 2017-03-09 14:49:34 +01:00
Viktor Szakats e961e447fb URL updates 2017-03-04 10:33:47 +00:00
Mark Brand e63bc4ea37 gnutls: update 2017-02-12 20:26:45 +01:00
Tony Theodore 1499d73bf8 gnutls: disable tests
tests install a dummy libcrypt32 which clobbers the w32api

see: https://github.com/mxe/mxe/pull/1541#issuecomment-273373973
2017-01-18 17:44:30 +11:00
Mark Brand 8296c62364 update gnutls (new stable branch 3.5) 2017-01-14 10:45:51 +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 67444affb4 update freetds, gnutls, harfbuzz, libgcrypt 2016-12-14 18:29:39 +01:00
Mark Brand a60f8e2c42 gnutls, openssl, vmime: update 2016-10-12 12:51:19 +02:00
Mark Brand dcf21f5591 gnutls: update 2016-09-08 23:37:48 +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
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 346eb2e358 gnutls: update 2016-07-07 01:41:45 +02:00
Mark Brand dc299744a0 gnutls: update 2016-06-07 17:45:13 +02:00
Mark Brand fe0cd928ff gnutls: update 2016-05-20 12:27:43 +02:00
Mark Brand fccefe20cc gnutls: update 2016-04-11 14:56:05 +02:00
Mark Brand c6136ab269 gnutls: update 2016-03-04 19:22:01 +01:00
Mark Brand febd1bb37d gnutls: update 2016-02-03 12:13:07 +01:00