Skip to content

Commit f1630eb

Browse files
committed
Updated to SleuthKit 4.13.0
1 parent d7bf2a2 commit f1630eb

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
lines changed

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude .git .gitignore .gitmodules
77
exclude .travis.yml
88
exclude API-CHANGES.txt config.log ruleset.xml setupDevRepos.py travis_build.sh
99
recursive-include dpkg *
10-
recursive-include patches *.patch
10+
recursive-include patches *
1111
recursive-include sleuthkit *
1212
recursive-exclude sleuthkit/autom4te.cache *
1313
recursive-exclude sleuthkit/bindings *

dpkg/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ pytsk3 (20250312-1) unstable; urgency=low
22

33
* Auto-generated
44

5-
-- Joachim Metz <[email protected]> Wed, 12 Mar 2025 06:25:38 -0100
5+
-- Joachim Metz <[email protected]> Wed, 12 Mar 2025 06:32:21 -0100
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
diff --git a/sleuthkit/configure.ac b/sleuthkit/configure.ac
2+
index 91163fc67..e64f4f99a 100644
3+
--- a/configure.ac
4+
+++ b/configure.ac
5+
@@ -15,7 +15,7 @@ AM_MAINTAINER_MODE
6+
7+
dnl Checks for programs.
8+
AC_PROG_CXX
9+
-AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])
10+
+AX_CXX_COMPILE_STDCXX([14], [noext], [mandatory])
11+
AC_PROG_CC
12+
AC_PROG_CPP
13+
AC_PROG_INSTALL

patches/sleuthkit-4.13.0-configure.ac.patch

Whitespace-only changes.

0 commit comments

Comments
 (0)