Accepting request 990882 from security:forensics
- Update to release 20220724 OBS-URL: https://build.opensuse.org/request/show/990882 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=23
This commit is contained in:
commit
937383c32f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ecf5d1cd90c9555d05a6981b4191819bb9aa4f49c8b58370673f22838e265fe7
|
||||
size 1995787
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmCsqCUACgkQ2WJeXXrQ
|
||||
F34BcggAqSnjaKPZeoGPkFBRkHa/3Pot73rtiqoZx7JUzS42PWZUePCfOthpgcFs
|
||||
54IE3Ebwul9hqC0+RlBHZIHtXeNo9xtDEmZPmiYFg87u8PXY0wsD0HU7OsNqa1oN
|
||||
+sWxqKz9u6bNNa81D0pANkz1CLCf1Ygo3aLkrKc5S7IujxSAPVrioDn08ThLo6qy
|
||||
/MPU7H3//fBq3eZhR8hpUsKjPEULm32ZsUwtE6Jdh7wI957EmK6ifaH+EDgNTzeA
|
||||
lhBbVjKUrDnzyMgnDbz4q6RbOjCOJfripxNENo5o9exE7vEnY0MWOFPEDr02AmXj
|
||||
0mWsFJqaggO7tJeGfDx4MO1PJsS0BA==
|
||||
=k15g
|
||||
-----END PGP SIGNATURE-----
|
3
libevtx-alpha-20220724.tar.gz
Normal file
3
libevtx-alpha-20220724.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1b05ed0fe2f066a57cb5f04c78b921eb16c41d7cab53e135ec870997b631b56d
|
||||
size 2067695
|
11
libevtx-alpha-20220724.tar.gz.asc
Normal file
11
libevtx-alpha-20220724.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmLdDOkACgkQ2WJeXXrQ
|
||||
F37VrQgAo5DMqiCFDowzJ2a63prTkwE6D2dWY9jPBA8D4qfu8yYwiNsoGmlJv8LA
|
||||
IdYwuOlUWMcLxtI7O728r7TEl5vydXP8WNMoWMDws2UfEg+a6xtcynm85tPZTbzF
|
||||
3g9RZpg0W7HbgbKBpeAF+KEflmKklJj1heX/i8U/KIEVguB3NqOKxcLM20ZmjMWK
|
||||
kMCsQTFWo9czivQZuPEirC+vNRNV5cREm2ecdEVxwEI6lOsdrtmEUUCkRgAz00wl
|
||||
qLdGPBC5/JaHwHF+x0dczLmSlPOovpzlFJo48NQlJz1qRVDXrjHh7YgvIeiX4GhK
|
||||
MlyF9U3h8Cqe5ltiMv4eLZZ4ACjlnw==
|
||||
=VErV
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 24 09:38:52 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20220724
|
||||
* Added event version functions
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 21 18:25:58 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
44
libevtx.spec
44
libevtx.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libevtx1
|
||||
Name: libevtx
|
||||
Version: 20210525
|
||||
Version: 20220724
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Windows XML Event Log (EVTX) format
|
||||
License: GFDL-1.3-only AND LGPL-3.0-or-later
|
||||
@ -31,31 +31,31 @@ Source10: Windows_XML_Event_Log_EVTX.pdf
|
||||
Patch1: system-libs.patch
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: gettext-tools >= 0.18.1
|
||||
BuildRequires: gettext-tools >= 0.21
|
||||
BuildRequires: libtool
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20201229
|
||||
BuildRequires: pkgconfig(libcdata) >= 20200509
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20200702
|
||||
BuildRequires: pkgconfig(libcerror) >= 20201121
|
||||
BuildRequires: pkgconfig(libcfile) >= 20201229
|
||||
BuildRequires: pkgconfig(libclocale) >= 20200913
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20200913
|
||||
BuildRequires: pkgconfig(libcpath) >= 20200623
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20200703
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20200508
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20210415
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20210409
|
||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libexe) >= 20210424
|
||||
BuildRequires: pkgconfig(libfcache) >= 20200708
|
||||
BuildRequires: pkgconfig(libfdata) >= 20201129
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20180910
|
||||
BuildRequires: pkgconfig(libfguid) >= 20180724
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20210510
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20210508
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20210421
|
||||
BuildRequires: pkgconfig(libregf) >= 20210419
|
||||
BuildRequires: pkgconfig(libuna) >= 20201204
|
||||
BuildRequires: pkgconfig(libwrc) >= 20210425
|
||||
BuildRequires: pkgconfig(libfcache) >= 20220110
|
||||
BuildRequires: pkgconfig(libfdata) >= 20211023
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20220723
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20210906
|
||||
BuildRequires: pkgconfig(libregf) >= 20220131
|
||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||
BuildRequires: pkgconfig(libwrc) >= 20220720
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user