Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package afl for openSUSE:Factory checked in 
at 2021-07-20 15:39:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/afl (Old)
 and      /work/SRC/openSUSE:Factory/.afl.new.2632 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "afl"

Tue Jul 20 15:39:37 2021 rev:65 rq:907258 version:3.14c

Changes:
--------
--- /work/SRC/openSUSE:Factory/afl/afl.changes  2021-07-16 22:13:26.174535926 
+0200
+++ /work/SRC/openSUSE:Factory/.afl.new.2632/afl.changes        2021-07-20 
15:40:21.801568882 +0200
@@ -1,0 +2,40 @@
+Mon Jul 19 12:49:59 UTC 2021 - Marcus Meissner <meiss...@suse.com>
+
+- updated to 3.14c
+  - afl-fuzz:                                                                  
                                                                                
                              
+    - fix -F when a '/' was part of the parameter                              
                                                                                
                              
+    - fixed a crash for cmplog for very slow inputs                            
                                                                                
                              
+    - fix for AFLfast schedule counting                                        
                                                                                
                              
+    - removed implied -D determinstic from -M main                             
                                                                                
                              
+    - if the target becomes unavailable check out out/default/error.txt        
                                                                                
                              
+      for an indicator why                                                     
                                                                                
                              
+    - AFL_CAL_FAST was a dead env, now does the same as AFL_FAST_CAL           
                                                                                
                              
+    - reverse read the queue on resumes (more effective)                       
                                                                                
                              
+    - fix custom mutator trimming                                              
                                                                                
                              
+  - afl-cc:                                                                    
                                                                                
                              
+    - Update to COMPCOV/laf-intel that speeds up the instrumentation           
                                                                                
                              
+      process a lot - thanks to Michael Rodler/f0rki for the PR!               
                                                                                
                              
+    - Fix for failures for some sized string instrumentations                  
                                                                                
                              
+    - Fix to instrument global namespace functions in c++                      
                                                                                
                              
+    - Fix for llvm 13                                                          
                                                                                
                              
+    - support partial linking                                                  
                                                                                
                              
+    - do honor AFL_LLVM_{ALLOW/DENY}LIST for LTO autodictionary and DICT2FILE  
                                                                                
                              
+    - We do support llvm versions from 3.8 to 5.0 again                        
                                                                                
                              
+  - frida_mode:                                                                
                                                                                
                              
+    - several fixes for cmplog                                                 
                                                                                
                              
+    - remove need for AFL_FRIDA_PERSISTENT_RETADDR_OFFSET                      
                                                                                
                              
+    - less coverage collision                                                  
                                                                                
                              
+    - feature parity of aarch64 with intel now (persistent, cmplog,            
                                                                                
                              
+      in-memory testcases, asan)                                               
                                                                                
                              
+  - afl-cmin and afl-showmap -i do now descend into subdirectories             
                                                                                
                              
+    (like afl-fuzz does) - note that afl-cmin.bash does not!                   
                                                                                
                              
+  - afl_analyze:                                                               
                                                                                
                              
+    - fix timeout handling                                                     
                                                                                
                              
+    - add forkserver support for better performance                            
                                                                                
                              
+  - ensure afl-compiler-rt is built for gcc_module                             
                                                                                
                              
+  - always build aflpp_driver for libfuzzer harnesses                          
                                                                                
                              
+  - added `AFL_NO_FORKSRV` env variable support to                             
                                                                                
                              
+    afl-cmin, afl-tmin, and afl-showmap, by @jhertz                            
                                                                                
                              
+  - removed outdated documents, improved existing documentation                
                                                                                
                              
+
+-------------------------------------------------------------------

Old:
----
  3.13c.tar.gz

New:
----
  3.14c.tar.gz

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

Other differences:
------------------
++++++ afl.spec ++++++
--- /var/tmp/diff_new_pack.BFCXai/_old  2021-07-20 15:40:22.301569776 +0200
+++ /var/tmp/diff_new_pack.BFCXai/_new  2021-07-20 15:40:22.301569776 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           afl
-Version:        3.13c
+Version:        3.14c
 Release:        0
 Summary:        American fuzzy lop is a security-oriented fuzzer
 License:        Apache-2.0
@@ -82,11 +82,11 @@
 %{_libexecdir}/%{name}/afl-llvm-rt-lto-64.o
 %endif
 %endif
-%ifarch %ix86 %{arm} s390x
+%ifarch %ix86 %{arm} s390x ppc64le
 %{_libexecdir}/%{name}/afl-compiler-rt-32.o
 %{_libexecdir}/%{name}/afl-llvm-rt-32.o
 %endif
-%ifarch %ix86 aarch64 s390x
+%ifarch %ix86 aarch64 s390x ppc64le
 %{_libexecdir}/%{name}/afl-llvm-rt-lto-32.o
 %endif
 %{_libexecdir}/%{name}/afl-compiler-rt.o
@@ -96,6 +96,7 @@
 %endif
 %{_libexecdir}/%{name}/dynamic_list.txt
 %{_libexecdir}/%{name}/*.so
+%{_libexecdir}/%{name}/*.a
 %dir %{_datadir}/%{name}
 %dir %{_datadir}/%{name}/testcases
 %{_datadir}/%{name}/testcases/*

++++++ 3.13c.tar.gz -> 3.14c.tar.gz ++++++
++++ 19522 lines of diff (skipped)

Reply via email to