Commit Graph

24 Commits

Author SHA1 Message Date
naddy
c715eab9a5 drop RCS Ids 2022-03-11 19:38:05 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
solene
a193c9015f Update zzuf-0.15
ok jca@
2018-05-03 11:02:57 +00:00
rsadowski
129952a549 Remove MAINTAINER per their request 2018-02-05 06:30:21 +00:00
jsg
9a190ffe23 Now that arm has switched to clang the base compiler has atomic builtins
and accepts -mfpu=neon.

ok jca@ sthen@
2018-01-20 14:03:39 +00:00
jca
e347678b47 Honour CFLAGS 2017-03-14 02:43:18 +00:00
jca
eeed845f5c Use lang/gcc on arm 2017-03-14 02:36:36 +00:00
naddy
2e3760d615 g/c PFRAG.shared; ok mmcc@ 2016-04-04 10:56:46 +00:00
jsg
578ae7c7ca Don't attempt to build on arm. sync atomic builtins required. 2016-02-21 16:17:25 +00:00
sthen
dcd53c3387 broken on hppa: __sync_lock_test_and_set_4 in zzuf_mutex_lock() 2015-12-03 09:22:18 +00:00
mmcc
a9738aeb88 Update to 0.14.
ok sthen@, zhuk@
2015-11-19 00:55:23 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
espie
3ea62c9ffd fix for new endian.h 2014-07-14 08:07:37 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
ajacoutot
a0e3ce4579 Cleanups and tweak COMMENT.
from Brad.
2011-07-26 06:07:33 +00:00
steven
037647bdb7 drop the conflict and rename zzuf's zzcat utility to zzufcat instead
ok naddy@
2010-10-28 10:17:54 +00:00
steven
9937dceb18 zziplib and zzuf conflict (zzcat executable)
pointed out by naddy@
2010-10-28 09:04:19 +00:00
steven
a22df9fec0 update to 0.13
* various fixes for Linux, FreeBSD, OS X and OpenBSD libc calls.
 * network host filtering support.
 * support for memory limits on OS X.
 * massive testsuite improvements.
 * support most cat options in zzcat, which is now fully programmable.

from dawedawe at gmx.de

set USE_LIBTOOL while here
2010-10-27 09:49:12 +00:00
espie
3075d068d4 USE_GROFF=Yes 2010-10-18 20:52:05 +00:00
chl
f290ade551 update to zzuf-0.12
ok jasper@
2008-07-01 10:10:24 +00:00
chl
bb17fdae5f update to zzuf-0.11
ok jasper@
2008-05-21 19:14:50 +00:00
chl
e294ef6868 update to zzuf-0.10
ok jasper@
2007-11-07 19:11:54 +00:00
chl
b797081f8b import zzuf 0.9
zzuf is a transparent application input fuzzer. Its purpose is to find
bugs in applications by corrupting their user-contributed data (which
more than often comes from untrusted sources on the Internet). It works
by intercepting file and network operations and changing random bits in
the program's input. zzuf's behaviour is deterministic, making it easier
to reproduce bugs. Its main areas of use are:

* quality assurance: use zzuf to test existing software, or integrate it
  into your own software's testsuite
* security: very often, segmentation faults or memory corruption issues
  mean a potential security hole, zzuf helps exposing some of them

with help and ok jasper@
2007-10-03 13:48:17 +00:00