CVS log for pkgsrc/devel/hyperscan/Makefile
Up to [cvs.NetBSD.org] / pkgsrc / devel / hyperscan
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun Dec 29 14:56:38 2024 UTC (2 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +12 -7
lines
hyperscan: updated to 5.4.2
5.4.2
Roll back bugfix for github issue 350: Besides using scratch for
corresponding database, Hyperscan also allows user to use larger scratch
allocated for another database. Users can leverage this property to achieve
safe scratch usage in multi-database scenarios. Behaviors beyond these are
discouraged and results are undefined.
Fix hsdump issue due to invalid nfa type.
5.4.1
The Intel Hyperscan team is pleased to provide a bug fix release to our open source library.
Intel also maintains an upgraded version available through your Intel sales representative.
Bugfix for issue 184: fix random char value of UTF-8.
Bugfix for issue 291: bypass logical combination flag in hs_expression_info().
Bugfix for issue 292: fix build error due to libc symbol parsing.
Bugfix for issue 302/304: add empty string check for pure literal API.
Bugfix for issue 303: fix unknown instruction error in pure literal API.
Bugfix for issue 303: avoid memory leak in stream close stage.
Bugfix for issue 305: fix assertion failure in DFA construction.
Bugfix for issue 317: fix aligned allocator segment faults.
Bugfix for issue 350: add quick validity check for scratch.
Bugfix for issue 359: fix glibc-2.34 stack size issue.
Bugfix for issue 360: fix SKIP flag issue in chimera.
Bugfix for issue 362: fix one cotec check corner issue in UTF-8 validation.
Fix other compile issues.
5.4.0
Improvement on literal matcher "Fat Teddy" performance, including support for Intel(R) AVX-512 Vector Byte Manipulation Instructions (Intel(R) AVX-512 VBMI).
Introduce a new 32-state shuffle-based DFA engine ("Sheng32"). This improves scanning performance by leveraging AVX-512 VBMI.
Introduce a new 64-state shuffle-based DFA engine ("Sheng64"). This improves scanning performance by leveraging AVX-512 VBMI.
Introduce a new shuffle-based hybrid DFA engine ("McSheng64"). This improves scanning performance by leveraging AVX-512 VBMI.
Improvement on exceptional state handling performance for LimEx NFA, including support for AVX-512 VBMI.
Improvement on lookaround performance with new models, including support for AVX-512.
Improvement on DFA state space efficiency.
Optimization on decision of NFA/DFA generation.
hsbench: add CSV dump support for hsbench.
Bugfix for cmake error on Icelake under release mode.
Bugfix in find_vertices_in_cycles() to avoid self-loop checking in SCC.
Bugfix for issue 270: fix return value handling in chimera.
Bugfix for issue 284: use correct free function in logical combination.
Add BUILD_EXAMPLES cmake option to enable example code compilation.
Some typo fixing.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Dec 3 19:57:51 2024 UTC (3 months, 1 week ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2
lines
hyperscan: set LICENSE
Revision 1.21: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:19:22 2024 UTC (4 months ago) by wiz
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +2 -2
lines
*: recursive bump for icu 76 shlib major version bump
Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:52:07 2024 UTC (4 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +2 -2
lines
*: revbump for icu downgrade
Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:51:20 2024 UTC (4 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +2 -2
lines
*: recursive bump for icu 76.1 shlib bump
Revision 1.18: download - view: text, markup, annotated - select for diffs
Sun Aug 25 06:18:34 2024 UTC (6 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2
lines
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed May 29 16:32:03 2024 UTC (9 months, 2 weeks ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2024Q2-base,
pkgsrc-2024Q2
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2
lines
revbump after icu and protobuf updates
Revision 1.16: download - view: text, markup, annotated - select for diffs
Tue Apr 30 13:28:57 2024 UTC (10 months, 2 weeks ago) by wiz
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -7
lines
hyperscan: update HOMEPAGE/MASTER_SITES
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:18:48 2023 UTC (16 months, 1 week ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +2 -2
lines
*: recursive bump for icu 74.1
Revision 1.14: download - view: text, markup, annotated - select for diffs
Mon Aug 14 05:24:09 2023 UTC (19 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +2 -2
lines
*: recursive bump for Python 3.11 as new default
Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jul 18 14:11:15 2023 UTC (19 months, 4 weeks ago) by nia
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +3 -3
lines
devel: Adapt packages to use USE_(CC|CXX)_FEATURES
Revision 1.12: download - view: text, markup, annotated - select for diffs
Tue Jun 6 12:40:38 2023 UTC (21 months, 1 week ago) by riastradh
Branches: MAIN
CVS tags: pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2
lines
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Apr 25 13:51:49 2023 UTC (22 months, 3 weeks ago) by jperkin
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +2 -2
lines
*: GCC_REQD must always be appended to.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:09:41 2023 UTC (22 months, 4 weeks ago) by adam
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +2 -2
lines
revbump after textproc/icu update
Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Nov 23 16:19:49 2022 UTC (2 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
massive revision bump after textproc/icu update
Revision 1.8: download - view: text, markup, annotated - select for diffs
Mon Apr 18 19:10:50 2022 UTC (2 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2
lines
revbump for textproc/icu update
Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Dec 8 16:03:58 2021 UTC (3 years, 3 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
revbump for icu and libffi
Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Apr 21 11:41:25 2021 UTC (3 years, 10 months ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
revbump for textproc/icu
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sun Nov 29 20:27:28 2020 UTC (4 years, 3 months ago) by nia
Branches: MAIN
CVS tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -1
lines
hyperscan: Handle sqlite dependency - attempt to fix build
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Apr 25 07:32:46 2019 UTC (5 years, 10 months ago) by maya
Branches: MAIN
CVS tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -1
lines
PKGREVISION bump for anything using python without a PYPKGPREFIX.
This is a semi-manual PKGREVISION bump.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Jul 25 00:26:30 2018 UTC (6 years, 7 months ago) by minskim
Branches: MAIN
CVS tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -3
lines
devel/hyperscan: Update to 5.0.0
New features:
- A hybrid library of Hyperscan and PCRE called Chimera
- Logical combination matching
- Experimental support for Windows
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sat Jun 2 19:13:45 2018 UTC (6 years, 9 months ago) by joerg
Branches: MAIN
CVS tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -1
lines
NetBSD has popcount, use it. Don't install non-portable examples.
Bump revision.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon May 7 22:18:53 2018 UTC (6 years, 10 months ago) by minskim
Branches: MAIN
devel/hyperscan: Import version 4.7.0
Hyperscan is a high-performance multiple regex matching library. It
follows the regular expression syntax of the commonly-used libpcre
library, but is a standalone library with its own C API. Hyperscan
uses hybrid automata techniques to allow simultaneous matching of
large numbers (up to tens of thousands) of regular expressions and for
the matching of regular expressions across streams of data.
CVSweb <webmaster@jp.NetBSD.org>