Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yara for openSUSE:Factory checked in 
at 2023-04-14 13:12:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yara (Old)
 and      /work/SRC/openSUSE:Factory/.yara.new.19717 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yara"

Fri Apr 14 13:12:38 2023 rev:18 rq:1077591 version:4.3.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yara/yara.changes        2023-02-17 
16:45:33.251048195 +0100
+++ /work/SRC/openSUSE:Factory/.yara.new.19717/yara.changes     2023-04-14 
13:12:42.839438912 +0200
@@ -1,0 +2,25 @@
+Thu Mar 30 14:56:03 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- Build AVX2 enabled hwcaps library for x86_64-v3
+
+
+-------------------------------------------------------------------
+Thu Mar 30 12:41:35 UTC 2023 - Andrea Manzini <andrea.manz...@suse.com>
+
+- update to 4.3.0:
+  * Added a not operator for bytes in hex strings. Example: {01 ~02 03} 
(#1676).
+  * for statement can iterate over sets of literal strings (e.g. for any s in 
("a", "b"): (pe.imphash() == s)) (#1787).
+    of statement can be used with at (e.g. any of them at 0) (#1790).
+  * Added the --print-xor-key (-X in short form) command-line option that 
prints the XOR key for xored strings (#1745).
+  * Implement the --skip-larger command-line option in Windows (#1678).
+  * Add parsing of .NET user types from .NET metadata stream in "dotnet" 
module (#1605).
+  * Improve certificate parsing and validation in "pe" module (#1623).
+  * Improve error reporting on certain edge cases (#1709, #1722).
+  * BUGFIX: Fix multiple memory alignment issues causing crashes in non-x86 
platforms (#1724).
+  * BUGFIX: Fix implementation of math.serial_correlation(#1771).
+  * BUGFIX: Fix infinite recursion in dotnet module (#1794).
+  * BUGFIX: Fix SIGFPE when dividing INT64_MIN by -1 (c2557fc).
+  * BUGFIX: Fix several endianess issues (#1884, #1874, #1855).
+- removed fix-test-magic.patch as was merged into upstream
+
+-------------------------------------------------------------------

Old:
----
  fix-test-magic.patch
  yara-4.2.3.tar.gz

New:
----
  baselibs.conf
  yara-4.3.0.tar.gz

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

Other differences:
------------------
++++++ yara.spec ++++++
--- /var/tmp/diff_new_pack.8FfwDo/_old  2023-04-14 13:12:43.327441703 +0200
+++ /var/tmp/diff_new_pack.8FfwDo/_new  2023-04-14 13:12:43.331441726 +0200
@@ -16,17 +16,16 @@
 #
 
 
-%global soname 9
+%global soname 10
 Name:           yara
-Version:        4.2.3
+Version:        4.3.0
 Release:        0
 Summary:        A malware identification and classification tool
 License:        BSD-3-Clause
 Group:          System/Filesystems
 URL:            https://virustotal.github.io/yara/
 Source:         
https://github.com/VirusTotal/yara/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-# PATCH-FIX-UPSTREAM -- backport upstream fixes for file magic tests
-Patch:          fix-test-magic.patch
+Source99:       baselibs.conf
 BuildRequires:  file-devel
 BuildRequires:  flex
 BuildRequires:  libtool
@@ -36,6 +35,7 @@
 BuildRequires:  pkgconfig(libpcre16)
 BuildRequires:  pkgconfig(libpcrecpp)
 BuildRequires:  pkgconfig(libpcreposix)
+%{?suse_build_hwcaps_libs}
 
 %description
 YARA is a tool aimed at helping malware researchers to identify and classify
@@ -71,6 +71,7 @@
 Summary:        Documentation files to support the YARA malware identification 
tool
 Group:          Development/Libraries/C and C++
 Requires:       libyara%{soname} = %{version}-%{release}
+BuildArch:      noarch
 
 %description doc
 Documentation and guideslines to support YARA.

++++++ baselibs.conf ++++++
libyara10

++++++ yara-4.2.3.tar.gz -> yara-4.3.0.tar.gz ++++++
++++ 35148 lines of diff (skipped)

Reply via email to