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
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 Pek 78312ba608 freeimage: update patch: fix line endings
[Thanks to Tony Theodore]
2016-05-06 11:58:37 +03:00
Boris Pek adc74c9aef freeimage: update patch: fix build with GCC >= 6.x 2016-05-04 19:16:46 +03:00
Boris Nagaev 7dc682ceb6 freeimage: find authors of two patches
* "include string.h for memset" was added in 2eb0615d46
  * "mingw-w64 fixes" was added in 5390e5203e
2015-12-25 00:59:44 +03:00
Boris Nagaev 2031b976ae freeimage: consolidate patches 2015-12-25 00:55:13 +03:00
Tony Theodore 5390e5203e various packages: enable/disable mingw-w64 builds 2013-06-01 22:28:04 +10:00
Tony Theodore 31133c3f44 package freeimage: fix static build and add test program 2013-03-12 02:59:02 +11:00
Mark Brand 2eb0615d46 update package freeimage 2012-10-27 23:06:34 +02:00
Volker Grabsch 7badad85c9 Move doc/index.html -> index.html 2012-03-29 12:14:15 +02:00
Volker Grabsch defdff28f0 Rebrand to new project name MXE 2012-03-28 15:46:58 +02:00
Mark Brand fca2f975c4 update package freeimage
---
 src/freeimage-1-fixes.patch |   27 +++++++++++++++++----------
 src/freeimage.mk            |    4 ++--
 2 files changed, 19 insertions(+), 12 deletions(-)
2012-03-25 21:56:47 +02:00
Mark Brand e0eabfed4d update package freeimage 2012-02-20 10:01:09 +01:00