[csw-devel] SF.net SVN: gar:[14685] csw/mgar/pkg
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue May 31 23:24:04 CEST 2011
Revision: 14685
http://gar.svn.sourceforge.net/gar/?rev=14685&view=rev
Author: skayser
Date: 2011-05-31 21:24:04 +0000 (Tue, 31 May 2011)
Log Message:
-----------
zzuf/trunk: Initial commit
Added Paths:
-----------
csw/mgar/pkg/zzuf/
csw/mgar/pkg/zzuf/branches/
csw/mgar/pkg/zzuf/tags/
csw/mgar/pkg/zzuf/trunk/
csw/mgar/pkg/zzuf/trunk/Makefile
csw/mgar/pkg/zzuf/trunk/checksums
csw/mgar/pkg/zzuf/trunk/files/
Property changes on: csw/mgar/pkg/zzuf/trunk
___________________________________________________________________
Added: svn:ignore
+ cookies
download
work
Added: svn:externals
+ gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar//v2
Added: csw/mgar/pkg/zzuf/trunk/Makefile
===================================================================
--- csw/mgar/pkg/zzuf/trunk/Makefile (rev 0)
+++ csw/mgar/pkg/zzuf/trunk/Makefile 2011-05-31 21:24:04 UTC (rev 14685)
@@ -0,0 +1,32 @@
+# $Id$
+# TODO (release-critical prefixed with !, non release-critical with *)
+#
+# ! doesn't build yet
+#
+# "libzzuf/lib-stream.c", line 284: warning: implicit function declaration: _zz_init
+# ...
+# "libzzuf/lib-stream.c", line 1044: warning: assignment type mismatch:
+# pointer to function(pointer to struct __FILE {int _cnt, pointer to unsigned char _ptr, pointer to unsigned char _base, unsigned char _flag, unsigned char _file, unsigned int __orientation :2, unsigned int __ionolock :1, unsigned int __seekable :1, unsigned int __filler :4}) returning int "=" pointer to void
+#cc: acomp failed for libzzuf/lib-stream.c
+# gmake[4]: *** [libzzuf_la-lib-stream.lo] Error 1
+#
+
+NAME = zzuf
+VERSION = 0.13
+GARTYPE = v2
+CATEGORIES = utils
+
+DESCRIPTION = Transparent application input fuzzer
+define BLURB
+ zzuf is a transparent application input fuzzer. It works by intercepting
+ file operations and changing random bits in the program's input. zzuf's
+ behaviour is deterministic, making it easy to reproduce bugs.
+endef
+
+VENDOR_URL = http://caca.zoy.org/wiki/zzuf
+MASTER_SITES = http://caca.zoy.org/files/zzuf/
+DISTFILES = $(DISTNAME).tar.gz
+
+CONFIGURE_ARGS = $(DIRPATHS)
+
+include gar/category.mk
Property changes on: csw/mgar/pkg/zzuf/trunk/Makefile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: csw/mgar/pkg/zzuf/trunk/checksums
===================================================================
--- csw/mgar/pkg/zzuf/trunk/checksums (rev 0)
+++ csw/mgar/pkg/zzuf/trunk/checksums 2011-05-31 21:24:04 UTC (rev 14685)
@@ -0,0 +1 @@
+74579c429f9691f641a14f408997d42d zzuf-0.13.tar.gz
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list