- Update to release 20211229
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfsntfs?expand=0&rev=29
This commit is contained in:
parent
e5b67409eb
commit
3043765ea5
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:044359ea8148c90f9b39ac7fb94374b3015ca28033053669203cc2fb6572fb70
|
||||
size 2084856
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
libfsntfs-experimental-20211229.tar.gz
Normal file
3
libfsntfs-experimental-20211229.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7cdb286d1885b87378d4dc48a1d4182bc30c2d12de650944e9b9e919048017ca
|
||||
size 2085219
|
11
libfsntfs-experimental-20211229.tar.gz.asc
Normal file
11
libfsntfs-experimental-20211229.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmHMHRoACgkQ2WJeXXrQ
|
||||
F36K9Af/c1sTTDKixrD/47ffKUSRfdgcmGFWF1WDKgcqvD91YCEPPDLkrRS/PLkm
|
||||
V+M3JE3q/OaGUtsR80NY9yGszF4NFnzIWGWI/plCbHQUW2BHAz0AB6oWQEWIuaMQ
|
||||
oEhM6oivwcfbBWXse+XahI0ykayvnC1RCWHM59oVwvucmfMniwQn32DFKy5upTnS
|
||||
4nts51TxPQahCBmxwNpRn3Ws7uQcrzgH7FSdOc1ygJH5JMtGS3IWjGr3lUvRekIw
|
||||
eEnxyYR8mgGwMkmpsBL6duzf2tRKZg2eMBuiD4Bpeoa3RnYLIQKviTr7VP1hjYP4
|
||||
h6yHi72gcBHDxT+K4MAdcgG2NqFNsw==
|
||||
=5ik4
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Dec 29 10:20:20 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20211229
|
||||
* Unspecified tool updates, unspecified Python binding updates
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Nov 14 12:13:49 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libfsntfs1
|
||||
Name: libfsntfs
|
||||
Version: 20211023
|
||||
Version: 20211229
|
||||
Release: 0
|
||||
Summary: Library and tools to access the NTFS filesystem
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -34,22 +34,22 @@ BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(fuse) >= 2.6
|
||||
BuildRequires: pkgconfig(libbfio) >= 20201229
|
||||
BuildRequires: pkgconfig(libcdata) >= 20200509
|
||||
BuildRequires: pkgconfig(libcdata) >= 20210625
|
||||
BuildRequires: pkgconfig(libcerror) >= 20201121
|
||||
BuildRequires: pkgconfig(libcfile) >= 20201229
|
||||
BuildRequires: pkgconfig(libclocale) >= 20200913
|
||||
BuildRequires: pkgconfig(libclocale) >= 20210526
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20200913
|
||||
BuildRequires: pkgconfig(libcpath) >= 20200623
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20200703
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20200508
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20211115
|
||||
BuildRequires: pkgconfig(libfcache) >= 20200708
|
||||
BuildRequires: pkgconfig(libfdata) >= 20211023
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20180910
|
||||
BuildRequires: pkgconfig(libfguid) >= 20180724
|
||||
BuildRequires: pkgconfig(libfusn) >= 20180726
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20210421
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20210906
|
||||
BuildRequires: pkgconfig(libhmac) >= 20200104
|
||||
BuildRequires: pkgconfig(libuna) >= 20201204
|
||||
BuildRequires: pkgconfig(libuna) >= 20210801
|
||||
BuildRequires: pkgconfig(python3)
|
||||
|
||||
%description
|
||||
|
Loading…
x
Reference in New Issue
Block a user