SHA256
1
0
forked from pool/dumpzilla

Accepting request 1057747 from home:dirkmueller:Factory

- Update to version 0.0.0+git.20210311:
  * Removed related db query from domain filters.
  * Resolves #4.
- use proper python3-magic module

OBS-URL: https://build.opensuse.org/request/show/1057747
OBS-URL: https://build.opensuse.org/package/show/security:forensics/dumpzilla?expand=0&rev=3
This commit is contained in:
Martin Hauke
2023-01-14 17:51:12 +00:00
committed by Git OBS Bridge
parent e8006d0e96
commit 081384334a
5 changed files with 15 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
<servicedata>
<service name="tar_scm">
<param name="url">https://github.com/Busindre/dumpzilla.git</param>
<param name="changesrevision">73d82d971b69caad969ec5d951d1da66ff96ec55</param></service></servicedata>
<param name="changesrevision">ec337da722441c7480f280b14c273718fabc6c96</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9ee0819aeeac7af96d6c171b6c4851ee8d5be75da9f4024fc57149bfeb2a4a3b
size 191268

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f7e54ef50925a14a8e675e85ecf6f7c5bac16eddc2aba01ce4f42aae7cdb09df
size 69912

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Wed Jan 11 10:30:48 UTC 2023 - Dirk Müller <dmueller@suse.com>
- Update to version 0.0.0+git.20210311:
* Removed related db query from domain filters.
* Resolves #4.
- use proper python3-magic module
-------------------------------------------------------------------
Sat Aug 22 22:43:04 UTC 2020 - mardnh@gmx.de

View File

@@ -1,6 +1,7 @@
#
# spec file for package dumpzilla
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2020, Martin Hauke <mardnh@gmx.de>
#
# All modifications and additions to the file contributed by third parties
@@ -17,7 +18,7 @@
Name: dumpzilla
Version: 0.0.0+git.20180324
Version: 0.0.0+git.20210311
Release: 0
Summary: Firefox browser forensic tool
License: GPL-3.0-or-later
@@ -27,8 +28,8 @@ Source: %{name}-%{version}.tar.xz
Source1: http://www.dumpzilla.org/Manual_dumpzilla_en.txt
BuildRequires: python3-rpm-macros
BuildRequires: python3-setuptools
Requires: python3-magic
Requires: python3-lz4
Requires: python3-python-magic
BuildArch: noarch
%description
@@ -55,7 +56,6 @@ Features:
* Visualize live user surfing, Url used in each tab or window
and use of forms.
%package bash-completion
Summary: Bash Completion for %{name}
Group: Development/Tools/Other