- Update to release 20240203
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libevt?expand=0&rev=36
This commit is contained in:
parent
3780c577ea
commit
e37c12df60
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a3874d2620264397f97a0c10f27ec1f22776a09759188955868f4f473ca8284d
|
||||
size 2019620
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVcUUoACgkQ2WJeXXrQ
|
||||
F36Fcgf/axy58t8ufEN4NVuD9d7qquEoK+nU4yAzNeKQ82GEXEw/x7NNtf90AAyA
|
||||
k8/SXfnZ4zICYCCDFXGyKnA+cC3rt5qmh0HvbP0ejXhmWIOeJR4HixRQIBifj1Tx
|
||||
FC9/jvwnjWlaceLW/3r5cP/3iRLFZws8eXT6cPEQyBgWiE/V21E0wDhxA6b/6AGO
|
||||
DS6utnXM8O7dUMyHC/1Qr6+tYANEc5TpOcDDJjykd59neyTWVXxgzD6QnpBkeAcW
|
||||
jh1KFLFzKCvOggK/A2LDtwdFH2vQe/6FDBUUXvCw9yBRA1sWFPpcsxOnpE20RRmx
|
||||
d++pzwhhZUkFqkqPGgCDmTTLaNbAbw==
|
||||
=MiMH
|
||||
-----END PGP SIGNATURE-----
|
3
libevt-alpha-20240203.tar.gz
Normal file
3
libevt-alpha-20240203.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aaa9f6d9e7bf8f81d1fbd6c2dad7d25bc32c70c69798b332698a64e480c0adcc
|
||||
size 2026377
|
11
libevt-alpha-20240203.tar.gz.asc
Normal file
11
libevt-alpha-20240203.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmW+FikACgkQ2WJeXXrQ
|
||||
F34F5wf+LWMubDF+4K/wetOGqvC7jlfO5HBOyVnbqddZyrDSAyRO8vwBCZjwP1wR
|
||||
7MNVWZOFniE5+JtND40DeIpqL2A0HxGHNhacujiGSZgzAOvPSA+125kc+aZ8nVW8
|
||||
Z5fdOoQ0O5KDay4xzxeTc5+GX5pHWfE854BZ/b6jfGAMusmhC3ih07aSf2wnGFrb
|
||||
AidHfPA8io0a7jVaSRJ+ZFENv1uuAvaSIWtpE3o6CbjG7WPodIkHbwmaRQZeMewu
|
||||
GepPj56Q2ywYP2vCUCW6xjKxg3ghwNtOCiVv5oDq59vJNAmV1kEzBKMHXKgkCyOG
|
||||
327D7t1/mjDf2PHN3lh1vac9iYYwbA==
|
||||
=kkx/
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 6 02:24:22 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240203
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Nov 21 09:54:12 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
45
libevt.spec
45
libevt.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libevt
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define lname libevt1
|
||||
Name: libevt
|
||||
Version: 20231121
|
||||
Version: 20240203
|
||||
Release: 0
|
||||
Summary: Library and tools to access the Windows Event Log (EVT) format
|
||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||
@ -29,30 +29,31 @@ Source2: https://github.com/libyal/libevt/releases/download/%version/libe
|
||||
Source3: %name.keyring
|
||||
Source8: Windows_Event_Log_EVT.pdf
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: pkgconfig(libbfio) >= 20220120
|
||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20220105
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
||||
BuildRequires: pkgconfig(libcdirectory) >= 20240105
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240109
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240110
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
BuildRequires: pkgconfig(libexe) >= 20210424
|
||||
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) >= 20210906
|
||||
BuildRequires: pkgconfig(libregf) >= 20231029
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(libwrc) >= 20220720
|
||||
BuildRequires: pkgconfig(libfcache) >= 20240112
|
||||
BuildRequires: pkgconfig(libfdata) >= 20240114
|
||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
||||
BuildRequires: pkgconfig(libfvalue) >= 20240124
|
||||
BuildRequires: pkgconfig(libfwevt) >= 20240101
|
||||
BuildRequires: pkgconfig(libfwnt) >= 20240126
|
||||
BuildRequires: pkgconfig(libregf) >= 20231203
|
||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
||||
BuildRequires: pkgconfig(libwrc) >= 20231228
|
||||
BuildRequires: pkgconfig(python3)
|
||||
%python_subpackages
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
Loading…
x
Reference in New Issue
Block a user