rpms/ratproxy/devel generate-tarball.sh, NONE, 1.1 import.log, NONE, 1.1 ratproxy.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Mon Jan 19 12:16:11 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/ratproxy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26652/devel

Modified Files:
	.cvsignore sources 
Added Files:
	generate-tarball.sh import.log ratproxy.spec 
Log Message:
initial import



--- NEW FILE generate-tarball.sh ---
#!/bin/sh

VERSION=$1
SOURCE0=$2
NAME=$3

tar -xzvf $SOURCE0
rm -rf $NAME/flare $NAME/flare-dist
sed -i -e 's/flare-check//' $NAME/Makefile
tar -czvf $NAME-$VERSION-nobinary.tar.gz $NAME



--- NEW FILE import.log ---
ratproxy-1_51-4_fc10:HEAD:ratproxy-1.51-4.fc10.src.rpm:1232367157


--- NEW FILE ratproxy.spec ---
Name:           ratproxy
Version:        1.51
Release:        4%{?dist}
Summary:        A passive web application security assessment tool
Group:          Applications/Internet
License:        ASL 2.0
URL:            http://code.google.com/p/%{name}/
# URL of actual source containing binary
# http://rakesh.fedorapeople.org/srpm/ratproxy-1.51-3.fc10.src.rpm
# generate-tarball.sh removes that binary and makes source0 tarball.
Source0:        ratproxy-1.53-nobinary.tar.gz
Source1:        generate-tarball.sh
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires:  openssl-devel

%description
A semi-automated, largely passive web application security audit tool,
optimized for an accurate and sensitive detection, and automatic
annotation, of potential problems and security-relevant design
patterns based on the observation of existing, user-initiated traffic
in complex web 2.0 environments.
             Detects and prioritizes broad classes of security
problems, such as dynamic cross-site trust model considerations,
script inclusion issues, content serving problems, insufficient XSRF
and XSS defenses, and much more.

%prep
%setup -q -n %{name}

%build
sed -i -e 's at -O3@-O2@' Makefile
make %{?_smp_mflags} CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -Wno-pointer-sign"

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}/
install -p %{name} $RPM_BUILD_ROOT/%{_bindir}/

rm doc/Solaris.README
chmod 644 doc/*

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc doc/*
%{_bindir}/%{name}

%changelog
* Thu Jan 08 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.51-4
- removed Solaris.README

* Thu Jan 08 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.51-3
- removed non free binary from tar.gz and re-compressed (generate-tarball.sh).

* Sat Nov 08 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.51-2
- corrected make flags

* Wed Nov 05 2008 Rakesh Pandit <rakesh at fedoraproject.org> 1.51-1
- Initial package


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/ratproxy/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	18 Jan 2009 22:30:59 -0000	1.1
+++ .cvsignore	19 Jan 2009 12:15:41 -0000	1.2
@@ -0,0 +1 @@
+ratproxy-1.53-nobinary.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ratproxy/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	18 Jan 2009 22:30:59 -0000	1.1
+++ sources	19 Jan 2009 12:15:41 -0000	1.2
@@ -0,0 +1 @@
+ea939987fbf30ed8cd36a8b18c3c406d  ratproxy-1.53-nobinary.tar.gz




More information about the scm-commits mailing list