rpms/examiner/F-11 examiner-0.5-examiner_hashes_pl.patch, NONE, 1.1 examiner.spec, 1.3, 1.4 import.log, 1.1, 1.2

Rakesh Pandit rakesh at fedoraproject.org
Sun Aug 23 07:08:55 UTC 2009


Author: rakesh

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

Modified Files:
	examiner.spec import.log 
Added Files:
	examiner-0.5-examiner_hashes_pl.patch 
Log Message:
Fixed #515452


examiner-0.5-examiner_hashes_pl.patch:
 examiner_hashes.pl |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

--- NEW FILE examiner-0.5-examiner_hashes_pl.patch ---
--- examiner-0.5.org/os/linux/examiner_hashes.pl	2009-08-23 12:30:17.119579762 +0530
+++ examiner-0.5/os/linux/examiner_hashes.pl	2009-08-23 12:34:22.883579938 +0530
@@ -1,6 +1,6 @@
 $loaded_library=1;
 
-syscalls = (
+$syscalls = (
 	1 => "exit",
 	2 => "fork",
 	3 => "read",
@@ -240,7 +240,7 @@
 	237 => "fremovexattr",
 );
 
-socketcall = (
+$socketcall = (
 	1 => "SOCKET",
 	2 => "BIND",
 	3 => "CONNECT",


Index: examiner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/examiner/F-11/examiner.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- examiner.spec	24 Feb 2009 15:48:57 -0000	1.3
+++ examiner.spec	23 Aug 2009 07:08:54 -0000	1.4
@@ -1,12 +1,13 @@
 Name:           examiner
 Version:        0.5
-Release:        4%{?dist}
+Release:        5%{?dist}
 Summary:        Utility to disassemble and comment foreign executable binaries 
 
 Group:          Development/Tools
 License:        GPLv2
 URL:            http://www.academicunderground.org/%{name}/
 Source0:        http://www.academicunderground.org/examiner/%{name}-%{version}.tar.gz
+Patch0:         examiner-0.5-examiner_hashes_pl.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl
@@ -24,6 +25,7 @@ not analyze live running code.
 
 %prep
 %setup -q -n %{name}-%{version}
+%patch0 -p1
 
 %build
 # empty build
@@ -52,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_datadir}/%{name}/
 
 %changelog
+* Sun Aug 23 2009 Rakesh Pandit <rakesh at fedoraproject.org> - 0.5-5
+- Applied  examiner-0.5-examiner_hashes_pl.patch #515452
+
 * Tue Feb 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.5-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/examiner/F-11/import.log,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- import.log	10 Dec 2008 16:06:18 -0000	1.1
+++ import.log	23 Aug 2009 07:08:54 -0000	1.2
@@ -1 +1,2 @@
 examiner-0_5-2_fc9:HEAD:examiner-0.5-2.fc9.src.rpm:1228881614
+examiner-0_5-5_fc11:F-11:examiner-0.5-5.fc11.src.rpm:1251011636




More information about the fedora-extras-commits mailing list