[Forensics-changes] [SCM] debian-forensics/sleuthkit branch, debian, updated. debian/3.2.1-2-18-gaecd921

Julien Valroff julien at kirya.net
Thu Oct 13 19:17:47 UTC 2011


The following commit has been merged in the debian branch:
commit 5e77c3b2d39276f965537f70d9b1e89e3a9afb0d
Author: Julien Valroff <julien at kirya.net>
Date:   Thu Oct 13 20:36:33 2011 +0200

    Add patch to fix a typo in libtsk3.so

diff --git a/debian/changelog b/debian/changelog
index 4116e3f..10adc92 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,11 +9,12 @@ sleuthkit (3.2.3-1) unstable; urgency=low
   [ Julien Valroff ]
   * Fix DEP-5 copyright syntax
   * Use DPKG_EXPORT_BUILDFLAGS to ensure LDFLAGS is actually exported
+  * Add patch to fix a typo in libtsk3.so 
 
   [ Christophe Monniez ]
   * Merge upstream version 3.2.3.
 
- -- Julien Valroff <julien at debian.org>  Wed, 12 Oct 2011 21:38:41 +0200
+ -- Julien Valroff <julien at debian.org>  Thu, 13 Oct 2011 20:36:02 +0200
 
 sleuthkit (3.2.1-2) unstable; urgency=low
 
diff --git a/debian/patches/40_fix-typo.diff b/debian/patches/40_fix-typo.diff
new file mode 100644
index 0000000..c2add88
--- /dev/null
+++ b/debian/patches/40_fix-typo.diff
@@ -0,0 +1,15 @@
+Description: fix typo in /usr/lib/libtsk3.so.3.4.0
+Author: Julien Valroff <julien at debian.org>
+Last-Updated: 2011-10-13
+
+--- a/tsk3/img/mult_files.c
++++ b/tsk3/img/mult_files.c
+@@ -40,7 +40,7 @@
+     if (TSTRLEN(a_baseExt) > 2) {
+         tsk_error_reset();
+         tsk_errno = TSK_ERR_IMG_ARG;
+-        snprintf(tsk_errstr, TSK_ERRSTR_L, "findFiles2: extention is too short: %"PRIttocTSK, a_baseExt);
++        snprintf(tsk_errstr, TSK_ERRSTR_L, "findFiles2: extension is too short: %"PRIttocTSK, a_baseExt);
+         return 1;
+     }
+     TSTRNCPY(curExt, a_baseExt, 3);
diff --git a/debian/patches/series b/debian/patches/series
index 7318d01..e60d240 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 10_link-to-sqlite.diff
 30_fix-manpages.diff
+40_fix-typo.diff
 90_fix_ldflags.diff
 99_no_static_ldflags.diff

-- 
debian-forensics/sleuthkit



More information about the forensics-changes mailing list