Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2023-08-14 22:35:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/afl (Old)
 and      /work/SRC/openSUSE:Factory/.afl.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "afl"

Mon Aug 14 22:35:52 2023 rev:79 rq:1103819 version:4.08c

Changes:
--------
--- /work/SRC/openSUSE:Factory/afl/afl.changes  2023-06-13 16:09:14.670791428 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new.11712/afl.changes       2023-08-14 
22:36:05.228541044 +0200
@@ -1,0 +2,35 @@
+Fri Aug 11 08:06:00 UTC 2023 - Marcus Meissner <[email protected]>
+
+- updated to 4.08c
+  - afl-fuzz:
+    - new mutation engine: mutations that favor discovery more paths are
+      prefered until no new finds for 10 minutes then switching to mutations
+      that favor triggering crashes. Modes and switch time can be configured
+      with `-P`. Also input mode for the target can be defined with `-a` to
+      be `text` or `binary` (defaults to `generic`)
+    - new custom mutator that has the new afl++ engine (so it can easily
+      incorporated into new custom mutators), and also comes with a standalone
+      command line tool! See custom_mutators/aflpp/standalone/
+    - display the state of the fuzzing run in the UI :-)
+    - fix timeout setting if '+' is used or a session is restarted
+    - -l X option to enable base64 transformation solving
+    - allow to disable CMPLOG with '-c -' (e.g. afl.rs enforces '-c 0' on
+      every instance which is counterproductive).
+  - afl-cmin/afl-cmin.bash:
+    - fixed a bug inherited from vanilla AFL where a coverage of
+      map[123] = 11 would be the same as map[1123] = 1
+    - warn on crashing inputs
+    - adjust threads if less inputs than threads specified
+  - afl-cc:
+    - fixed an off-by-one instrumentation of iselect, hurting coverage a bit.
+      Thanks to @amykweon for spotting and fixing!
+    - @toka fixed a bug in laf-intel signed integer comparison splitting,
+      thanks a lot!!
+    - more LLVM compatability
+  - frida_mode:
+    - support for long form instrumentation on x86_x64 and arm64
+    - renamed utils/get_symbol_addr.sh to utils/frida_get_symbol_addr.sh
+  - qemu_mode:
+    - added qemu_mode/utils/qemu_get_symbol_addr.sh
+
+-------------------------------------------------------------------

Old:
----
  4.07c.tar.gz

New:
----
  v4.08c.tar.gz

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

Other differences:
------------------
++++++ afl.spec ++++++
--- /var/tmp/diff_new_pack.S8utgN/_old  2023-08-14 22:36:06.072546411 +0200
+++ /var/tmp/diff_new_pack.S8utgN/_new  2023-08-14 22:36:06.076546436 +0200
@@ -27,13 +27,13 @@
 %endif
 
 Name:           afl
-Version:        4.07c
+Version:        4.08c
 Release:        0
 Summary:        American fuzzy lop is a security-oriented fuzzer
 #URL:            https://lcamtuf.coredump.cx/afl/
 License:        Apache-2.0
 URL:            https://github.com/AFLplusplus/AFLplusplus
-Source:         
https://github.com/AFLplusplus/AFLplusplus/archive/%{version}.tar.gz
+Source:         
https://github.com/AFLplusplus/AFLplusplus/archive/v%{version}.tar.gz
 Source1:        afl-rpmlintrc
 Patch1:         afl-3.0c-fix-paths.patch
 BuildRequires:  gcc-c++

Reply via email to