3 Commits

Author SHA256 Message Date
bebd936a85 Accepting request 1327800 from security:forensics
OBS-URL: https://build.opensuse.org/request/show/1327800
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yara?expand=0&rev=26
2026-01-17 20:42:40 +00:00
86a01ac96d - update to 4.5.5:
* Implement the `--no-follow-symlinks` option in Windows
    (6e11b5a).
  * BUGFIX: Revert YR_RE_SCAN_LIMIT back to 4096 (#2177).
  * BUGFIX: infinite loop while parsing corrupt resource
    directory in PE module (#2162).
  * BUGFIX: improved detection whether a string requires all
    matches (#2167).
  * BUGFIX: Heap overflow while loading hand-crafted compiled
    rules (#2178). Thanks to Momoko Shiraishi
  * for the report.
- update to 4.5.3:
  * BUGFIX: Escape new new and carriage return characters when
    printing file  paths (credits to:  Rajesh Pangare).
  * BUGFIX: Avoid infinite loop while iterating Mach-O regions.
  * BUGFIX: High memory consumption while parsing corrupted PE
    files.
  * BUGFIX: Issue while parsing imports in 32-bits PE files.
  * BUGFIX: Integer overflow while parsing ELF files.

OBS-URL: https://build.opensuse.org/package/show/security:forensics/yara?expand=0&rev=54
2026-01-17 09:31:04 +00:00
Greg Freemyer
4542d23225 Accepting request 1227640 from home:jgwang:branches:security:forensics
Update to version 4.5.1

OBS-URL: https://build.opensuse.org/request/show/1227640
OBS-URL: https://build.opensuse.org/package/show/security:forensics/yara?expand=0&rev=53
2025-05-23 19:51:31 +00:00
4 changed files with 28 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1f87056fcb10ee361936ee7b0548444f7974612ebb0e681734d8de7df055d1ec
size 2207923

3
yara-4.5.5.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d38e30fd9c1e1c7921d1c4568262d94f5c2d6b5da139fe49572a43ffbc5c53f6
size 2202497

View File

@@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri Jan 2 09:30:20 UTC 2026 - Dirk Müller <dmueller@suse.com>
- update to 4.5.5:
* Implement the `--no-follow-symlinks` option in Windows
(6e11b5a).
* BUGFIX: Revert YR_RE_SCAN_LIMIT back to 4096 (#2177).
* BUGFIX: infinite loop while parsing corrupt resource
directory in PE module (#2162).
* BUGFIX: improved detection whether a string requires all
matches (#2167).
* BUGFIX: Heap overflow while loading hand-crafted compiled
rules (#2178). Thanks to Momoko Shiraishi
* for the report.
- update to 4.5.3:
* BUGFIX: Escape new new and carriage return characters when
printing file paths (credits to: Rajesh Pangare).
* BUGFIX: Avoid infinite loop while iterating Mach-O regions.
* BUGFIX: High memory consumption while parsing corrupted PE
files.
* BUGFIX: Issue while parsing imports in 32-bits PE files.
* BUGFIX: Integer overflow while parsing ELF files.
-------------------------------------------------------------------
Fri Mar 21 15:25:57 UTC 2025 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package yara
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2026 SUSE LLC and contributors
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%global soname 10
Name: yara
Version: 4.5.2
Version: 4.5.5
Release: 0
Summary: A malware identification and classification tool
License: BSD-3-Clause