- Update to release 20231203
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libmsiecf?expand=0&rev=31
This commit is contained in:
parent
d8dfe98754
commit
dd0f11e381
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4aea5e1e7b3b6969249b38123d0f930e02b4e532c239a8e0feca0b6c4dfb18db
|
||||
size 1610584
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmNWFkoACgkQ2WJeXXrQ
|
||||
F35Fmwf+JX9OwA3KuSmkkKlM3YibDqe8By0xN7HBcofXEW/s2w72gZoO3eJ2A87U
|
||||
eLFz/CbJOPc7wcJN9JM576Y+N3/+zxZCm5JtxHm9/h1dAkB2DGI/sy3sES2ZEMCK
|
||||
1TcfLiOsAeBaeGgi4vy3ghId3MnSj36+rj9xlQTT/ab/u1/sK5eR+UoqDO7wE7TZ
|
||||
poUBQiAEkM5PvE/vyxcy0enYlgLRsUWOp/bd2WX+S5j71y5aRCABBQTEun4vd3//
|
||||
cEWwRw6lQgqH0tUCZZU15MfLgHgTZBC3NvP8wGIjycRWL2u5bcv5udbpdNyS/Uk7
|
||||
gmx0qQE07XWNxxmWCyErB76J+5Xc7Q==
|
||||
=tgqA
|
||||
-----END PGP SIGNATURE-----
|
3
libmsiecf-alpha-20231203.tar.gz
Normal file
3
libmsiecf-alpha-20231203.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8c59371d322ac1ab2e3f3613724d0fe02f74e00db862a87198d2f2f692b04515
|
||||
size 1597043
|
11
libmsiecf-alpha-20231203.tar.gz.asc
Normal file
11
libmsiecf-alpha-20231203.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVsXLEACgkQ2WJeXXrQ
|
||||
F36Qdgf/R4cWWCEJcTi/icMl5a2T8O7kvAOXieXORif9ByGFUA8ppKOXcgbYLlep
|
||||
WjE0k87HYWucSUY53s6iLE/3kp5SDbUiV+DR6zm2eH+U1izItIIj/0b7iKHN9X2m
|
||||
zi5JTwtxkOyp9A0xPL2IVjbfNwUe76UwMQ1DMaZTDR2M99H5wtkdh3DGuwkCXV0b
|
||||
Kq0kR8xjP/TXLKrjzDBfRB9UYFFSzuzxR05rwRj6LbVbkQplkPW3snQe76AiAH1D
|
||||
fePuBiCMY1MxY9srIBexE2Db3MKzJFplj/vc0IPucRO4evpFB5Ec6xtiVh0tY7xG
|
||||
AxUtJL3K8dkwKZn0Zg7k6M5W8r0arQ==
|
||||
=8Awj
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 3 12:49:06 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20231203
|
||||
* Improved Python Unicode handling
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 16:02:32 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libmsiecf
|
||||
%define lname libmsiecf1
|
||||
Version: 20221024
|
||||
Version: 20231203
|
||||
Release: 0
|
||||
Summary: Library to parse MS Internet Explorer Cache Files
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -32,11 +32,11 @@ BuildRequires: %{python_module devel}
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
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
|
||||
@ -45,7 +45,7 @@ BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfole) >= 20220115
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user