Up to [cvs.NetBSD.org] / pkgsrc / security / py-yara
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.13 / (download) - annotate - [select for diffs], Mon Nov 28 18:57:19 2022 UTC (12 months, 1 week ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2,
pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.12: +9 -7
lines
Diff to previous 1.12 (colored)
yara py-yara: updated to 4.2.3 YARA v4.2.3 BUGFIX: Fix security issue that can lead to arbitrary code execution. BUGFIX: Fix incorrect logic in expressions like <quantifier> of <string_set> in (start..end
Revision 1.12 / (download) - annotate - [select for diffs], Tue Jan 4 20:54:45 2022 UTC (23 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1
Changes since 1.11: +2 -1
lines
Diff to previous 1.11 (colored)
*: bump PKGREVISION for egg.mk users They now have a tool dependency on py-setuptools instead of a DEPENDS
Revision 1.11 / (download) - annotate - [select for diffs], Sun May 30 01:16:28 2021 UTC (2 years, 6 months ago) by khorben
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.10: +4 -5
lines
Diff to previous 1.10 (colored)
{,py-}yara: update to version 4.1.0 Since version 3.11.0: YARA v4.1.0 * New operators icontains, endswith, iendswith, startswith, istartswith. * Accept \t escape sequence in text strings. * Add --no-follow-links command-line option to yara. * Prevent yara from following links to "." (@1D2D). * Implemented non-blocking scanning API (@simonhf). * When a string causes too many matches, YARA raises a warning instead of failing (@wxsBSD). * BUGFIX: The use of --timeout could hang yara when scanning directories or lists of files (#1481). * BUGFIX: Incorrect parsing of PE certificates (#1443). * BUGFIX: Short-circuit evaluation not working fine with undefined expressions. YARA v4.1.0-rc2 * Don't raise warnings for non-ASCII strings. YARA v4.1.0-rc1 * New operators icontains, endswith, iendswith, startswith, istartswith. * Raise warnings for non-ascii strings. * Accept \t escape sequence in text strings. * Add --no-follow-links command-line option to yara. * Prevent yara from following links to "." (@1D2D). * Implemented non-blocking scanning API (@simonhf). * When a string causes too many matches, YARA raises a warning instead of failing. YARA v4.0.5 * BUGFIX: Fix bug in "macho" module introduced in v4.0.4. YARA v4.0.4 * BUGFIX: Multiple out-of-bounds reads in "macho" module. Credits to Luis Merino from X41 D-SEC GmbH for reporting these issues. YARA v4.0.3 * BUGFIX: Multiple out-of-bounds read in "dotnet" module. YARA v4.0.2 * BUGFIX: Use-after-free bug in PE module (#1287). * BUGFIX: Incorrect errors in rules when a single rule is badly formatted (#1294). * BUGFIX: Assertion failed with rules that have invalid syntax (#1295). * BUGFIX: Integer overflow causing missed matches on files larger than 2GB (#1304). * BUGFIX: Crashes in Mac OS while scanning binaries with a signature that can't be verified (#1309). YARA v4.0.1 * Update sandboxed API (#1276). * BUGFIX: Fix regression in exports parsing in PE module (2bf67e6). * BUGFIX: Fix unaligned accesses in ARM (e1654ae). YARA v4.0.0 * New string modifiers base64 and base64wide (#1185). * New string modifier private (#1096). * Iterators for dictionaries and arrays (#1141). * Multiple API changes. * Memory footprint greatly reduced, specially when compiling large numbers of rules. * New commmand-line option --scan-list (#1261). * Added pdb_path field to "pe" module. * Added export_details array to "pe" module. * Added exports_index functions to "pe" module. * Improvements to "cuckoo" module. * BUGFIX: PE files with multiple signatures are parsed correctly (#940). * BUGFIX: Fix PE rich header parsing (#1164). * BUGFIX: Buffer overruns in "dotnet" module (#1167, #1173).
Revision 1.10 / (download) - annotate - [select for diffs], Mon Nov 4 21:13:01 2019 UTC (4 years, 1 month ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3,
pkgsrc-2020Q2-base,
pkgsrc-2020Q2,
pkgsrc-2020Q1-base,
pkgsrc-2020Q1,
pkgsrc-2019Q4-base,
pkgsrc-2019Q4
Changes since 1.9: +2 -2
lines
Diff to previous 1.9 (colored)
security: align variable assignments pkglint -Wall -F --only aligned --only indent -r No manual corrections.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Sep 2 13:19:55 2019 UTC (4 years, 3 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Revision 1.8 / (download) - annotate - [select for diffs], Fri Apr 26 13:14:13 2019 UTC (4 years, 7 months ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 3 05:03:32 2018 UTC (5 years, 5 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1,
pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
extend PYTHON_VERSIONS_ for Python 3.7
Revision 1.4.2.1 / (download) - annotate - [select for diffs], Tue Jun 13 18:41:37 2017 UTC (6 years, 5 months ago) by bsiegert
Branch: pkgsrc-2017Q1
Changes since 1.4: +7 -3
lines
Diff to previous 1.4 (colored) next main 1.5 (colored)
Pullup ticket #5475 - requested by khorben security/py-yara: security fix security/yara: security fix Revisions pulled up: - security/py-yara/Makefile 1.5 - security/py-yara/PLIST 1.2 - security/py-yara/distinfo 1.5-1.7 - security/yara/Makefile 1.3 - security/yara/Makefile.common 1.5-1.8 - security/yara/PLIST 1.3 - security/yara/distinfo 1.6-1.8 --- Module Name: pkgsrc Committed By: khorben Date: Mon May 15 15:27:31 UTC 2017 Modified Files: pkgsrc/security/py-yara: Makefile PLIST distinfo pkgsrc/security/yara: Makefile Makefile.common PLIST distinfo Log Message: Update security/{,py-yara} to version 3.5.0 The release notes mention: * Match length operator (http://yara.readthedocs.io/en/v3.5.0/writingrules.html#match-length) * Performance improvements * Less memory consumption while scanning processes * Exception handling when scanning memory blocks * Negative integers in meta fields * Added the --stack-size command-argument * Functions import_ordinal, is_dll, is_32bit and is_64bit added to PE module * Functions rich_signature.toolid and rich_signature.version added to PE module * Lots of bug fixes The Python bindings are now released from a different tree, with the same versioning apparently though. "welcome to update" pettai@ --- Module Name: pkgsrc Committed By: khorben Date: Mon May 15 15:34:12 UTC 2017 Modified Files: pkgsrc/security/yara: Makefile.common Log Message: Set myself as the maintainer --- Module Name: pkgsrc Committed By: khorben Date: Wed Jun 7 20:11:42 UTC 2017 Modified Files: pkgsrc/security/py-yara: distinfo pkgsrc/security/yara: Makefile.common distinfo Log Message: Package yara 3.6.0 In the release notes: * .NET module (Wesley Shields) * New features for ELF module (Jacob Baines) * Fix endianness issues (Hilko Bengen) * Function yr_compiler_add_fd added to libyara * MAX_THREADS limit can be arbitrarily increased (Emerson R. Wiley) * Added --fail-on-warnings command-line option * Multiple bug fixes --- Module Name: pkgsrc Committed By: khorben Date: Wed Jun 7 20:27:37 UTC 2017 Modified Files: pkgsrc/security/py-yara: distinfo pkgsrc/security/yara: Makefile.common distinfo Log Message: Package yara 3.6.1 In the release notes: * BUGFIX: Stack overflow caused by uncontrolled recursiveness (CVE-2017-9304) * BUGFIX: pe.overlay.size was undefined if the PE didn't have an overlay. Now it's set to 0 in those cases. * BUGFIX: Fix initalization issue that could cause a crash if rules compiled with a 32bit yarac is used with a 64bit yara.
Revision 1.6 / (download) - annotate - [select for diffs], Wed Jun 7 20:46:34 2017 UTC (6 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1,
pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.5: +5 -8
lines
Diff to previous 1.5 (colored)
Simplify *yara packages.
Revision 1.5 / (download) - annotate - [select for diffs], Mon May 15 15:27:31 2017 UTC (6 years, 6 months ago) by khorben
Branch: MAIN
Changes since 1.4: +7 -3
lines
Diff to previous 1.4 (colored)
Update security/{,py-yara} to version 3.5.0 The release notes mention: * Match length operator (http://yara.readthedocs.io/en/v3.5.0/writingrules.html#match-length) * Performance improvements * Less memory consumption while scanning processes * Exception handling when scanning memory blocks * Negative integers in meta fields * Added the --stack-size command-argument * Functions import_ordinal, is_dll, is_32bit and is_64bit added to PE module * Functions rich_signature.toolid and rich_signature.version added to PE module * Lots of bug fixes The Python bindings are now released from a different tree, with the same versioning apparently though. "welcome to update" pettai@
Revision 1.4 / (download) - annotate - [select for diffs], Sun Jan 1 14:43:56 2017 UTC (6 years, 11 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base
Branch point for: pkgsrc-2017Q1
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Add python-3.6 to incompatible versions.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jul 9 13:04:05 2016 UTC (7 years, 4 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Remove python33: adapt all packages that refer to it.
Revision 1.2 / (download) - annotate - [select for diffs], Sat Dec 5 21:25:58 2015 UTC (8 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Revision 1.1 / (download) - annotate - [select for diffs], Sat Jun 6 09:13:27 2015 UTC (8 years, 6 months ago) by pettai
Branch: MAIN
CVS Tags: pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Yara python bindings