forked from pool/libfsapfs
Accepting request 974089 from security:forensics
- Update to release 20220430 OBS-URL: https://build.opensuse.org/request/show/974089 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfsapfs?expand=0&rev=5
This commit is contained in:
commit
f47f373fe5
14
_service
14
_service
@ -1,14 +0,0 @@
|
|||||||
<services>
|
|
||||||
<service name="tar_scm" mode="disabled">
|
|
||||||
<param name="scm">git</param>
|
|
||||||
<param name="url">https://github.com/libyal/libfsapfs</param>
|
|
||||||
<param name="revision">3def3dae10ef8916f76649e90dc9acc0ca471a92</param>
|
|
||||||
<!-- see configure.ac -->
|
|
||||||
<param name="versionformat">20210513</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>
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:564ea959150e7a9ab302e12570ed17772feb456df3b8d200c001d3dd63543a94
|
|
||||||
size 325600
|
|
3
libfsapfs-experimental-20220430.tar.gz
Normal file
3
libfsapfs-experimental-20220430.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:835488493f7198b23202f6c3c3f661faa659275866aba00814defbfea5ee8339
|
||||||
|
size 2119335
|
11
libfsapfs-experimental-20220430.tar.gz.asc
Normal file
11
libfsapfs-experimental-20220430.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmJszl0ACgkQ2WJeXXrQ
|
||||||
|
F36j3wf+OTrSWgybzC15PIJpU7/F3EPbyISpgJZ3WUXHNzjW5V6+I3j/KL6U01bT
|
||||||
|
xr5GQkBZ8e8ftgjRBBoOXWlfGkgENfHcguqUyfseArhMB/awy2+WiLPtyvhA2/ae
|
||||||
|
0sR8zKzlaNttEQhxgVKfhjgvK0H7lfQ8Bde1z2Qzjogu3+MDdMwO/3AZIG5ekBY/
|
||||||
|
69qYXp+MIoheMYlWlvPC+NpUYVdDfnL9+BLkYpiO9c81d3AqRPal8ELow6A76gj9
|
||||||
|
JJGS/5vda3n88uuEooHM1fmm/4xdCaxzjpIOi/6QwsJ2UhufVN5tJoD9XO/yEKDy
|
||||||
|
7H2L3Y3nVkxXb3IuqKW1qTUAn1A5lg==
|
||||||
|
=Alcy
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 30 07:57:12 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20220430
|
||||||
|
* Unspecified updates to extended attributes, snapshot
|
||||||
|
support and Python bindings
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Jan 22 11:22:37 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Jan 22 11:22:37 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,13 +17,14 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libfsapfs
|
Name: libfsapfs
|
||||||
Version: 20210513
|
Version: 20220430
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the Apple File System (APFS)
|
Summary: Library and tools to access the Apple File System (APFS)
|
||||||
License: LGPL-3.0-only
|
License: LGPL-3.0-only
|
||||||
Group: System/Filesystems
|
Group: System/Filesystems
|
||||||
URL: https://github.com/libyal/libfsapfs
|
URL: https://github.com/libyal/libfsapfs
|
||||||
Source: %name-%version.tar.xz
|
Source: https://github.com/libyal/libfsapfs/releases/download/%version/libfsapfs-experimental-%version.tar.gz
|
||||||
|
Source2: https://github.com/libyal/libfsapfs/releases/download/%version/libfsapfs-experimental-%version.tar.gz.asc
|
||||||
Patch1: system-libs.patch
|
Patch1: system-libs.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
@ -32,22 +33,22 @@ BuildRequires: libtool
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6
|
BuildRequires: pkgconfig(fuse) >= 2.6
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20201229
|
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||||
BuildRequires: pkgconfig(libcaes) >= 20201012
|
BuildRequires: pkgconfig(libcaes) >= 20220424
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20200509
|
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20201121
|
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20201229
|
BuildRequires: pkgconfig(libcfile) >= 20210409
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20200913
|
BuildRequires: pkgconfig(libclocale) >= 20220107
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20200913
|
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20200623
|
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20200703
|
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20200508
|
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20200708
|
BuildRequires: pkgconfig(libfcache) >= 20220110
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20201129
|
BuildRequires: pkgconfig(libfdata) >= 20211023
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20180910
|
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20180724
|
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20200104
|
BuildRequires: pkgconfig(libhmac) >= 20220425
|
||||||
BuildRequires: pkgconfig(libuna) >= 20201204
|
BuildRequires: pkgconfig(libuna) >= 20220102
|
||||||
BuildRequires: pkgconfig(openssl)
|
BuildRequires: pkgconfig(openssl)
|
||||||
BuildRequires: pkgconfig(python3)
|
BuildRequires: pkgconfig(python3)
|
||||||
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user