Accepting request 1130696 from security:forensics
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1130696 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsmraw?expand=0&rev=24
This commit is contained in:
commit
d9b6cc43b0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:31c7f665c2e4b4509ca637eb9677996acdeecc546e14719dd6f694f73e0eb6b6
|
|
||||||
size 1670719
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmQdJfwACgkQ2WJeXXrQ
|
|
||||||
F36Cnwf/cEzFL/90QW+BecUqkQi9x9DnUqP+RcTHhG9CijbMerQem9lSziFx2fNk
|
|
||||||
DfYeUerLnE2IP/0ogxNEIqdAl6GZTByouFllT9rG9u2m9lxeBtnFrL2hMDjHmU2V
|
|
||||||
Hhnd49Xg/0T/KCF5hzw4WJFQrTntOaeVRmHY/0NyYptFLpnwdMDuh8Nl/hFAzuHb
|
|
||||||
AOZXlrpn/6oEVZeeoIebffhKsK8BEVdER4XQp30MaV/yq0iZ/avldXCbn/NKxe1T
|
|
||||||
qBixaTG/yJd0h4w29zaXdBsEEkvSy0VnfoP9HY5lrMIMVWNUOEcQNGT65+oeBmJl
|
|
||||||
aovw8x6U85jz1fsszGTCBlKtH2rhkA==
|
|
||||||
=2yI9
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libsmraw-alpha-20231127.tar.gz
Normal file
3
libsmraw-alpha-20231127.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e9412e4df5a06d855f91e0eb7fb30cd1e82c8144ff38664c83baf776ac549f7f
|
||||||
|
size 1649147
|
11
libsmraw-alpha-20231127.tar.gz.asc
Normal file
11
libsmraw-alpha-20231127.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVkILwACgkQ2WJeXXrQ
|
||||||
|
F37P4wf/Zh7OD08UJW9UTsSSHTez1j0XtUuKRoorYaISzK2fU0+OyewROHS6nd6L
|
||||||
|
roEPdmmzabmFiRZPtwuuk1eYBX/ANh4/nZAx/TGa7uXsdUUNP/OdqX9sAdVEZiTZ
|
||||||
|
R4o83jsspXyw7CBn4Hc/wulsJLWgeAul7NQ9ZMLWz72ykSCPR5T6PkCR7KPNfaSd
|
||||||
|
LXXNdrQKQUy1gdaWZNfbJiZA88lYTKBFzcLqFns3a+/Fl5pYU2mOp+6JQ0g/8XdN
|
||||||
|
WJgledHV26vGa/9mqg5TvEpQDlST0JRbEOgLOWw2DcT5qysRjxQP6W2/VrZlvYWu
|
||||||
|
dwyA35XWIRH7yP2nlDcA70aJEz8Z9g==
|
||||||
|
=oTUJ
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 27 09:43:46 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20231127
|
||||||
|
* Improvded Python Unicde handling
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Aug 1 16:04:00 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
Tue Aug 1 16:04:00 UTC 2023 - Greg Freemyer <Greg.Freemyer@gmail.com>
|
||||||
|
|
||||||
|
@ -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}
|
||||||
|
|
||||||
Name: libsmraw
|
Name: libsmraw
|
||||||
%define lname libsmraw1
|
%define lname libsmraw1
|
||||||
Version: 20230320
|
Version: 20231127
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library and tools to access the (split) RAW image format
|
Summary: Library and tools to access the (split) RAW image format
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -37,7 +38,7 @@ BuildRequires: pkgconfig(libbfio) >= 20221025
|
|||||||
BuildRequires: pkgconfig(libcdata) >= 20230108
|
BuildRequires: pkgconfig(libcdata) >= 20230108
|
||||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||||
BuildRequires: pkgconfig(libclocale) >= 20220107
|
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||||
@ -45,8 +46,8 @@ BuildRequires: pkgconfig(libcthreads) >= 20220102
|
|||||||
BuildRequires: pkgconfig(libfcache) >= 20230115
|
BuildRequires: pkgconfig(libfcache) >= 20230115
|
||||||
BuildRequires: pkgconfig(libfdata) >= 20230319
|
BuildRequires: pkgconfig(libfdata) >= 20230319
|
||||||
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
BuildRequires: pkgconfig(libfvalue) >= 20220120
|
||||||
BuildRequires: pkgconfig(libhmac) >= 20230205
|
BuildRequires: pkgconfig(libhmac) >= 20231127
|
||||||
BuildRequires: pkgconfig(libuna) >= 20220611
|
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user