forked from pool/libfshfs
- Update to release 20220709
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfshfs?expand=0&rev=16
This commit is contained in:
parent
9fd58c09bf
commit
9efdfe64b7
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a5e81808b0dd7dc7e0acc1edf5422f9eb7154e99bd49ea091f524d32a868210f
|
|
||||||
size 2001060
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmJnnWMACgkQ2WJeXXrQ
|
|
||||||
F34VEAgAsypoT1LBi0fsx90JTu+to5t8H3San+MyuN4rPFtgn4uRAUKATl9kEkvX
|
|
||||||
LbkBQ63UbHD7aFtsk0RX6vSpVLGaaE97XnLnaDIxosIaK1VEEkkzDoM/8htKaLU9
|
|
||||||
fBXKKriJPq/1qQ/qg4FNP+SEHLcgFdLqSdvXhDwSYxCGWJlypZ+pxcJ5v5DvJRwO
|
|
||||||
4oreQSpU1fSwF1hqLXh7sOeFPkYV8fb7No0/aHhhuvvFgmfiqirmfzX9DznFBXAB
|
|
||||||
uN0zT4nto9abB3NcPgUYNnjtLhZDadj7xhm0y3/shlMjuOvLjJXbbulV/0NxW0+H
|
|
||||||
dgzesuZk4V27aUHfYC0u0HjJLL8Peg==
|
|
||||||
=60vc
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libfshfs-experimental-20220709.tar.gz
Normal file
3
libfshfs-experimental-20220709.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2612e6ad0b41b925f43a9798ad87c274ef998d14735dc586baa782c1c01d7e16
|
||||||
|
size 2018052
|
11
libfshfs-experimental-20220709.tar.gz.asc
Normal file
11
libfshfs-experimental-20220709.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmLJN9IACgkQ2WJeXXrQ
|
||||||
|
F34x8gf/W9hHkOTnxEe+wfSEM2yw+fv0fQp6BOsZCmGi1sFZTSMEili1LO6N4iPO
|
||||||
|
BSoCND+9HOy/NXZWBUHv/554hR1/oCiX/erjl1G69Pgc3KJyEMuGLHH1jI2AWfD2
|
||||||
|
hW0o83dGduS2hXFp/uQKBS1hh1t3YPMADJeT5j2h53vYV0V5tMsSSFMgZi6ktDcy
|
||||||
|
cl1PcF08kBTkkNDWz3iFU190VZ59NSYdZctDn5a3p7fKLnsZE7qasHN2lexwyQr1
|
||||||
|
VLtbS9lwb5qMcwZ1dkwObR1SNiKOjLXJ+MSZKHOQRv/XTLROzs+vOqe++W4/WCt3
|
||||||
|
E1/y4dmH1VUIhBwMntNxRXk/zU3SOA==
|
||||||
|
=RbTn
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 9 08:11:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20220709
|
||||||
|
* Unspecified updates to device number support
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Apr 26 08:26:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Tue Apr 26 08:26:44 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libfshfs1
|
%define lname libfshfs1
|
||||||
Name: libfshfs
|
Name: libfshfs
|
||||||
Version: 20220426
|
Version: 20220709
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the Mac OS Hierarchical File System (HFS)
|
Summary: Library and tools to access the Mac OS Hierarchical File System (HFS)
|
||||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||||
@ -48,8 +48,8 @@ BuildRequires: pkgconfig(libfcache) >= 20220110
|
|||||||
BuildRequires: pkgconfig(libfdata) >= 20211023
|
BuildRequires: pkgconfig(libfdata) >= 20211023
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20210419
|
BuildRequires: pkgconfig(libhmac) >= 20220425
|
||||||
BuildRequires: pkgconfig(libuna) >= 20220102
|
BuildRequires: pkgconfig(libuna) >= 20220601
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user