[Forensics-changes] [SCM] debian-forensics/unhide branch, debian, updated. debian/20110113-4-11-g382fbcc

Julien Valroff julien at kirya.net
Fri Feb 15 18:41:55 UTC 2013


The following commit has been merged in the debian branch:
commit 993e1d58d93acc95b70234e0b5fd03877d9ab041
Author: Julien Valroff <julien at kirya.net>
Date:   Fri Feb 15 19:29:21 2013 +0100

    Also ships unhide_rb and unhide-posix

diff --git a/debian/rules b/debian/rules
index 0c66fb6..0fd6db8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@
 
 override_dh_auto_clean:
 	dh_auto_clean
-	-rm -f unhide-linux unhide-posix unhide-tcp
+	-rm -f unhide-linux unhide-posix unhide-tcp unhide_rb
 	-rm -f man/unhide.fr.8 man/unhide.es.8
 
 override_dh_auto_configure:
@@ -15,3 +15,5 @@ override_dh_auto_configure:
 override_dh_auto_build:
 	gcc -Wall -O2 --static -pthread unhide-linux*.c unhide-output.c -o unhide-linux
 	gcc -Wall -O2 --static unhide-tcp.c unhide-tcp-fast.c unhide-output.c -o unhide-tcp
+	gcc -Wall -O2 --static unhide_rb.c -o unhide_rb
+	gcc --static unhide-posix.c -o unhide-posix
diff --git a/debian/unhide.install b/debian/unhide.install
index 9df2dc5..6086129 100644
--- a/debian/unhide.install
+++ b/debian/unhide.install
@@ -1,2 +1,4 @@
 unhide-linux 	/usr/sbin
 unhide-tcp	    /usr/sbin
+unhide_rb       /usr/sbin
+unhide-posix    /usr/sbin
diff --git a/debian/unhide.lintian-overrides b/debian/unhide.lintian-overrides
index 3b35cb4..861fc48 100644
--- a/debian/unhide.lintian-overrides
+++ b/debian/unhide.lintian-overrides
@@ -1,4 +1,4 @@
 # Since this is a forensics/security tool, we compile the binaries statically
 # to help prevent a hacked glibc from tampering with the results.
-unhide: statically-linked-binary usr/sbin/unhide
+unhide: statically-linked-binary usr/sbin/unhide-linux
 unhide: statically-linked-binary usr/sbin/unhide-tcp

-- 
debian-forensics/unhide



More information about the forensics-changes mailing list