[packages/sleuthkit] - updated to 4.12.1

qboosh qboosh at pld-linux.org
Tue Jun 18 07:24:01 CEST 2024


commit 3053358eea96579b3b0525a2b810d9514ee4a14e
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Tue Jun 18 05:58:11 2024 +0200

    - updated to 4.12.1

 sleuthkit-missing.patch | 93 -------------------------------------------------
 sleuthkit.spec          |  9 ++---
 2 files changed, 5 insertions(+), 97 deletions(-)
---
diff --git a/sleuthkit.spec b/sleuthkit.spec
index b12eff6..cc9634d 100644
--- a/sleuthkit.spec
+++ b/sleuthkit.spec
@@ -1,18 +1,18 @@
 #
 # Conditional build:
-%bcond_without	aff		# Without Advanced Forensic Format (aff) support
-%bcond_with	java		# Build Java bindings and jar file
+%bcond_without	aff	# Advanced Forensic Format (aff) support
+%bcond_with	java	# Java bindings and jar file
 #
 Summary:	The Sleuth Kit - an forensic toolkit for analyzing file systems and disks
 Summary(pl.UTF-8):	The Sleuth Kit - zestaw narzędzi wspomagających analizę systemów plików
 Name:		sleuthkit
-Version:	4.12.0
+Version:	4.12.1
 Release:	1
 License:	IBM Public License/Common Public License
 Group:		Applications/File
 #Source0Download: https://github.com/sleuthkit/sleuthkit/releases
 Source0:	https://github.com/sleuthkit/sleuthkit/releases/download/%{name}-%{version}/%{name}-%{version}.tar.gz
-# Source0-md5:	4beb0e6d3f303642a160e816914c5690
+# Source0-md5:	fc550c509d62ce6583315a793474a852
 Patch0:		libewf.patch
 Patch1:		%{name}-missing.patch
 URL:		http://www.sleuthkit.org/sleuthkit/
@@ -260,4 +260,5 @@ rm -rf $RPM_BUILD_ROOT
 %files java
 %defattr(644,root,root,755)
 %{_javadir}/%{name}-%{version}.jar
+%{_javadir}/%{name}-caseuco-%{version}.jar
 %endif
diff --git a/sleuthkit-missing.patch b/sleuthkit-missing.patch
index 37b9618..5fe889d 100644
--- a/sleuthkit-missing.patch
+++ b/sleuthkit-missing.patch
@@ -52,96 +52,3 @@
 +
 +#endif /* HAVE_LIBVSLVM */
 +
---- sleuthkit-4.12.0/tsk/pool/img_bfio_handle.h.orig	1970-01-01 01:00:00.000000000 +0100
-+++ sleuthkit-4.12.0/tsk/pool/img_bfio_handle.h	2023-06-18 17:01:32.999874331 +0200
-@@ -0,0 +1,90 @@
-+/*
-+ * The Sleuth Kit - Image BFIO handle
-+ *
-+ * Copyright (c) 2022 Joachim Metz <joachim.metz at gmail.com>
-+ *
-+ * This software is distributed under the Common Public License 1.0
-+ */
-+
-+#if !defined( _IMG_BFIO_HANDLE_H )
-+#define _IMG_BFIO_HANDLE_H
-+
-+#include "tsk/base/tsk_base_i.h"
-+
-+#ifdef HAVE_LIBBFIO
-+
-+#include <libbfio.h>
-+
-+#include "tsk/img/tsk_img.h"
-+
-+#if defined( __cplusplus )
-+extern "C" {
-+#endif
-+
-+typedef struct img_bfio_handle img_bfio_handle_t;
-+
-+struct img_bfio_handle
-+{
-+	TSK_IMG_INFO *image;
-+	TSK_OFF_T base_offset;
-+	TSK_OFF_T logical_offset;
-+	int access_flags;
-+};
-+
-+int img_bfio_handle_initialize(
-+     libbfio_handle_t **handle,
-+     TSK_IMG_INFO *image,
-+     TSK_OFF_T offset,
-+     libbfio_error_t **error );
-+
-+int img_bfio_handle_free(
-+     img_bfio_handle_t **img_bfio_handle,
-+     libbfio_error_t **error );
-+
-+int img_bfio_handle_clone(
-+     img_bfio_handle_t **destination_img_bfio_handle,
-+     img_bfio_handle_t *source_img_bfio_handle,
-+     libbfio_error_t **error );
-+
-+int img_bfio_handle_open(
-+     img_bfio_handle_t *img_bfio_handle,
-+     int access_flags,
-+     libbfio_error_t **error );
-+
-+int img_bfio_handle_close(
-+     img_bfio_handle_t *img_bfio_handle,
-+     libbfio_error_t **error );
-+
-+ssize_t img_bfio_handle_read(
-+         img_bfio_handle_t *img_bfio_handle,
-+         uint8_t *buffer,
-+         size_t size,
-+         libbfio_error_t **error );
-+
-+off64_t img_bfio_handle_seek_offset(
-+         img_bfio_handle_t *img_bfio_handle,
-+         off64_t offset,
-+         int whence,
-+         libbfio_error_t **error );
-+
-+int img_bfio_handle_exists(
-+     img_bfio_handle_t *img_bfio_handle,
-+     libbfio_error_t **error );
-+
-+int img_bfio_handle_is_open(
-+     img_bfio_handle_t *img_bfio_handle,
-+     libbfio_error_t **error );
-+
-+int img_bfio_handle_get_size(
-+     img_bfio_handle_t *img_bfio_handle,
-+     size64_t *size,
-+     libbfio_error_t **error );
-+
-+#if defined( __cplusplus )
-+}
-+#endif
-+
-+#endif /* HAVE_LIBBFIO */
-+
-+#endif /* !defined( _IMG_BFIO_HANDLE_H ) */
-+
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/sleuthkit.git/commitdiff/3053358eea96579b3b0525a2b810d9514ee4a14e



More information about the pld-cvs-commit mailing list