Accepting request 1127973 from security:forensics
- Update to release 20231121 OBS-URL: https://build.opensuse.org/request/show/1127973 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libevtx?expand=0&rev=30
This commit is contained in:
commit
02a90d360a
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2eeefb157cd0b0fa9c6c08a9ca9379429a62c12cd1691819e167b1869d0bf6a6
|
||||
size 2062092
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmNh8uwACgkQ2WJeXXrQ
|
||||
F36tMQf/XD4mfvp+KjGE4IMh1C4fOSS66nDz57QH0ZA9kWlYCgW+kJk0MtOR3Rq8
|
||||
7xicHMJSvHUC2ML91TEIJppkyKKDZwyeFqZnWwmkxu+f1S9meX++HVUQelxesF2c
|
||||
hGLt/JnMN/Mgw8XT+k7tw3GRp6USHzUa8KcAJ/E+FhIDtPZvMoKcrv3ZDtHi683h
|
||||
WNkcY6hyZoQ1ngFgWY6AM69yZ3YOiSkV8CdQWU7m9oPr4ljDcmSThV57lQAo7d06
|
||||
do4uVtDv6AU/9lLtrj+JPCmJUe+pVGYCXukBFFYqQdDfspqWrw+OUtW+UtMwD5py
|
||||
qQcBhJhYZmylE1pO/VwWhz84Aj0vVg==
|
||||
=x+yl
|
||||
-----END PGP SIGNATURE-----
|
3
libevtx-alpha-20231121.tar.gz
Normal file
3
libevtx-alpha-20231121.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:85ed0950b0eac27749203955655722cfdfe8866a7bd4eb594e1a3de4d72662e5
|
||||
size 2028900
|
11
libevtx-alpha-20231121.tar.gz.asc
Normal file
11
libevtx-alpha-20231121.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVcVBUACgkQ2WJeXXrQ
|
||||
F37oRgf/U1YNMqC5wGygZuXMr1RyA8fFTW5jkiEVG0X2mRpVtQKiaPDIuku+4x8e
|
||||
5JDGBVv9VqsCdPq7pXuCFMQMSWB9/oU8KVuRhhAoCUtQQ1tzuZtGxX+MEXgEWUlh
|
||||
2aJvFhSfHpStIMc0gEBLI4m9/RvtRhyeUY+T8TQLaeDS4TYAPTOp9gFSKfEbZtaI
|
||||
Nwexy/aBf9C22wGmAP9QWqqjG416ApQ+D9i0E1PDeGzytXSpEhuFfmWF5UlEn4uk
|
||||
4SmW0wUdQVYLg+61R+iWWPYP+izRO3QrIeCkTdQgnonmscLjVdL0m4zT0uO0C73B
|
||||
a8l5CjXC0+noslYDYqYgoUdyjJr7cA==
|
||||
=rHUJ
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 09:57:52 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20231121
|
||||
* Improved Python 3 Unicode support
|
||||
* Error with a memory allocation/free pair resolved
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 1 15:56:07 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||
|
||||
|
12
libevtx.spec
12
libevtx.spec
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libevtx1
|
||||
Name: libevtx
|
||||
Version: 20221101
|
||||
Version: 20231121
|
||||
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
|
||||
@ -33,7 +33,7 @@ BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20220115
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20220105
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
@ -43,15 +43,15 @@ BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libexe) >= 20210424
|
||||
BuildRequires: pkgconfig(libfcache) >= 20220110
|
||||
BuildRequires: pkgconfig(libfdata) >= 20211023
|
||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20220723
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20220922
|
||||
BuildRequires: pkgconfig(libregf) >= 20221026
|
||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||
BuildRequires: pkgconfig(libregf) >= 20231029
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(libwrc) >= 20220720
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
|
Loading…
Reference in New Issue
Block a user