Accepting request 1172092 from security:forensics
- Update to release 20240506 OBS-URL: https://build.opensuse.org/request/show/1172092 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libewf?expand=0&rev=29
This commit is contained in:
commit
beec2d3fe4
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec08d411a5dab0ecc957d12b64ad9ae073136aa85c05b2ca77c33e03949b2ab7
|
|
||||||
size 2659358
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVZwo4ACgkQ2WJeXXrQ
|
|
||||||
F35kdQf/Y81x8wSqEk9TQQyQ9YsJ48N4++fZeiwszNnR2TTQIHPMQxH9B1iG4pp/
|
|
||||||
vG0eH/SR1P4xR5CG1u1I1H7cQqTtaqEk54Lk/bWRluPAY+GXp9qzX1S3LfawJ72W
|
|
||||||
/lnqBIyBKGfj0xSteVqsYmFeWgT6ncQfbrUeMYOBLV1XPFlEHiKFvkPHt0EcweQn
|
|
||||||
GGeEk/DFvHLBAwUqShmad7Z8ymG3nIUISdk4sV3jIn6xCoIaMEQ8AhUONDLPxdXr
|
|
||||||
WsLE13dHAt4tEHvKa/CvqFTldVG0ac99S2Hli/9K0sj9thlwhf4qS1j9svt37AgX
|
|
||||||
5IHDl5lQvsg5PBRFfGeLUFgLtNvQPg==
|
|
||||||
=ooMp
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libewf-experimental-20240506.tar.gz
Normal file
3
libewf-experimental-20240506.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:247d8ee9572392a2404be514d1137f099970f41f240c1134ddc3f04322281c67
|
||||||
|
size 2757456
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon May 6 07:31:46 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20240506
|
||||||
|
* No user-visible changes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Mon Feb 5 21:43:04 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
56
libewf.spec
56
libewf.spec
@ -20,21 +20,21 @@
|
|||||||
|
|
||||||
%define lname libewf3
|
%define lname libewf3
|
||||||
Name: libewf
|
Name: libewf
|
||||||
Version: 20231119
|
Version: 20240506
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for the Expert Witness Compression Format (EWF)
|
Summary: Library for the Expert Witness Compression Format (EWF)
|
||||||
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
License: GFDL-1.3-or-later AND LGPL-3.0-or-later
|
||||||
Group: Productivity/File utilities
|
Group: Productivity/File utilities
|
||||||
URL: https://github.com/libyal/libewf
|
URL: https://github.com/libyal/libewf
|
||||||
Source: https://github.com/libyal/libewf/releases/download/%version/libewf-experimental-%version.tar.gz
|
Source: https://github.com/libyal/libewf/releases/download/%version/%name-experimental-%version.tar.gz
|
||||||
Source2: https://github.com/libyal/libewf/releases/download/%version/libewf-experimental-%version.tar.gz.asc
|
#Source2: https://github.com/libyal/libewf/releases/download/%version/%name-experimental-%version.tar.gz.asc
|
||||||
Source3: %name.keyring
|
Source3: %name.keyring
|
||||||
Source20: http://downloads.sf.net/libewf/mount_ewf-20090113.py
|
Source20: http://downloads.sf.net/libewf/mount_ewf-20090113.py
|
||||||
Source21: Expert_Witness_Compression_Format_EWF.pdf
|
Source21: Expert_Witness_Compression_Format_EWF.pdf
|
||||||
Source23: Expert_Witness_Compression_Format_2_EWF2.pdf
|
Source23: Expert_Witness_Compression_Format_2_EWF2.pdf
|
||||||
Patch1: remove_date_time_macros.patch
|
Patch1: remove_date_time_macros.patch
|
||||||
BuildRequires: %{python_module devel}
|
BuildRequires: %python_module devel
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %python_module setuptools
|
||||||
BuildRequires: bison
|
BuildRequires: bison
|
||||||
BuildRequires: c_compiler
|
BuildRequires: c_compiler
|
||||||
BuildRequires: flex
|
BuildRequires: flex
|
||||||
@ -45,27 +45,27 @@ BuildRequires: python-rpm-macros
|
|||||||
BuildRequires: timezone
|
BuildRequires: timezone
|
||||||
BuildRequires: pkgconfig(bzip2) >= 1.0
|
BuildRequires: pkgconfig(bzip2) >= 1.0
|
||||||
BuildRequires: pkgconfig(fuse) >= 2.6
|
BuildRequires: pkgconfig(fuse) >= 2.6
|
||||||
BuildRequires: pkgconfig(libbfio) >= 20221025
|
BuildRequires: pkgconfig(libbfio) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcaes) >= 20230406
|
BuildRequires: pkgconfig(libcaes) >= 20240413
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
BuildRequires: pkgconfig(libcdata) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcdatetime) >= 20230115
|
BuildRequires: pkgconfig(libcdatetime) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
BuildRequires: pkgconfig(libcerror) >= 20240413
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
BuildRequires: pkgconfig(libcfile) >= 20240414
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20221218
|
BuildRequires: pkgconfig(libclocale) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
BuildRequires: pkgconfig(libcnotify) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
BuildRequires: pkgconfig(libcpath) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
BuildRequires: pkgconfig(libcsplit) >= 20240414
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
BuildRequires: pkgconfig(libcthreads) >= 20240413
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
BuildRequires: pkgconfig(libfcache) >= 20240414
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20230319
|
BuildRequires: pkgconfig(libfdata) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
BuildRequires: pkgconfig(libfdatetime) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
BuildRequires: pkgconfig(libfguid) >= 20240415
|
||||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
BuildRequires: pkgconfig(libfvalue) >= 20240415
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20230407
|
BuildRequires: pkgconfig(libhmac) >= 20240417
|
||||||
BuildRequires: pkgconfig(libodraw) >= 20210503
|
BuildRequires: pkgconfig(libodraw) >= 20240505
|
||||||
BuildRequires: pkgconfig(libsmdev) >= 20221028
|
BuildRequires: pkgconfig(libsmdev) >= 20240505
|
||||||
BuildRequires: pkgconfig(libsmraw) >= 20230320
|
BuildRequires: pkgconfig(libsmraw) >= 20240506
|
||||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(uuid) >= 2.20
|
BuildRequires: pkgconfig(uuid) >= 2.20
|
||||||
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
BuildRequires: pkgconfig(zlib) >= 1.2.5
|
||||||
@ -126,7 +126,6 @@ cp -av %_sourcedir/*.pdf .
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{python_expand #
|
%{python_expand #
|
||||||
# see libcdata for version-sc
|
|
||||||
echo "V_%version { global: *; };" >v.sym
|
echo "V_%version { global: *; };" >v.sym
|
||||||
%configure --disable-static --disable-rpath \
|
%configure --disable-static --disable-rpath \
|
||||||
--enable-wide-character-type \
|
--enable-wide-character-type \
|
||||||
@ -150,8 +149,7 @@ export PYTHON="$(cat lastpython)"
|
|||||||
# and that no longer works when using version-script
|
# and that no longer works when using version-script
|
||||||
make check || :
|
make check || :
|
||||||
|
|
||||||
%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…
x
Reference in New Issue
Block a user