rpms/zzuf/devel zzuf-0.8.1-optflags.patch, NONE, 1.1 zzuf.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Ville Skytta (scop) fedora-extras-commits at redhat.com
Sat Apr 7 15:35:26 UTC 2007


Author: scop

Update of /cvs/extras/rpms/zzuf/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4745/devel

Modified Files:
	.cvsignore sources 
Added Files:
	zzuf-0.8.1-optflags.patch zzuf.spec 
Log Message:
Initial import (#235417)

zzuf-0.8.1-optflags.patch:

--- NEW FILE zzuf-0.8.1-optflags.patch ---
--- zzuf-0.8.1/configure.ac~	2007-03-02 01:53:56.000000000 +0200
+++ zzuf-0.8.1/configure.ac	2007-04-05 12:19:39.000000000 +0300
@@ -74,8 +74,6 @@
 AC_CHECK_LIB(dl, dlopen, [DL_LIBS="-ldl"])
 AC_SUBST(DL_LIBS)
 
-# Optimizations
-CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer"
 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule
 CFLAGS="${CFLAGS} -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
 
--- zzuf-0.8.1/configure~	2007-03-02 01:57:47.000000000 +0200
+++ zzuf-0.8.1/configure	2007-04-05 12:19:59.000000000 +0300
@@ -20295,8 +20295,6 @@
 
 
 
-# Optimizations
-CFLAGS="${CFLAGS} -g -O2 -fno-strength-reduce -fomit-frame-pointer"
 # Code qui fait des warnings == code de porc == deux baffes dans ta gueule
 CFLAGS="${CFLAGS} -Wall -W -Wpointer-arith -Wcast-align -Wcast-qual -Wstrict-prototypes -Wshadow -Waggregate-return -Wmissing-prototypes -Wnested-externs -Wsign-compare"
 


--- NEW FILE zzuf.spec ---
Name:           zzuf
Version:        0.8.1
Release:        0.1%{?dist}
Summary:        Transparent application input fuzzer

Group:          Development/Tools
License:        WTFPL
URL:            http://sam.zoy.org/zzuf/
Source0:        http://sam.zoy.org/zzuf/%{name}-%{version}.tar.gz
Patch0:         %{name}-0.8.1-optflags.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
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.


%prep
%setup -q
touch -r configure.ac configure.ac.stamp
%patch0 -p1
touch -r configure.ac.stamp configure.ac


%build
%configure --disable-dependency-tracking --disable-static
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
rm $RPM_BUILD_ROOT%{_libdir}/zzuf/libzzuf.la


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO
%{_bindir}/zzuf
%dir %{_libdir}/zzuf/
%{_libdir}/zzuf/libzzuf.so
%{_mandir}/man1/zzuf.1*


%changelog
* Thu Apr  5 2007 Ville Skyttä <ville.skytta at iki.fi> - 0.8.1-0.1
- First build.


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/zzuf/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	7 Apr 2007 15:22:38 -0000	1.1
+++ .cvsignore	7 Apr 2007 15:34:52 -0000	1.2
@@ -0,0 +1 @@
+zzuf-0.8.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/zzuf/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	7 Apr 2007 15:22:38 -0000	1.1
+++ sources	7 Apr 2007 15:34:52 -0000	1.2
@@ -0,0 +1 @@
+1970dcf4f77251bea843b0f6ae19231c  zzuf-0.8.1.tar.gz




More information about the fedora-extras-commits mailing list