Accepting request 791577 from home:gregfreemyer:Tools-for-forensic-boot-cd
- update to v0~20200223 * the codebase has seen significant rework and improvements * improved format support * improved documentation * improved python binding * worked on mount tool * worked on WofCompressedData format * worked on casesensitive support * added namespace API function OBS-URL: https://build.opensuse.org/request/show/791577 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=16
This commit is contained in:
parent
a3efa07af7
commit
10c9376d53
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:27c6c4c037724e853edefd8f541510f81788bdd1a2de895d895ddfe2e45e9cb1
|
|
||||||
size 1729804
|
|
3
libfsntfs-experimental-20200223.tar.gz
Normal file
3
libfsntfs-experimental-20200223.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:db6b5efe86de8f5a430583eb439b1adc9c7d2c785243577cbebd85bca41c083b
|
||||||
|
size 1966959
|
@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Apr 5 20:40:53 UTC 2020 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
- update to v0~20200223
|
||||||
|
* the codebase has seen significant rework and improvements
|
||||||
|
* improved format support
|
||||||
|
* improved documentation
|
||||||
|
* improved python binding
|
||||||
|
* worked on mount tool
|
||||||
|
* worked on WofCompressedData format
|
||||||
|
* worked on casesensitive support
|
||||||
|
* added namespace API function
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 15 20:24:11 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Mon Apr 15 20:24:11 UTC 2019 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libfsntfs
|
# spec file for package libfsntfs
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2020 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,14 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
%define lname libfsntfs1
|
%define lname libfsntfs1
|
||||||
%define timestamp 20190104
|
%define timestamp 20200223
|
||||||
Name: libfsntfs
|
Name: libfsntfs
|
||||||
Version: 0~%{timestamp}
|
Version: 0~%{timestamp}
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the NTFS filesystem
|
Summary: Library and tools to access the NTFS filesystem
|
||||||
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
License: LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
Url: https://github.com/libyal/libfsntfs/wiki
|
URL: https://github.com/libyal/libfsntfs/wiki
|
||||||
Source: https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz
|
Source: https://github.com/libyal/libfsntfs/releases/download/%{timestamp}/%{name}-experimental-%{timestamp}.tar.gz
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user