Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yara for openSUSE:Factory checked in 
at 2022-07-19 17:19:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yara (Old)
 and      /work/SRC/openSUSE:Factory/.yara.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yara"

Tue Jul 19 17:19:45 2022 rev:15 rq:990049 version:4.2.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/yara/yara.changes        2021-11-07 
00:20:15.604557565 +0100
+++ /work/SRC/openSUSE:Factory/.yara.new.1523/yara.changes      2022-07-19 
17:19:47.548401079 +0200
@@ -1,0 +2,38 @@
+Mon Jul 11 19:36:44 UTC 2022 - Dirk M??ller <[email protected]>
+
+- update to 4.2.2:
+  * BUGFIX: Fix buffer overrun en "dex" module
+  * BUGFIX: Wrong offset used when checking Version string of .net metadata
+  * BUGFIX: YARA doesn't compile if --with-debug-verbose flag is enabled
+  * BUGFIX: Null-pointer dereferences while loading corrupted compiled rules
+  * Implement the --skip-larger command-line option in Windows.
+  * BUGFIX: Error while scanning process memory in Linux (#1662). Thanks to 
@hillu.
+  * BUGFIX: Issue in "magic" module leading to wrong matches
+  * BUGFIX: Multiple issues triggered in low-memory conditions (#1671, #1673, 
#1674, #1675). Reported by @1ndahous3.
+  * BUGFIX: Incorrect parsing of character classes in some regular expressions 
(#1690). Reported by @Sevaarcen.
+  * BUGFIX: Heap overflow in ARM. Reported by @briangreenery.
+  * New syntax for counting string occurrences within a range of offsets. 
Example: #a in
+  * New syntax for checking if a set of strings are found within a range of 
offsets all of them in
+  * of operator now accepts sets of rules, Examples: 2 of (rule1, rule2, 
rule3), 2 of (rule*)
+  * New syntactic sugar allows writing 0 of
+  * New operator % for string sets. Example: 20% of them
+  * New operator defined
+  * New operator iequals
+  * Added functions abs, count, percentage and mode to math module
+  * The dotnet module is now built into YARA by default.
+  * Added the is_dotnet field to dotnet module
+  * Added new console module
+  * Added support of delayed imports to pe module
+  * Reduce memory pressure when scanning process memory in Linux
+  * Improve performance while matching certain hex strings
+  * Implement support for unicode file names in Windows
+  * Add new API functions yr_get_configuration_uintXX and 
yr_set_configuration_uintXX
+  * Add --max-process-memory-chunk option for controlling the size of the 
chunks while scanning a process memory
+  * Add --skip-larger option for skipping files larger than a certain size 
while scanning directories.
+  * Improve scanning performance with better atom extraction
+  * BUGFIX: fullword modifier not working properly under all locales
+  * BUGFIX: Fix edge case when files have a numeric name that was interpreted 
as a PID number
+  * BUGFIX: Fix memory leaks in magic module.
+  * BUGFIX: Fix integer overflow while scanning files larger than 2GB
+
+-------------------------------------------------------------------

Old:
----
  yara-4.1.3.tar.gz

New:
----
  yara-4.2.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ yara.spec ++++++
--- /var/tmp/diff_new_pack.nxcGl8/_old  2022-07-19 17:19:47.968401639 +0200
+++ /var/tmp/diff_new_pack.nxcGl8/_new  2022-07-19 17:19:47.968401639 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yara
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,9 +16,9 @@
 #
 
 
-%define soname 8
+%global soname 9
 Name:           yara
-Version:        4.1.3
+Version:        4.2.2
 Release:        0
 Summary:        A malware identification and classification tool
 License:        BSD-3-Clause
@@ -98,7 +98,7 @@
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %check
-%make_build check
+/usr/bin/make check
 
 %post   -n libyara%{soname} -p /sbin/ldconfig
 %postun -n libyara%{soname} -p /sbin/ldconfig

++++++ yara-4.1.3.tar.gz -> yara-4.2.2.tar.gz ++++++
++++ 25021 lines of diff (skipped)

Reply via email to