- Update to release 20240301
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libfwsi?expand=0&rev=46
This commit is contained in:
parent
b7165ffdad
commit
4a51a34586
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9eb8d3b58437888b8d9ddc18139700ed03e8ae01e7e3c3e2c2b5409ac3f2cf3a
|
|
||||||
size 1404877
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXbUzgACgkQ2WJeXXrQ
|
|
||||||
F359bgf/fmIW+UcNIhQhopKA/utgH6bZ0Aqf5YxX3cKvD7ZnhpgQeYbJk7gUdo6L
|
|
||||||
G8pJKOVTLP3zOlLZe/ZYsbGGGFt+9fQ0I4WXVV9ly/M61kn00vSoYPWYiJM8pVoY
|
|
||||||
7nRansRbpOWfMMkUmT3RMs0Ci6HUQ4z4fstbEJVBU75VBWZNUxkwn/P8yO3TmX/8
|
|
||||||
G1wb+z9Z9U44RLUn6mE9N434eFHY40l18cmhDXUAB8/wAAaai74K+WVdJfDv1sw/
|
|
||||||
1OMgz77NSChsIBfW7eyZXU3sEke6Hw8dDfbygBRpMF+TtIv1DshwBzFWiPPZYwqU
|
|
||||||
eNH34swslFSQfV5+I1LxJpBYls/kBw==
|
|
||||||
=h++9
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libfwsi-experimental-20240301.tar.gz
Normal file
3
libfwsi-experimental-20240301.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d814eb752cc97ec31d403e0b6d3613c18201db533e94367496aa11d65c0b7682
|
||||||
|
size 1406403
|
11
libfwsi-experimental-20240301.tar.gz.asc
Normal file
11
libfwsi-experimental-20240301.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmXhyPoACgkQ2WJeXXrQ
|
||||||
|
F37lnQgAsc/5ox9T3P52ME8XriDArffm02G9yF/RLPTWuBGeidEW0fSKUxupiWQy
|
||||||
|
CmX+IjrVYh/vYN5Mu7Ert5Y4nlGk4vw0LYYq+Xk18hAkVr8lkV6m1Xt0vVGaGhUy
|
||||||
|
pDpyf2P3X0PH6o603AWzshf1qt7z0SHfqg6TSuQimhoNcgc/kSykFCgb4zIlGNog
|
||||||
|
pspN15I/gIVcG9F0+H5eFgQSot+ki/NU36QmBzUKzT4jxhOoiVvQvIEqaINHacDa
|
||||||
|
SokxfB+jacWzZxou0PEYaCf6UuYInjD2wdKK2v8UGiAC+iglrBlV8OsgucgpIh4i
|
||||||
|
+QjpbqDmjFof3Sb9TSiV28fLW3FyTQ==
|
||||||
|
=8GvB
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 1 13:41:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20240301
|
||||||
|
* Support different SWN1 signature
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 25 18:24:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Sun Feb 25 18:24:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libfwsi1
|
%define lname libfwsi1
|
||||||
Name: libfwsi
|
Name: libfwsi
|
||||||
Version: 20240225
|
Version: 20240301
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to access the Windows Shell Item format
|
Summary: Library to access the Windows Shell Item format
|
||||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||||
@ -41,7 +41,7 @@ BuildRequires: pkgconfig(libcthreads) >= 20240102
|
|||||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||||
BuildRequires: pkgconfig(libfole) >= 20240119
|
BuildRequires: pkgconfig(libfole) >= 20240119
|
||||||
BuildRequires: pkgconfig(libfwps) >= 20240224
|
BuildRequires: pkgconfig(libfwps) >= 20240301
|
||||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user