forked from pool/libfshfs
Accepting request 1128712 from security:forensics
- Update to release 20231125 OBS-URL: https://build.opensuse.org/request/show/1128712 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfshfs?expand=0&rev=14
This commit is contained in:
commit
425a3566e2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cb9acabea0f0db3cb811b1bcac959e36d78d29ff9296471b042eb5b7ef083dd9
|
||||
size 2059019
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmMPeNsACgkQ2WJeXXrQ
|
||||
F378TQgAvT5EArqiY7dhbJkTmT5dQ4K2wAnX15WQv98sI2RdiluGohnqoBavI9Dw
|
||||
YzKRknt4fFVc3koKVyQoqy8hMVRxeX3jEWl2oUFW/T8JpiGorP52utWO3L0CYZsB
|
||||
GWuA7AO/Y148pxaxGgkV3dI7883324j63R1wi6zuaK4HzPn6/P2ywgfp1K2Cdl0z
|
||||
gxzJJJuosbkjzjcRJavKf9rpkn2RhQoROxR8Qs79OwmIdyZBLZUKdA80Aue1LusD
|
||||
VRDODRa4p377r59HzkRZxpFa7NJTYclZTRyGX1QuoWmeVxSOI4iZBQZEH2tjO5AP
|
||||
P9PpuQ+SqexbxLoP4ODEutfIjMrKZw==
|
||||
=Aizu
|
||||
-----END PGP SIGNATURE-----
|
3
libfshfs-experimental-20231125.tar.gz
Normal file
3
libfshfs-experimental-20231125.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af9063a07814265cd79ed823ea3a44c08de3d4defa3c95750866f8572ad8bf8c
|
||||
size 2027202
|
11
libfshfs-experimental-20231125.tar.gz.asc
Normal file
11
libfshfs-experimental-20231125.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVhhRwACgkQ2WJeXXrQ
|
||||
F375EQgAojlwD/RER/wQ+iI5WhZWsiqAulaT/eFOdQUx/QCmgdWu2UgyBX7+mZa+
|
||||
ZTqSvF7Cw206xnWl65dw2EAsIlc8D+dAVYRptUWhWsG9WGf9pTIqz11+GjxAcgxS
|
||||
uLd9RxrTAihOQnKRyndBasE5zP2F0oGy442XtZcPMVJqGUl2m6G52geyX8l8g62K
|
||||
q9Czxnexxw4zLCt8v/TuH3M3X1zCseG713CsXIsy++bi8uM6i/LesL/7mlp8Lc+y
|
||||
VXclXy3FgfmVlqt9vcM/2C/YVmCnjnmXy6U5HmZZzDGUFQwHXMTsPcQya+OnyOZw
|
||||
qz6UM2zIRB30VuL7hrlqxicJhPrCvA==
|
||||
=H3s0
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 25 11:04:37 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20231125
|
||||
* Improved Python Unicode handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 15:56:59 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
@ -15,11 +15,12 @@
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%{?sle15_python_module_pythons}
|
||||
|
||||
%define lname libfshfs1
|
||||
Name: libfshfs
|
||||
Version: 20220831
|
||||
Version: 20231125
|
||||
Release: 0
|
||||
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
|
||||
@ -33,22 +34,22 @@ BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(fuse)
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
||||
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libfcache) >= 20220110
|
||||
BuildRequires: pkgconfig(libfdata) >= 20220111
|
||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfmos) >= 20220811
|
||||
BuildRequires: pkgconfig(libhmac) >= 20220425
|
||||
BuildRequires: pkgconfig(libuna) >= 20220601
|
||||
BuildRequires: pkgconfig(libfmos) >= 20231122
|
||||
BuildRequires: pkgconfig(libhmac) >= 20230407
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(zlib)
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
Loading…
Reference in New Issue
Block a user