Commit Graph

13 Commits

Author SHA1 Message Date
Mark Brand 2b5dd9f466 hyperscan: fix gcc version check for gcc 10 2020-05-28 17:50:14 +02:00
Tony Theodore 1b1b9c9a9a various packages: run `make refresh-patches` with numbering 2017-11-19 11:29:22 +11:00
Tony Theodore cd1655c9ef various packages: refresh patches
brings patches into common format to reduce noise in diffs
2017-11-19 11:29:22 +11:00
Tony Theodore df1c3b4a8f Revert "hyperscan: fix build with gcc54 on darwin"
This reverts commit 2a92ee3432.
2017-02-04 19:11:48 +11:00
Tony Theodore 2a92ee3432 hyperscan: fix build with gcc54 on darwin 2017-01-25 22:51:18 +01: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 84eac53f0b hyperscan: update from 4.2.0 to 4.3.0
Changelog: https://github.com/01org/hyperscan/releases/tag/v4.3.0

Patch "simplegrep: open file in binary mode" was merged
in upstream: https://github.com/01org/hyperscan/pull/26
2016-08-25 20:42:50 +03:00
Boris Nagaev b3402ae06b hyperscan: use MXE ragel 2016-08-25 09:49:58 +03:00
Boris Nagaev f4eb0316ec hyperscan: update line numbers in the diff
I moved them to another commit to separate from major changes.
2016-06-05 19:50:33 +03:00
Boris Nagaev cc2d9c5379 update hyperscan from 4.1.0 to 4.2.0
Some patches are not needed anymore:

 * "add Libs.private to fix linking errors" was fixed in
   https://github.com/01org/hyperscan/issues/18
 * "fix linking against gtest in shared mode" and
   "fix linking errors in shared mode" were fixed in
   https://github.com/01org/hyperscan/issues/19
 * "install .dll to bin/, not to lib/"
   https://github.com/01org/hyperscan/pull/21
2016-06-05 19:43:16 +03:00
Boris Nagaev d285dcb26d hyperscan: fix crash in aligned_zmalloc
aligned_zmalloc backed by posix_* functions causes crash in native Windows
(and not in wine) with the following traceback:

https://i.imgur.com/FBHPgvn.png
2016-06-05 15:25:11 +03:00
Boris Nagaev 057a4228b3 hyperscan: open file in binary mode
See also https://github.com/01org/hyperscan/pull/26
2016-06-05 15:24:11 +03:00
Boris Nagaev 1ed002bd17 add package hyperscan 2016-05-18 21:12:29 +03:00