From 969f7168ef372e33ed718b2d43bca032d6a6326d Mon Sep 17 00:00:00 2001 From: Karl-Johan Karlsson <karl-johan.karlsson@liu.se> Date: Wed, 31 Jan 2024 14:15:20 +0100 Subject: [PATCH] Point to LiU's local repos for Autopsy and TSK --- snap/snapcraft.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 9e3959fa46..0015a5c22d 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -24,8 +24,8 @@ name: autopsy base: core22 version: 4.21.0 summary: A graphical interface to The Sleuth Kit and other digital forensics tools. # 79 char long summary -description: Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools. -source-code: https://github.com/sleuthkit/autopsy/ +description: Autopsy is a graphical interface to The Sleuth Kit and other open source digital forensics tools. This is Linköping University's local fork, with patches for XFS support. +source-code: https://gitlab.liu.se/irt/autopsy website: https://www.autopsy.com/ license: Apache-2.0 grade: stable # must be 'stable' to release into candidate/stable channels @@ -118,8 +118,8 @@ parts: sleuthkit: # more information on plugins here: https://snapcraft.io/docs/supported-plugins plugin: autotools - source: https://github.com/sleuthkit/sleuthkit.git - source-branch: develop + source: https://gitlab.liu.se/irt/sleuthkit.git + source-branch: xfs_support #source-tag: sleuthkit-4.12.0 build-environment: [JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64] # information on packages here: https://snapcraft.io/docs/package-repositories @@ -173,8 +173,8 @@ parts: # needed by solr to determine locally running ports - lsof plugin: nil - source: https://github.com/sleuthkit/autopsy.git - source-branch: develop + source: https://gitlab.liu.se/irt/autopsy.git + source-branch: xfs_support build-environment: - JAVA_HOME: /usr/lib/jvm/java-17-openjdk-amd64 - TSK_JAVA_LIB_PATH: $SNAPCRAFT_STAGE/usr/local/share/java -- GitLab