SHA256
1
0
forked from pool/afl
Commit Graph

156 Commits

Author SHA256 Message Date
6c27ae7bd0 Accepting request 759706 from home:msmeissn:branches:devel:tools
- updated to 2.59c
  - qbdi_mode: fuzz android native libraries via QBDI framework
  - unicorn_mode: switched to the new unicornafl, thanks domenukk
                  (see https://github.com/vanhauser-thc/unicorn)
  - afl-fuzz:
     - added radamsa as (an optional) mutator stage (-R[R])
     - added -u command line option to not unlink the fuzz input file
     - Python3 support (autodetect)
     - AFL_DISABLE_TRIM env var to disable the trim stage
     - CPU affinity support for DragonFly
  - llvm_mode:
     - float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS
     - support for llvm 10 included now (thanks to devnexen)
  - libtokencap:
     - support for *BSD/OSX/Dragonfly added
     - hook common *cmp functions from widely used libraries
  - compcov:
     - hook common *cmp functions from widely used libraries
     - floating point splitting support for QEMU on x86 targets
  - qemu_mode: AFL_QEMU_DISABLE_CACHE env to disable QEMU TranslationBlocks caching
  - afl-analyze: added AFL_SKIP_BIN_CHECK support
  - better random numbers for gcc_plugin and llvm_mode (thanks to devnexen)
  - Dockerfile by courtesy of devnexen
  - added regex.dictionary
  - qemu and unicorn download scripts now try to download until the full
    download succeeded. f*ckin travis fails downloading 40% of the time!
  - more support for Android (please test!)
  - added the few Android stuff we didnt have already from Google afl repository
  - removed unnecessary warnings

OBS-URL: https://build.opensuse.org/request/show/759706
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=101
2019-12-27 16:48:56 +00:00
Dominique Leuenberger
f67e797559 Accepting request 750847 from devel:tools
- updated to 2.58c
  - reverted patch to not unlink and recreate the input file, it resulted in performance loss of ~10%
  - added test/test-performance.sh script
  - (re)added gcc_plugin, fast inline instrumentation is not yet finished, however it includes the whitelisting and persistance feature! by hexcoder-
  - gcc_plugin tests added to testing framework
- jump to 2.57 instead of 2.55 to catch up with Google's versioning
  - persistent mode for QEMU (see qemu_mode/README.md)
  - custom mutator library is now an additional mutator, to exclusivly use it
  - add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour)
  - new library qemu_mode/unsigaction which filters sigaction events
  - afl-fuzz: new command line option -I to execute a command on a new crash
  - no more unlinking the input file, this way the input file can also be a
  - FIFO or disk partition
  - setting LLVM_CONFIG for llvm_mode will now again switch to the selected
  - llvm version. If your setup is correct.
  - fuzzing strategy yields for custom mutator were missing from the UI, added them :)
  - added "make tests" which will perform checks to see that all functionality
  - is working as expected. this is currently the starting point, its not complete :)
  - added mutation documentation feature ("make document"), creates afl-fuzz-document
  - and saves all mutations of the first run on the first file into out/queue/mutations
  - libtokencap and libdislocator now compile to the afl_root directory and are
  - installed to the .../lib/afl directory when present during make install
  - more BSD support, e.g. free CPU binding code for FreeBSD (thanks to devnexen)
  - reducing duplicate code in afl-fuzz
  - added "make help"
  - removed compile warnings from python internal stuff
  - added man page for afl-clang-fast[++]
  - updated documentation
  - Wine mode to run Win32 binaries with the QEMU instrumentation (-W)
  - CompareCoverage for ARM target in QEMU/Unicorn

OBS-URL: https://build.opensuse.org/request/show/750847
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=43
2019-11-26 16:02:06 +00:00
6bb4e5f8dd OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=99 2019-11-25 18:08:57 +00:00
f670fb818a Accepting request 747174 from home:msmeissn:branches:devel:tools
- updated to 2.58c
  - reverted patch to not unlink and recreate the input file, it resulted in performance loss of ~10%
  - added test/test-performance.sh script
  - (re)added gcc_plugin, fast inline instrumentation is not yet finished, however it includes the whitelisting and persistance feature! by hexcoder-
  - gcc_plugin tests added to testing framework
