rpms/ratproxy/F-11 ratproxy-report-full-path-to-image.patch, NONE, 1.1 import.log, 1.2, 1.3 ratproxy.spec, 1.3, 1.4

Rakesh Pandit rakesh at fedoraproject.org
Sun Aug 23 05:25:56 UTC 2009


Author: rakesh

Update of /cvs/pkgs/rpms/ratproxy/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31167/F-11

Modified Files:
	import.log ratproxy.spec 
Added Files:
	ratproxy-report-full-path-to-image.patch 
Log Message:
Applied Steve Milner's 1.58 update patch


ratproxy-report-full-path-to-image.patch:
 ratproxy-report.sh |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE ratproxy-report-full-path-to-image.patch ---
--- ratproxy-report.sh	2008-12-31 08:30:49.000000000 -0500
+++ ratproxy-report.sh.fix	2009-08-20 16:04:31.322665331 -0400
@@ -50,7 +50,7 @@
 <style>
 a:link, a:visited { text-decoration: none; color: green }
 a:hover { text-decoration: underline; color: red }
-body { background-color: white; background-image: url('ratproxy-back.png'); background-repeat: no-repeat; }
+body { background-color: white; background-image: url('/usr/share/ratproxy/images/ratproxy-back.png'); background-repeat: no-repeat; }
 </style>
 </head>
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/ratproxy/F-11/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	12 Apr 2009 19:32:21 -0000	1.2
+++ import.log	23 Aug 2009 05:25:56 -0000	1.3
@@ -1,2 +1,3 @@
 ratproxy-1_51-4_fc10:HEAD:ratproxy-1.51-4.fc10.src.rpm:1232367157
 ratproxy-1_56-1_fc11:HEAD:ratproxy-1.56-1.fc11.src.rpm:1239564444
+ratproxy-1_58-1_fc11:F-11:ratproxy-1.58-1.fc11.src.rpm:1251005455


Index: ratproxy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/ratproxy/F-11/ratproxy.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- ratproxy.spec	12 Apr 2009 19:32:21 -0000	1.3
+++ ratproxy.spec	23 Aug 2009 05:25:56 -0000	1.4
@@ -1,5 +1,5 @@
 Name:           ratproxy
-Version:        1.56
+Version:        1.58
 Release:        1%{?dist}
 Summary:        A passive web application security assessment tool
 Group:          Applications/Internet
@@ -9,6 +9,7 @@ URL:            http://code.google.com/p
 # generate-tarball.sh removes that binary and makes source0 tarball.
 Source0:        ratproxy-1.56-nobinary.tar.gz
 Source1:        generate-tarball.sh
+Patch0:        ratproxy-report-full-path-to-image.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires:  openssl-devel
 
@@ -25,6 +26,7 @@ and XSS defenses, and much more.
 
 %prep
 %setup -q -n %{name}
+%patch0
 
 %build
 sed -i -e 's at -O3@-O2@' Makefile
@@ -34,7 +36,8 @@ make %{?_smp_mflags} CFLAGS="$RPM_OPT_FL
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT%{_bindir}/
 install -p %{name} $RPM_BUILD_ROOT/%{_bindir}/
-
+install -p ratproxy-report.sh $RPM_BUILD_ROOT/%{_bindir}/ratproxy-report
+install -Dp ratproxy-back.png $RPM_BUILD_ROOT/%{_datadir}/%{name}/images/ratproxy-back.png
 rm doc/Solaris.README
 chmod 644 doc/*
 
@@ -45,8 +48,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(-,root,root,-)
 %doc doc/*
 %{_bindir}/%{name}
+%{_bindir}/ratproxy-report
+%{_datadir}/%{name}/*
 
 %changelog
+* Thu Aug 20 2009 Steve 'Ashcrow' Milner <me at stevemilner.org> - 1.58-1
+- Updated to 1.58
+
 * Mon Apr 13 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 1.56-1
 - Updated to 1.56
 




More information about the fedora-extras-commits mailing list