- Update to release 20240420
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libesedb?expand=0&rev=42
This commit is contained in:
parent
319d62c289
commit
9e19a95371
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:555ee2ecbcb6eda522087ae0c11a7a937c01351768da50ffbb57cef699e8f4f0
|
|
||||||
size 1943276
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmW8anAACgkQ2WJeXXrQ
|
|
||||||
F37kgwf/f4wUmCE/0KNlxTC88f6eJs63e00m03z2WT7funsTAgM5gmbqDUlJizkD
|
|
||||||
TvNZ0IC/4jXxZcMku/OQJ9Mt8H9t0hIpLtJ4Lufuff2SBkpozcZHCsJ93ibgAJYy
|
|
||||||
Zv7QCOc1J03nBEql/qpxuWRaoSLCyqOKOkmU3Gn2ynC0UzF2wn8VFvSBXmhHrCcp
|
|
||||||
EwVY6RXpJ9hBw48OUypXRwOdwUJq8sUqlGIU8mX+uE6t2qzrjQH/Wie0By97sdlh
|
|
||||||
lFgDee8C/rl6wFulzwHzrCiwe211DWdFduV7oVDb//wAn4lY1nSauQ4SbEYOUAWQ
|
|
||||||
yb+RIAKYEc9QrQOPNJ48URijHaMTAw==
|
|
||||||
=4NdS
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libesedb-experimental-20240420.tar.gz
Normal file
3
libesedb-experimental-20240420.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:07250741dff8a1ea1f5e38c02f1b9a1ae5e9fa52d013401067338842883a5b9f
|
||||||
|
size 1945344
|
11
libesedb-experimental-20240420.tar.gz.asc
Normal file
11
libesedb-experimental-20240420.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYj0hoACgkQ2WJeXXrQ
|
||||||
|
F34vjQgAh5M9LdoA1Si2iEfYbiOxAqkg6olwpxX70c2bxyfMH18TmtrOvEi2r63l
|
||||||
|
l1QNAeSRrW8Vi6WKx8eo/9HF5HpSF9TJb0TuPbAqmT1XRpc49CQ5lgDynk36yVuX
|
||||||
|
srLgjCSYNM72Df8PVSgB2nK7lyi5Ja5adDkyqSzX7K8m8i/K3Q9XaB/jAJG5KGo8
|
||||||
|
Iezd0Q1Q+GF4DNhYXA7Msvkvcqj/R6/qvF7TY3EJ5YC95lCqIPql93yQgca60TY7
|
||||||
|
7Q/TIq+k63XpiDWZq1Qo29EKWGRIFQmuSf/wAbT3iNtZuKIFRQxNZMqr0VMezqh0
|
||||||
|
4xA/vo+Do3kIgvb1fTM0dE3sgUp3qQ==
|
||||||
|
=ejGs
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Apr 20 18:24:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20240420
|
||||||
|
* No changelog was provided
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 6 11:46:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Tue Feb 6 11:46:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define lname libesedb1
|
%define lname libesedb1
|
||||||
Name: libesedb
|
Name: libesedb
|
||||||
Version: 20240202
|
Version: 20240420
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the ESE Database File (EDB) format
|
Summary: Library and tools to access the ESE Database File (EDB) format
|
||||||
License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
|
License: GFDL-1.1-or-later AND LGPL-3.0-or-later AND GFDL-1.3-or-later
|
||||||
@ -32,28 +32,28 @@ Source11: Extensible_Storage_Engine_ESE_Database_File_EDB_format.pdf
|
|||||||
Source12: Forensic_analysis_of_the_Windows_Search_database.pdf
|
Source12: Forensic_analysis_of_the_Windows_Search_database.pdf
|
||||||
Source13: Windows_Search.pdf
|
Source13: Windows_Search.pdf
|
||||||
Source14: libesedb-libfdata.pdf
|
Source14: libesedb-libfdata.pdf
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %python_module devel
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %python_module setuptools
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
BuildRequires: pkgconfig(libbfio) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20240103
|
BuildRequires: pkgconfig(libcdata) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
BuildRequires: pkgconfig(libcerror) >= 20240413
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20240106
|
BuildRequires: pkgconfig(libcfile) >= 20240414
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
BuildRequires: pkgconfig(libclocale) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
BuildRequires: pkgconfig(libcnotify) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20240109
|
BuildRequires: pkgconfig(libcpath) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20240110
|
BuildRequires: pkgconfig(libcsplit) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
BuildRequires: pkgconfig(libcthreads) >= 20240413
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20240112
|
BuildRequires: pkgconfig(libfcache) >= 20240414
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20240114
|
BuildRequires: pkgconfig(libfdata) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20240115
|
BuildRequires: pkgconfig(libfdatetime) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20240116
|
BuildRequires: pkgconfig(libfguid) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfmapi) >= 20240117
|
BuildRequires: pkgconfig(libfmapi) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfvalue) >= 20240124
|
BuildRequires: pkgconfig(libfvalue) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfwnt) >= 20240126
|
BuildRequires: pkgconfig(libfwnt) >= 20240415
|
||||||
BuildRequires: pkgconfig(libmapidb) >= 20210421
|
BuildRequires: pkgconfig(libmapidb) >= 20240415
|
||||||
BuildRequires: pkgconfig(libuna) >= 20240130
|
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
|
||||||
@ -116,8 +116,7 @@ grep ' '' ''local' config.log && exit 1
|
|||||||
mv %_builddir/rt/* %buildroot/
|
mv %_builddir/rt/* %buildroot/
|
||||||
find %buildroot -type f -name "*.la" -delete -print
|
find %buildroot -type f -name "*.la" -delete -print
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%license COPYING*
|
%license COPYING*
|
||||||
|
Loading…
Reference in New Issue
Block a user