- Update to tag 20211023

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=26
This commit is contained in:
Jan Engelhardt 2021-11-14 13:11:50 +00:00 committed by Git OBS Bridge
parent a9f99cd167
commit aa34220a7e
6 changed files with 25 additions and 20 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/libyal/libfsntfs</param>
<param name="revision">8803365cac2ae6a2a8fc61550930882a9fcac959</param>
<!-- see configure.ac -->
<param name="versionformat">20210503</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

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

View File

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

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmFz4kEACgkQ2WJeXXrQ
F37zrwf/ecjSMlGrtpJP0fxY10Ra4CKG62pQT9Ya5IiOciBHcdhMR1VcdLwQasKX
m/8zymxQEZoU90MXRp/eITEcNU3WdHYioO1PvUpoVm5DHOQ+thFOLYeNHqF/W5HO
LDPuF5jHlBnpD6V/RK2X0+2FApcFw5yLQ2A3sLEa+Xi0wZMHjNuhYfxesq1ypElf
PDC3TAVFS/sIQTjwlwMqHliVzR569EKtSu22ljs9oBUtNMoXd0Oz1lAG8CVwt2WN
9bOjDwQsaNdmqMjfp9knFEv2/R6Ll1fW1TqnwGhg3qat9WmDMAcjlGVyP12loO4D
fsGUE1xCrGzw5nvl3FJEZVlvD+k0Sw==
=VvKW
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Nov 14 12:13:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to tag 20211023
* Changes to handle sparse data runs of bitmap attributes
* Added check for total data runs size
-------------------------------------------------------------------
Thu May 13 23:42:48 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -18,13 +18,14 @@
%define lname libfsntfs1
Name: libfsntfs
Version: 20210503
Version: 20211023
Release: 0
Summary: Library and tools to access the NTFS filesystem
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
Group: Productivity/File utilities
URL: https://github.com/libyal/libfsntfs
Source: %name-%version.tar.xz
Source: https://github.com/libyal/libfsntfs/releases/download/%version/libfsntfs-experimental-%version.tar.gz
Source2: https://github.com/libyal/libfsntfs/releases/download/%version/libfsntfs-experimental-%version.tar.gz.asc
Patch1: system-libs.patch
BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1
@ -41,7 +42,7 @@ BuildRequires: pkgconfig(libcpath) >= 20200623
BuildRequires: pkgconfig(libcsplit) >= 20200703
BuildRequires: pkgconfig(libcthreads) >= 20200508
BuildRequires: pkgconfig(libfcache) >= 20200708
BuildRequires: pkgconfig(libfdata) >= 20201129
BuildRequires: pkgconfig(libfdata) >= 20211023
BuildRequires: pkgconfig(libfdatetime) >= 20180910
BuildRequires: pkgconfig(libfguid) >= 20180724
BuildRequires: pkgconfig(libfusn) >= 20180726