- jump to 2.57 instead of 2.55 to catch up with Google's versioning
  - persistent mode for QEMU (see qemu_mode/README.md)
  - custom mutator library is now an additional mutator, to exclusivly use it
  - add AFL_CUSTOM_MUTATOR_ONLY (that will trigger the previous behaviour)
  - new library qemu_mode/unsigaction which filters sigaction events
  - afl-fuzz: new command line option -I to execute a command on a new crash
  - no more unlinking the input file, this way the input file can also be a
  - FIFO or disk partition
  - setting LLVM_CONFIG for llvm_mode will now again switch to the selected
  - llvm version. If your setup is correct.
  - fuzzing strategy yields for custom mutator were missing from the UI, added them :)
  - added "make tests" which will perform checks to see that all functionality
  - is working as expected. this is currently the starting point, its not complete :)
  - added mutation documentation feature ("make document"), creates afl-fuzz-document
  - and saves all mutations of the first run on the first file into out/queue/mutations
  - libtokencap and libdislocator now compile to the afl_root directory and are
  - installed to the .../lib/afl directory when present during make install
  - more BSD support, e.g. free CPU binding code for FreeBSD (thanks to devnexen)
  - reducing duplicate code in afl-fuzz
  - added "make help"
  - removed compile warnings from python internal stuff
  - added man page for afl-clang-fast[++]
  - updated documentation
  - Wine mode to run Win32 binaries with the QEMU instrumentation (-W)
  - CompareCoverage for ARM target in QEMU/Unicorn

