[unhide] Update to new version

paragn paragn at fedoraproject.org
Fri Jul 26 09:28:35 UTC 2013


commit ab0c9633337d3c2a109450021144cfcd78dcfe9f
Author: Parag Nemade <pnemade at redhat.com>
Date:   Fri Jul 26 14:54:38 2013 +0530

    Update to new version

 .gitignore  |    1 +
 sources     |    2 +-
 unhide.spec |   34 ++++++++++++++++++----------------
 3 files changed, 20 insertions(+), 17 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 7662ae3..aa0648a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 unhide-20100201.tgz
+/unhide-20121229.tgz
diff --git a/sources b/sources
index 4c0d500..b93ed1d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-43cb2af4b0a03e0d1b253058626c1358  unhide-20100201.tgz
+1ad76312ed0ff7a26b8c501af9bffc67  unhide-20121229.tgz
diff --git a/unhide.spec b/unhide.spec
index 356b988..ebf1e7e 100644
--- a/unhide.spec
+++ b/unhide.spec
@@ -1,13 +1,12 @@
 Name:           unhide
 Version:        1.0
-Release:        9%{?dist}.20100201
+Release:        10%{?dist}.20121229
 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/unhide-20100201.tgz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+URL:            http://www.unhide-forensics.info/
+Source0:        http://downloads.sourceforge.net/project/unhide/unhide/unhide-20121229.tgz
 
 %description
 Unhide is a forensic tool to find processes and TCP/UDP ports hidden by
@@ -26,32 +25,35 @@ in /bin/netstat through brute forcing of all TCP/UDP ports available.
 
 
 %prep
-%setup -q -n %{name}-20100201
+%setup -q -n %{name}-20121229
+chmod -x sanity*.sh
 
 %build
-%{__cc} %{optflags} -lpthread unhide-linux26.c -o unhide
-%{__cc} %{optflags} unhide-tcp.c -o unhide-tcp
+%{__cc} %{optflags} -lpthread unhide-linux*.c unhide-output.c -o unhide
+%{__cc} %{optflags} unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp
+%{__cc} %{optflags} unhide_rb.c -o unhide_rb
 
 
 %install
-rm -rf %{buildroot}
-%{__install} -Dp -m0755 unhide %{buildroot}%{_sbindir}/unhide
-%{__install} -Dp -m0755 unhide-tcp %{buildroot}%{_sbindir}/unhide-tcp
-%{__install} -Dp -m0644 man/unhide.8 %{buildroot}%{_mandir}/man8/unhide.8
-%{__install} -Dp -m0644 man/unhide-tcp.8 %{buildroot}%{_mandir}/man8/unhide-tcp.8
+install -Dp -m0755 unhide %{buildroot}%{_sbindir}/unhide
+install -Dp -m0755 unhide-tcp %{buildroot}%{_sbindir}/unhide-tcp
+install -Dp -m0755 unhide_rb %{buildroot}%{_sbindir}/unhide_rb
 
-%clean
-rm -rf %{buildroot}
+install -Dp -m0644 man/unhide.8 %{buildroot}%{_mandir}/man8/unhide.8
+install -Dp -m0644 man/unhide-tcp.8 %{buildroot}%{_mandir}/man8/unhide-tcp.8
 
 %files
-%defattr(-,root,root,-)
-%doc COPYING LEEME.txt README.txt
+%doc COPYING changelog README.txt NEWS sanity.sh sanity-tcp.sh
 %doc %{_mandir}/man8/unhide.8*
 %doc %{_mandir}/man8/unhide-tcp.8*
 %{_sbindir}/unhide
 %{_sbindir}/unhide-tcp
+%{_sbindir}/unhide_rb
 
 %changelog
+* Fri Jul 26 2013 Parag <paragn AT fedoraproject DOT org> - 1.0-10.20121229
+- Update to new version
+
 * Fri Feb 15 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0-9.20100201
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list