Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Sleuthkit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IRT
Sleuthkit
Commits
8ab6d79d
Commit
8ab6d79d
authored
7 years ago
by
rishwanth1995
Browse files
Options
Downloads
Patches
Plain Diff
made sqlite to newer version and removed autoconfigure from rules
parent
586c1458
No related branches found
No related tags found
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
bindings/java/build.xml
+0
-1
0 additions, 1 deletion
bindings/java/build.xml
bindings/java/ivy.xml
+1
-1
1 addition, 1 deletion
bindings/java/ivy.xml
debian/rules
+3
-9
3 additions, 9 deletions
debian/rules
debian/sleuthkit-java.install
+1
-2
1 addition, 2 deletions
debian/sleuthkit-java.install
with
5 additions
and
13 deletions
bindings/java/build.xml
+
0
−
1
View file @
8ab6d79d
...
...
@@ -74,7 +74,6 @@
</fileset>
<pathelement
path=
"${build}"
/>
</path>
<echo
message=
"hey"
/>
</target>
<target
name=
"set-library-path-offline"
description=
"set the library path when the user is offline"
if=
"offline"
>
...
...
This diff is collapsed.
Click to expand it.
bindings/java/ivy.xml
+
1
−
1
View file @
8ab6d79d
...
...
@@ -3,7 +3,7 @@
<dependencies>
<dependency
org=
"junit"
name=
"junit"
rev=
"4.8.2"
/>
<dependency
org=
"com.googlecode.java-diff-utils"
name=
"diffutils"
rev=
"1.2.1"
/>
<dependency
org=
"org.xerial"
name=
"sqlite-jdbc"
rev=
"3.
8.1
1"
>
<dependency
org=
"org.xerial"
name=
"sqlite-jdbc"
rev=
"3.
21.0.
1"
>
<artifact
name=
"sqlite-jdbc"
type=
"jar"
/>
</dependency>
<dependency
org=
"org.postgresql"
name=
"postgresql"
rev=
"9.4.1211.jre7"
>
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
3
−
9
View file @
8ab6d79d
...
...
@@ -23,13 +23,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -lsqlite3 -lsupc++ -Wl,--as-needed
#override_dh_auto_configure:
# dh_auto_configure -- # -DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
override_dh_auto_configure:
dh_auto_configure -- --enable-offline=yes
override_dh_auto_install:
cd tsk/
sudo make install
cd ..
cd bindings/java/
sudo make install
overide_dh_auto_install:
dh_install
This diff is collapsed.
Click to expand it.
debian/sleuthkit-java.install
+
1
−
2
View file @
8ab6d79d
bindings
/
java
/
thirdpartyjars
/
sqlite
-
jdbc
-
3.21.0.1.
jar
/
usr
/
share
/
java
bindings
/
java
/
lib
/
sqlite
-
jdbc
-
3.21.0.1.
jar
/
usr
/
share
/
java
bindings
/
java
/
dist
/
sleuthkit
-
4.6.0.
jar
/
usr
/
share
/
java
bindings
/
java
/
libtsk
.
so
/
usr
/
lib
/
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment