- Update to release 20240202

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libesedb?expand=0&rev=40
This commit is contained in:
Jan Engelhardt 2024-02-06 12:28:38 +00:00 committed by Git OBS Bridge
parent 01c70135d2
commit 319d62c289
6 changed files with 55 additions and 48 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a11ec46835894bdb73f5a93e9334f7d851ddd30c4c7a4403a5bf3164d07d081
size 1941944

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVa+SYACgkQ2WJeXXrQ
F35Qswf8C0PVLXt1jHjyhkB/VXMpuvDspjXVR+Hl55amu2OuL0svriegssEFKbDx
Le+as4V8Qi3vQG7XpovrOrSz8IkwY9MjtkhkATRKj+j5/wWxzvBiF5xCWLKJAI6l
s8JmtV9mC4x2+ppiUj55e+UYVgufEBNLBcUI8edwZHftD7gKSRyn6h5jBWwhzSab
drbM1c/qowzhNrFJp0yp7tIk9xdiZQ/FD5hRyyHTPldnzMhg1A37Rr2jv7LyMort
Qt/xQbu1JvEvkmmLtDabrn5NmhXGHN7XCsI82tlF1qk9pdxgkuetb/6fY2FNhk0C
nN6wsi4fichTdjgK4HXSyS9Coqbskg==
=sKhw
-----END PGP SIGNATURE-----

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:555ee2ecbcb6eda522087ae0c11a7a937c01351768da50ffbb57cef699e8f4f0
size 1943276

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmW8anAACgkQ2WJeXXrQ
F37kgwf/f4wUmCE/0KNlxTC88f6eJs63e00m03z2WT7funsTAgM5gmbqDUlJizkD
TvNZ0IC/4jXxZcMku/OQJ9Mt8H9t0hIpLtJ4Lufuff2SBkpozcZHCsJ93ibgAJYy
Zv7QCOc1J03nBEql/qpxuWRaoSLCyqOKOkmU3Gn2ynC0UzF2wn8VFvSBXmhHrCcp
EwVY6RXpJ9hBw48OUypXRwOdwUJq8sUqlGIU8mX+uE6t2qzrjQH/Wie0By97sdlh
lFgDee8C/rl6wFulzwHzrCiwe211DWdFduV7oVDb//wAn4lY1nSauQ4SbEYOUAWQ
yb+RIAKYEc9QrQOPNJ48URijHaMTAw==
=4NdS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 6 11:46:47 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20240202
* No user-visible changes
------------------------------------------------------------------- -------------------------------------------------------------------
Mon Nov 20 10:07:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de> Mon Nov 20 10:07:09 UTC 2023 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libesedb # spec file for package libesedb
# #
# Copyright (c) 2023 SUSE LLC # Copyright (c) 2024 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define lname libesedb1 %define lname libesedb1
Name: libesedb Name: libesedb
Version: 20231120 Version: 20240202
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
@ -33,26 +33,27 @@ 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: c_compiler BuildRequires: c_compiler
BuildRequires: python-rpm-macros BuildRequires: python-rpm-macros
BuildRequires: pkgconfig(libbfio) >= 20220120 BuildRequires: pkgconfig(libbfio) >= 20221025
BuildRequires: pkgconfig(libcdata) >= 20230108 BuildRequires: pkgconfig(libcdata) >= 20240103
BuildRequires: pkgconfig(libcerror) >= 20220101 BuildRequires: pkgconfig(libcerror) >= 20240101
BuildRequires: pkgconfig(libcfile) >= 20220106 BuildRequires: pkgconfig(libcfile) >= 20240106
BuildRequires: pkgconfig(libclocale) >= 20220107 BuildRequires: pkgconfig(libclocale) >= 20240107
BuildRequires: pkgconfig(libcnotify) >= 20220108 BuildRequires: pkgconfig(libcnotify) >= 20240108
BuildRequires: pkgconfig(libcpath) >= 20220108 BuildRequires: pkgconfig(libcpath) >= 20240109
BuildRequires: pkgconfig(libcsplit) >= 20220109 BuildRequires: pkgconfig(libcsplit) >= 20240110
BuildRequires: pkgconfig(libcthreads) >= 20220102 BuildRequires: pkgconfig(libcthreads) >= 20240102
BuildRequires: pkgconfig(libfcache) >= 20230115 BuildRequires: pkgconfig(libfcache) >= 20240112
BuildRequires: pkgconfig(libfdata) >= 20220111 BuildRequires: pkgconfig(libfdata) >= 20240114
BuildRequires: pkgconfig(libfdatetime) >= 20220112 BuildRequires: pkgconfig(libfdatetime) >= 20240115
BuildRequires: pkgconfig(libfguid) >= 20220113 BuildRequires: pkgconfig(libfguid) >= 20240116
BuildRequires: pkgconfig(libfmapi) >= 20220114 BuildRequires: pkgconfig(libfmapi) >= 20240117
BuildRequires: pkgconfig(libfvalue) >= 20220120 BuildRequires: pkgconfig(libfvalue) >= 20240124
BuildRequires: pkgconfig(libfwnt) >= 20210906 BuildRequires: pkgconfig(libfwnt) >= 20240126
BuildRequires: pkgconfig(libmapidb) >= 20210421 BuildRequires: pkgconfig(libmapidb) >= 20210421
BuildRequires: pkgconfig(libuna) >= 20220611 BuildRequires: pkgconfig(libuna) >= 20240130
%python_subpackages %python_subpackages
# Various notes: https://en.opensuse.org/libyal # Various notes: https://en.opensuse.org/libyal
@ -61,12 +62,12 @@ Library and tools to access the Extensible Storage Engine (ESE) Database File
(EDB) format. ESEDB is used in may different applications like Windows Search, (EDB) format. ESEDB is used in may different applications like Windows Search,
Windows Mail, Exchange, Active Directory, etc. Windows Mail, Exchange, Active Directory, etc.
%package -n %{lname} %package -n %lname
Summary: Library to access the EDB format Summary: Library to access the EDB format
License: LGPL-3.0-or-later License: LGPL-3.0-or-later
Group: System/Libraries Group: System/Libraries
%description -n %{lname} %description -n %lname
Library to access the Extensible Storage Engine (ESE) Database File (EDB) Library to access the Extensible Storage Engine (ESE) Database File (EDB)
format. ESEDB is used in may different applications like Windows Search, format. ESEDB is used in may different applications like Windows Search,
Windows Mail, Exchange, Active Directory, etc. Windows Mail, Exchange, Active Directory, etc.
@ -113,19 +114,19 @@ grep ' '' ''local' config.log && exit 1
%install %install
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 %post -n %lname -p /sbin/ldconfig
%postun -n %{lname} -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig
%files -n %{lname} %files -n %lname
%license COPYING* %license COPYING*
%{_libdir}/libesedb.so.* %_libdir/libesedb.so.*
%files -n %name-tools %files -n %name-tools
%license COPYING* %license COPYING*
%{_bindir}/esedb* %_bindir/esedb*
%{_mandir}/man1/esedb*.1* %_mandir/man1/esedb*.1*
%files -n %name-devel %files -n %name-devel
%license COPYING* %license COPYING*
@ -134,14 +135,14 @@ find %{buildroot} -type f -name "*.la" -delete -print
%doc Forensic_analysis_of_the_Windows_Search_database.pdf %doc Forensic_analysis_of_the_Windows_Search_database.pdf
%doc Windows_Search.pdf %doc Windows_Search.pdf
%doc libesedb-libfdata.pdf %doc libesedb-libfdata.pdf
%{_includedir}/libesedb.h %_includedir/libesedb.h
%{_includedir}/libesedb/ %_includedir/libesedb/
%{_libdir}/libesedb.so %_libdir/libesedb.so
%{_libdir}/pkgconfig/libesedb.pc %_libdir/pkgconfig/libesedb.pc
%{_mandir}/man3/libesedb.3* %_mandir/man3/libesedb.3*
%files %python_files %files %python_files
%license COPYING* %license COPYING*
%{python_sitearch}/pyesedb.so %python_sitearch/pyesedb.so
%changelog %changelog