rpms/unhide/devel .cvsignore, 1.3, 1.4 import.log, 1.2, 1.3 sources, 1.3, 1.4 unhide.spec, 1.4, 1.5

Rakesh Pandit rakesh at fedoraproject.org
Mon May 3 11:04:57 UTC 2010


Author: rakesh

Update of /cvs/pkgs/rpms/unhide/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10138/devel

Modified Files:
	.cvsignore import.log sources unhide.spec 
Log Message:
Updated to latest release in 2010



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/unhide/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- .cvsignore	4 Dec 2009 08:23:14 -0000	1.3
+++ .cvsignore	3 May 2010 11:04:47 -0000	1.4
@@ -1 +1 @@
-unhide20090810.tgz
+unhide-20100201.tgz


Index: import.log
===================================================================
RCS file: /cvs/pkgs/rpms/unhide/devel/import.log,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- import.log	4 Dec 2009 08:23:14 -0000	1.2
+++ import.log	3 May 2010 11:04:47 -0000	1.3
@@ -1,2 +1,3 @@
 unhide-1_0-2_fc10_20080519:HEAD:unhide-1.0-2.fc10.20080519.src.rpm:1231349998
 unhide-1_0-5_fc12_20090810:HEAD:unhide-1.0-5.fc12.20090810.src.rpm:1259914250
+unhide-1_0-5_fc12_20100201:HEAD:unhide-1.0-5.fc12.20100201.src.rpm:1272883551


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/unhide/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -p -r1.3 -r1.4
--- sources	4 Dec 2009 08:23:14 -0000	1.3
+++ sources	3 May 2010 11:04:47 -0000	1.4
@@ -1 +1 @@
-f9842175046e6eb10d22f5a988293171  unhide20090810.tgz
+43cb2af4b0a03e0d1b253058626c1358  unhide-20100201.tgz


Index: unhide.spec
===================================================================
RCS file: /cvs/pkgs/rpms/unhide/devel/unhide.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- unhide.spec	4 Dec 2009 08:23:14 -0000	1.4
+++ unhide.spec	3 May 2010 11:04:47 -0000	1.5
@@ -1,12 +1,12 @@
 Name:           unhide
 Version:        1.0
-Release:        5%{?dist}.20090810
+Release:        5%{?dist}.20100201
 Summary:        Tool to find hidden processes and TCP/UDP ports from rootkits
 
 Group:          Applications/System
 License:        GPLv3
 URL:            http://www.security-projects.com/?Unhide
-Source0:        http://www.security-projects.com/unhide20090810.tgz
+Source0:        http://www.security-projects.com/unhide-20100201.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -26,10 +26,10 @@ in /bin/netstat through brute forcing of
 
 
 %prep
-%setup -q -n %{name}-20090810
+%setup -q -n %{name}-20100201
 
 %build
-%{__cc} %{optflags} unhide-linux26.c -o unhide
+%{__cc} %{optflags} -lpthread unhide-linux26.c -o unhide
 %{__cc} %{optflags} unhide-tcp.c -o unhide-tcp
 
 
@@ -52,6 +52,9 @@ rm -rf %{buildroot}
 %{_sbindir}/unhide-tcp
 
 %changelog
+* Mon May 03 2010 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-5.20100201
+- Updated to 20100201
+
 * Fri Dec 04 2009 Rakesh Pandit <rakesh at fedoraproject.org> 1.0-5.20090810
 - Updated to 20090810
 



More information about the scm-commits mailing list