- Update to release 20231203
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libolecf?expand=0&rev=36
This commit is contained in:
parent
f2dbbf56ef
commit
edbe6f1228
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b5df5ea9945345b8a610120fe04603370bef720cae906706a778d619781a54f
|
||||
size 1681388
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmNWF50ACgkQ2WJeXXrQ
|
||||
F340QggAxMGg/xWEpAfGjsUwlpU8OwkWcJGVLz+qfSghSdS+uDo7mMQ6gVY0FBg2
|
||||
0xsltS7oOqpzVLqpGZ7cNBzvMipa8Ef9l0UyXI3pIo1F5OcpSBf71B3QCEFO6h9k
|
||||
Tw3N0Rb5ted3riwyLdzjzYui+VTz4biZSkYWaNkrgznu38Zip3EZ9XJtti+zmD1W
|
||||
GOARyglQ4j6ZBclpsMUMLTuYscXDpI/6xjWS9qWkbhHbf5B9huzQHHQHOJmo+faQ
|
||||
a/Nc8RB1OYdJfUhvzC8cFP8ArHdd77CCCeCBACtVhb4z59w0CxpzZqFvbF10HHZy
|
||||
YPLvu0VUXBuJBDko2eJyeBDuzclOyw==
|
||||
=14J+
|
||||
-----END PGP SIGNATURE-----
|
3
libolecf-alpha-20231203.tar.gz
Normal file
3
libolecf-alpha-20231203.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6dc881cc5b4145f2f18384003ac8ae3598823154654eaee54bee5bbbe8215bb0
|
||||
size 1665379
|
11
libolecf-alpha-20231203.tar.gz.asc
Normal file
11
libolecf-alpha-20231203.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVsUycACgkQ2WJeXXrQ
|
||||
F35gNgf/TqTFjEA7CWu+bGtyZpxM0wWti0TvBhol4wtJ8eUcd2nI4GY919CP2Din
|
||||
E0r/Ke9yc4gY/uMR5D/4oPwZOk9Lk92Nu7bO4e0one1WIkqvWRZ0b96SQhFbRg4z
|
||||
hQRHAKW+VrU2SGyfNbfe8GiLyv8l2AXxqhJ/ALSrOAU9Ymm6ZqrG46m8UwXbZL9e
|
||||
9kVHyjbyXVs2Gg3w5P22DCvGaUzfcOQG2cX1gE/Jw6nEsfAeP2JEL4MkdPntrFkz
|
||||
QQHhHNUgqnLIYw0X2BK4JKzgguXb+3j3xmYvVU6sAkN0f3+0XyvtKD5iJG1Dxmso
|
||||
tej9cBM6jHQsBp7pD+3Kb4KojX5akQ==
|
||||
=XH5X
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 12:47:10 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20231203
|
||||
* Improved Python Unicode handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 16:02:41 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libolecf1
|
||||
Name: libolecf
|
||||
Version: 20221024
|
||||
Version: 20231203
|
||||
Release: 0
|
||||
Summary: Library and tools to access the OLE 2 Compound File (OLECF) format
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -32,10 +32,10 @@ BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros %{python_module devel}
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
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
|
||||
@ -44,7 +44,7 @@ BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfole) >= 20220115
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libfwps) >= 20220122
|
||||
BuildRequires: pkgconfig(libfwps) >= 20231126
|
||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
Loading…
x
Reference in New Issue
Block a user