OBS-URL: https://build.opensuse.org/request/show/747174
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=98
2019-11-10 10:24:08 +00:00
Dominique Leuenberger
3f68b05aaf Accepting request 739467 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/739467
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=42
2019-11-06 12:51:38 +00:00
Martin Pluskal
d32720677e Accepting request 739427 from home:RBrownSUSE:branches:devel:tools
Remove obsolete Groups tag (fate#326485)

OBS-URL: https://build.opensuse.org/request/show/739427
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=96
2019-10-17 13:04:22 +00:00
Dominique Leuenberger
e5a53a2a3a Accepting request 711649 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/711649
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=41
2019-06-24 19:53:14 +00:00
Martin Pluskal
380046e33c Accepting request 711570 from home:msmeissn:branches:devel:tools
- updated to afl++ 2.52c version, community fork. It integrates 
  various community patches.
  - community patches to make llvm_mode and qemu_mode faster, plus new features and bugfixes
  - qemu upgraded to 3.1
  - aflfast powerschedules added
  - llvm_mode now supports llvm up to version 8

OBS-URL: https://build.opensuse.org/request/show/711570
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=94
2019-06-24 07:24:50 +00:00
Dominique Leuenberger
f099e557e0 Accepting request 632354 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/632354
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=40
2018-08-31 08:48:01 +00:00
74a803cbc5 Accepting request 632353 from home:Guillaume_G:branches:openSUSE:Factory:ARM
- Fix build on non X86* platforms

OBS-URL: https://build.opensuse.org/request/show/632353
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=92
2018-08-30 15:07:23 +00:00
Dominique Leuenberger
6d7f40294d Accepting request 539104 from devel:tools
OBS-URL: https://build.opensuse.org/request/show/539104
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=39
2017-11-07 09:00:41 +00:00
397023c914 Accepting request 539100 from home:mnhauke
- Update to version 2.52b:
  * Upgraded QEMU patches from 2.3.0 to 2.10.0. Required troubleshooting
    several weird issues.
  * Added setsid to afl-showmap. See the notes for 2.51b.
  * Added target mode (deferred, persistent, qemu, etc) to fuzzer_stats.
  * afl-tmin should now save a partially minimized file when Ctrl-C
    is pressed.
  * Added an option for afl-analyze to dump offsets in hex.
  * Added support for parameters in triage_crashes.sh.

OBS-URL: https://build.opensuse.org/request/show/539100
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=90
2017-11-05 08:22:19 +00:00
Dominique Leuenberger
396a2baa02 Accepting request 520490 from devel:tools
afl 2.51b

OBS-URL: https://build.opensuse.org/request/show/520490
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=38
2017-09-04 10:39:06 +00:00
75afcd9eb3 afl 2.51b
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=88
2017-09-03 12:10:11 +00:00
Yuchen Lin
00789e70d3 Accepting request 513056 from devel:tools
- include docs/README

OBS-URL: https://build.opensuse.org/request/show/513056
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=37
2017-08-01 07:25:13 +00:00
07054b8734 OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=86 2017-07-30 07:32:02 +00:00
bc64e44818 - include docs/README
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=85
2017-07-29 23:05:21 +00:00
Dominique Leuenberger
9b7dadf187 Accepting request 512611 from devel:tools
- Version 2.49b
  - Added AFL_TMIN_EXACT to allow path constraint for crash minimization.
  - Added dates for releases (retroactively for all of 2017).
- Version 2.48b
  - Added AFL_ALLOW_TMP to permit some scripts to run in /tmp.
  - Fixed cwd handling in afl-analyze (similar to the quirk in afl-tmin).
  - Made it possible to point -o and -f to the same file in afl-tmin.
- Version 2.47b
  - Fixed cwd handling in afl-tmin. Spotted by Jakub Wilk.
- Version 2.46b
  - libdislocator now supports AFL_LD_NO_CALLOC_OVER for folks who do not
    want to abort on calloc() overflows.
  - Made a minor fix to libtokencap. Reported by Daniel Stender.
  - Added a small JSON dictionary, inspired on a dictionary done by Jakub Wilk. (forwarded request 512610 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/512611
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=36
2017-07-26 11:06:26 +00:00
c662242f9d Accepting request 512610 from home:msmeissn:branches:devel:tools
- Version 2.49b
  - Added AFL_TMIN_EXACT to allow path constraint for crash minimization.
  - Added dates for releases (retroactively for all of 2017).
- Version 2.48b
  - Added AFL_ALLOW_TMP to permit some scripts to run in /tmp.
  - Fixed cwd handling in afl-analyze (similar to the quirk in afl-tmin).
  - Made it possible to point -o and -f to the same file in afl-tmin.
- Version 2.47b
  - Fixed cwd handling in afl-tmin. Spotted by Jakub Wilk.
- Version 2.46b
  - libdislocator now supports AFL_LD_NO_CALLOC_OVER for folks who do not
    want to abort on calloc() overflows.
  - Made a minor fix to libtokencap. Reported by Daniel Stender.
  - Added a small JSON dictionary, inspired on a dictionary done by Jakub Wilk.

OBS-URL: https://build.opensuse.org/request/show/512610
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=83
2017-07-26 07:01:55 +00:00
Dominique Leuenberger
ed33d68803 Accepting request 508930 from devel:tools
- update to 2.45b:
  - Added strstr, strcasestr support to libtokencap. Contributed by
    Daniel Hodson.
  - Fixed a resumption offset glitch spotted by Jakub Wilk.
  - There are definitely no bugs in afl-showmap -c now.

OBS-URL: https://build.opensuse.org/request/show/508930
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=35
2017-07-09 11:04:16 +00:00
1be7810783 - update to 2.45b:
- Added strstr, strcasestr support to libtokencap. Contributed by
    Daniel Hodson.
  - Fixed a resumption offset glitch spotted by Jakub Wilk.
  - There are definitely no bugs in afl-showmap -c now.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=81
2017-07-07 14:59:53 +00:00
Dominique Leuenberger
81c31ed399 Accepting request 507727 from devel:tools
afl 2.44b

OBS-URL: https://build.opensuse.org/request/show/507727
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=34
2017-07-04 07:10:40 +00:00
0f7a6c5c15 2.44b
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=79
2017-07-03 08:20:02 +00:00
Yuchen Lin
8964e3941c Accepting request 487488 from devel:tools
- update to 2.41b:
  - Addressed a major user complaint related to timeout detection. Timing out
    inputs are now binned as "hangs" only if they exceed a far more generous
    time limit than the one used to reject slow paths.
- update to 2.40b:
  - Fixed a minor oversight in the insertion strategy for dictionary words.
    Spotted by Andrzej Jackowski.
  - Made a small improvement to the havoc block insertion strategy.
  - Adjusted color rules for "is it done yet?" indicators.

OBS-URL: https://build.opensuse.org/request/show/487488
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=33
2017-04-12 15:37:50 +00:00
78226c0401 - update to 2.41b:
- Addressed a major user complaint related to timeout detection. Timing out
    inputs are now binned as "hangs" only if they exceed a far more generous
    time limit than the one used to reject slow paths.
- update to 2.40b:
  - Fixed a minor oversight in the insertion strategy for dictionary words.
    Spotted by Andrzej Jackowski.
  - Made a small improvement to the havoc block insertion strategy.
  - Adjusted color rules for "is it done yet?" indicators.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=77
2017-04-12 06:26:28 +00:00
Dominique Leuenberger
91c1981e9b Accepting request 477897 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/477897
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=32
2017-03-12 19:04:31 +00:00
Martin Pluskal
ba6acf2ea1 Accepting request 477825 from home:sfalken:branches:devel:tools
- Changed %doc line, to clear buildfailure in openSUSE:Factory
  Due to unpackaged files

OBS-URL: https://build.opensuse.org/request/show/477825
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=75
2017-03-09 08:31:09 +00:00
Dominique Leuenberger
25ff27a0a4 Accepting request 455996 from devel:tools
- update to 2.39b:
  - Improved error reporting in afl-cmin. Suggested by floyd.
  - Made a minor tweak to trace-pc-guard support. Suggested by kcc.
  - Added a mention of afl-monitor.

- update to  2.38b:
  * Added -mllvm -sanitizer-coverage-block-threshold=0 to
    trace-pc-guard mode
  * Fixed a cosmetic bad free() bug when aborting -S sessions
  * Made a small change to afl-whatsup to sort fuzzers by name.
  * Fixed a minor issue with malloc(0) in libdislocator
  * Changed the clobber pattern in libdislocator to a slightly more
    reliable one
  * Added a note about THP performance
  * Added a somewhat unofficial support for running afl-tmin with a
    baseline "mask" that causes it to minimize only for edges that
    are unique to the input file, but not to the "boring" baseline.
  * "Fixed" a getPassName() problem with never versions of clang.

OBS-URL: https://build.opensuse.org/request/show/455996
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=31
2017-02-13 06:49:35 +00:00
eb03ddfa23 - update to 2.39b:
- Improved error reporting in afl-cmin. Suggested by floyd.
  - Made a minor tweak to trace-pc-guard support. Suggested by kcc.
  - Added a mention of afl-monitor.

OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=73
2017-02-10 12:09:56 +00:00
aaa39f5627 Accepting request 454277 from home:AndreasStieger:branches:devel:tools
afl 2.38b

OBS-URL: https://build.opensuse.org/request/show/454277
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=72
2017-02-02 18:42:47 +00:00
Dominique Leuenberger
4c92a3dc50 Accepting request 436567 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/436567
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=30
2016-10-23 10:51:46 +00:00
Martin Pluskal
788f2cd04f Accepting request 436436 from home:pluskalm:branches:devel:tools
- Update to version 2.35b:
  * Fixed a minor cmdline reporting glitch, spotted by Leo Barnes.
  * Fixed a silly bug in libdislocator. Spotted by Johannes Schultz.
- Changes for version 2.34b:
  * Added a note about afl-tmin to technical_details.txt.
  * Added support for AFL_NO_UI, as suggested by Leo Barnes.
- Changes for version 2.33b:
  * Added code to strip -Wl,-z,defs and -Wl,--no-undefined for
    fl-clang-fast, since they interfere with -shared. Spotted and
    iagnosed by Toby Hutton.
  * Added some fuzzing tips for Android.

OBS-URL: https://build.opensuse.org/request/show/436436
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=70
2016-10-20 18:27:52 +00:00
Dominique Leuenberger
443f08e320 Accepting request 422108 from devel:tools
- Version 2.32b:
  - Added a check for AFL_HARDEN combined with AFL_USE_*SAN. Suggested by Hanno Boeck.
  - Made several other cosmetic adjustments to cycle timing in the wake of the big tweak made in 2.31b.
- Version 2.31b:
  - Changed havoc cycle counts for a marked performance boost, especially
    with -S / -d. See the discussion of FidgetyAFL in:
    https://groups.google.com/forum/#!topic/afl-users/fOPeb62FZUg
    While this does not implement the approach proposed by the authors of
    the CCS paper, the solution is a result of digging into that research;
    more improvements may follow as I do more experiments and get more
    definitive data.
- Version 2.30b:
  - Made minor improvements to persistent mode to avoid the remote
    possibility of "no instrumentation detected" issues with very low
    instrumentation densities.
  - Fixed a minor glitch with a leftover process in persistent mode.
    Reported by Jakub Wilk and Daniel Stender.
  - Made persistent mode bitmaps a bit more consistent and adjusted the way
    this is shown in the UI, especially in persistent mode.
- Version 2.29b:
  - Made a minor #include fix to llvm_mode. Suggested by Jonathan Metzman.
  - Made cosmetic updates to the docs.
- Version 2.28b:
  - Added "life pro tips" to docs/.
  - Moved testcases/_extras/ to dictionaries/ for visibility.
  - Made minor improvements to install scripts.
  - Added an important safety tip.
- Version 2.27b:
  - Added libtokencap, a simple feature to intercept strcmp / memcmp and
    generate dictionary entries that can help extend coverage. (forwarded request 422107 from msmeissn)

OBS-URL: https://build.opensuse.org/request/show/422108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=29
2016-08-29 13:35:48 +00:00
2b75b08ec6 Accepting request 422107 from home:msmeissn:branches:devel:tools
- Version 2.32b:
  - Added a check for AFL_HARDEN combined with AFL_USE_*SAN. Suggested by Hanno Boeck.
  - Made several other cosmetic adjustments to cycle timing in the wake of the big tweak made in 2.31b.
- Version 2.31b:
  - Changed havoc cycle counts for a marked performance boost, especially
    with -S / -d. See the discussion of FidgetyAFL in:
    https://groups.google.com/forum/#!topic/afl-users/fOPeb62FZUg
    While this does not implement the approach proposed by the authors of
    the CCS paper, the solution is a result of digging into that research;
    more improvements may follow as I do more experiments and get more
    definitive data.
- Version 2.30b:
  - Made minor improvements to persistent mode to avoid the remote
    possibility of "no instrumentation detected" issues with very low
    instrumentation densities.
  - Fixed a minor glitch with a leftover process in persistent mode.
    Reported by Jakub Wilk and Daniel Stender.
  - Made persistent mode bitmaps a bit more consistent and adjusted the way
    this is shown in the UI, especially in persistent mode.
- Version 2.29b:
  - Made a minor #include fix to llvm_mode. Suggested by Jonathan Metzman.
  - Made cosmetic updates to the docs.
- Version 2.28b:
  - Added "life pro tips" to docs/.
  - Moved testcases/_extras/ to dictionaries/ for visibility.
  - Made minor improvements to install scripts.
  - Added an important safety tip.
- Version 2.27b:
  - Added libtokencap, a simple feature to intercept strcmp / memcmp and
    generate dictionary entries that can help extend coverage.

OBS-URL: https://build.opensuse.org/request/show/422107
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=68
2016-08-25 13:19:30 +00:00
Dominique Leuenberger
4cfd8c8e67 Accepting request 414716 from devel:tools
afl 2.21b

OBS-URL: https://build.opensuse.org/request/show/414716
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=28
2016-07-28 21:46:39 +00:00
b26fd75d55 afl 2.21b
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=66
2016-07-23 19:11:26 +00:00
0c74a46b0d afl 2.20b
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=65
2016-07-22 08:47:17 +00:00
Dominique Leuenberger
095f661958 Accepting request 405155 from devel:tools
afl 2.17b

OBS-URL: https://build.opensuse.org/request/show/405155
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=27
2016-07-01 07:59:29 +00:00
eabc8530c7 afl 2.17b
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=63
2016-06-28 06:30:22 +00:00
Dominique Leuenberger
0328229902 Accepting request 402531 from devel:tools
afl 2.14b (forwarded request 402522 from AndreasStieger)

OBS-URL: https://build.opensuse.org/request/show/402531
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=26
2016-06-19 08:49:33 +00:00
7cc6a08424 Accepting request 402522 from home:AndreasStieger:branches:devel:tools
afl 2.14b

OBS-URL: https://build.opensuse.org/request/show/402522
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=61
2016-06-15 18:29:32 +00:00
Dominique Leuenberger
ed5224fb18 Accepting request 399108 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/399108
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=25
2016-06-02 07:38:50 +00:00
08b9a42a95 Accepting request 399107 from home:AndreasStieger:branches:devel:tools
afl 2.13b

OBS-URL: https://build.opensuse.org/request/show/399107
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=59
2016-05-31 11:22:31 +00:00
Dominique Leuenberger
65ef4c6521 Accepting request 393279 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/393279
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=24
2016-05-05 06:12:45 +00:00
0212c49cbf Accepting request 393277 from home:AndreasStieger:branches:devel:tools
afl 2.11b

OBS-URL: https://build.opensuse.org/request/show/393277
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=57
2016-05-02 11:11:25 +00:00
Dominique Leuenberger
d55262bf36 Accepting request 390313 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/390313
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=23
2016-04-28 14:54:21 +00:00
21920e91e5 Accepting request 390312 from home:AndreasStieger:branches:devel:tools
afl 2.10b

OBS-URL: https://build.opensuse.org/request/show/390312
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=55
2016-04-16 15:15:14 +00:00
Dominique Leuenberger
721e4d4c1c Accepting request 381246 from devel:tools
1

OBS-URL: https://build.opensuse.org/request/show/381246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=22
2016-03-31 11:03:13 +00:00
dbde4086ba Accepting request 380718 from home:pluskalm:branches:devel:tools
- Update to 2.09b

OBS-URL: https://build.opensuse.org/request/show/380718
OBS-URL: https://build.opensuse.org/package/show/devel:tools/afl?expand=0&rev=53
2016-03-29 14:56:07 +00:00
Dominique Leuenberger
7789f32cf0 Accepting request 362828 from devel:tools
afl 2.05b

OBS-URL: https://build.opensuse.org/request/show/362828
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/afl?expand=0&rev=21
2016-03-01 08:45:14 +00:00