forked from pool/libewf
- Update to release 20231119
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libewf?expand=0&rev=34
This commit is contained in:
parent
3b27475846
commit
dcc40571f2
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:d22eecbd962c3d7d646ccfba131fc3c07e6a07da37dc163b6ecbb1348db16101
|
|
||||||
size 2638562
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmPpyvYACgkQ2WJeXXrQ
|
|
||||||
F35T1Af/fpC+jSnqKusgduPppMc0cs1M372OVrxvR9FHL3ZiURq8bP+LY0tnYxSB
|
|
||||||
3r1K+S8ybwPB+uCFGF3DXSut+KOZOJzFUUeid/7xYN5urIGgPoB2+2ez0f2Y4QF5
|
|
||||||
ZIidltMrWUYA+4vdaxa1O0qp6fXVEHJL2GTW4is4KJVkB5gxS+Nzz9NLIwMJsJ5/
|
|
||||||
zxS3l/+y0iX2dlsmcA84ymTanZtvNTBw30rk0JeHr+pGhncu2GZN8SdWmoUwK5+J
|
|
||||||
T/1X56HRjeBVfueAHCHNEFd9d5v3hN2DeGNX9cxmSsnmUe65FZDbClRlWaTNvOS7
|
|
||||||
v+aqEf2Gfdwhv9OQCFAI/Z3cdusuQw==
|
|
||||||
=aYjM
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libewf-experimental-20231119.tar.gz
Normal file
3
libewf-experimental-20231119.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ec08d411a5dab0ecc957d12b64ad9ae073136aa85c05b2ca77c33e03949b2ab7
|
||||||
|
size 2659358
|
11
libewf-experimental-20231119.tar.gz.asc
Normal file
11
libewf-experimental-20231119.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVZwo4ACgkQ2WJeXXrQ
|
||||||
|
F35kdQf/Y81x8wSqEk9TQQyQ9YsJ48N4++fZeiwszNnR2TTQIHPMQxH9B1iG4pp/
|
||||||
|
vG0eH/SR1P4xR5CG1u1I1H7cQqTtaqEk54Lk/bWRluPAY+GXp9qzX1S3LfawJ72W
|
||||||
|
/lnqBIyBKGfj0xSteVqsYmFeWgT6ncQfbrUeMYOBLV1XPFlEHiKFvkPHt0EcweQn
|
||||||
|
GGeEk/DFvHLBAwUqShmad7Z8ymG3nIUISdk4sV3jIn6xCoIaMEQ8AhUONDLPxdXr
|
||||||
|
WsLE13dHAt4tEHvKa/CvqFTldVG0ac99S2Hli/9K0sj9thlwhf4qS1j9svt37AgX
|
||||||
|
5IHDl5lQvsg5PBRFfGeLUFgLtNvQPg==
|
||||||
|
=ooMp
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Nov 19 10:30:24 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20231119
|
||||||
|
* Allow UTF-16 stream unpaired surrogates in ltree
|
||||||
|
* Changed ltree path segment separator
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 1 15:56:21 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Tue Aug 1 15:56:21 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
11
libewf.spec
11
libewf.spec
@ -15,11 +15,12 @@
|
|||||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
|
|
||||||
%define lname libewf3
|
%define lname libewf3
|
||||||
Name: libewf
|
Name: libewf
|
||||||
Version: 20230212
|
Version: 20231119
|
||||||
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
|
||||||
@ -46,7 +47,7 @@ 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) >= 20221025
|
||||||
BuildRequires: pkgconfig(libcaes) >= 20221127
|
BuildRequires: pkgconfig(libcaes) >= 20230406
|
||||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||||
BuildRequires: pkgconfig(libcdatetime) >= 20230115
|
BuildRequires: pkgconfig(libcdatetime) >= 20230115
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||||
@ -57,14 +58,14 @@ BuildRequires: pkgconfig(libcpath) >= 20220108
|
|||||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20220111
|
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||||
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
BuildRequires: pkgconfig(libfdatetime) >= 20220112
|
||||||
BuildRequires: pkgconfig(libfguid) >= 20220113
|
BuildRequires: pkgconfig(libfguid) >= 20220113
|
||||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20230205
|
BuildRequires: pkgconfig(libhmac) >= 20230407
|
||||||
BuildRequires: pkgconfig(libodraw) >= 20210503
|
BuildRequires: pkgconfig(libodraw) >= 20210503
|
||||||
BuildRequires: pkgconfig(libsmdev) >= 20221028
|
BuildRequires: pkgconfig(libsmdev) >= 20221028
|
||||||
BuildRequires: pkgconfig(libsmraw) >= 20221028
|
BuildRequires: pkgconfig(libsmraw) >= 20230710
|
||||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
BuildRequires: pkgconfig(openssl) >= 1.0.0
|
||||||
BuildRequires: pkgconfig(uuid) >= 2.20
|
BuildRequires: pkgconfig(uuid) >= 2.20
|
||||||
|
Loading…
Reference in New Issue
Block a user