[Forensics-changes] [SCM] debian-forensics/unhide branch, debian, updated. debian/20100201-1-5-gae84138

Christophe Monniez christophe.monniez at fccu.be
Thu Dec 23 09:14:13 UTC 2010


The following commit has been merged in the debian branch:
commit 22f3ccdc829c98e4f1132ca1172d3b708e9a42b0
Author: Christophe Monniez <christophe.monniez at fccu.be>
Date:   Thu Dec 23 10:01:15 2010 +0100

    Removing isfaked-leaks patch as it seems useless now.

diff --git a/debian/control b/debian/control
index ae711fd..97c64a5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: admin
 Priority: extra
 Maintainer: Debian Forensics <forensics-devel at lists.alioth.debian.org>
 Uploaders: Christophe Monniez <christophe.monniez at fccu.be>
-Build-Depends: debhelper (>= 7.0.50~), quilt (>= 0.46-7~)
+Build-Depends: debhelper (>= 7.0.50~)
 Standards-Version: 3.8.4
 Homepage: http://www.security-projects.com/?Unhide
 Vcs-Browser: http://git.debian.net/?p=debian-forensics/unhide.git
diff --git a/debian/patches/01-isfaked-leaks.patch b/debian/patches/01-isfaked-leaks.patch
deleted file mode 100644
index f86b4fb..0000000
--- a/debian/patches/01-isfaked-leaks.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-Index: unhide/unhide-linux26.c
-===================================================================
---- unhide.orig/unhide-linux26.c	2010-03-26 23:45:25.000000000 +0100
-+++ unhide/unhide-linux26.c	2010-03-26 23:45:58.000000000 +0100
-@@ -93,7 +93,7 @@
- 		return(0);
- 	}
- 
--	while (!feof(fich_tmp) && ok == 0) {
-+	while (fich_tmp != NULL && !feof(fich_tmp) && ok == 0) {
- 		char* tmp_pids = pids;
- 
- 		fgets(pids, 30, fich_tmp);
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index f2aea6d..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-01-isfaked-leaks.patch

-- 
debian-forensics/unhide



More information about the forensics-changes mailing list