forked from pool/libhmac
- Update to release 20230205
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libhmac?expand=0&rev=17
This commit is contained in:
parent
f86620a1fc
commit
ba0c0d8732
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8acc28e36e391c2d55228d6ac964ac9329546f402f8dbf05a88ed9ba52963cb7
|
|
||||||
size 1254604
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmJmNsEACgkQ2WJeXXrQ
|
|
||||||
F36X9gf9EFnuPmX9HF0a2pPnrqEa32w/d2r4D4vrXs0d7MlNYHiO57dk4TSaqvB7
|
|
||||||
f76vvlQj3JQNr97q01iHx0g0ACvsGlqJtmtvywiLovzbiiaPSUZ68xGlOWfNs0bc
|
|
||||||
yn17ONVEehpH+uevECmzgHJLPuQEtxgUTfOcZyPh1v8tI8vOIwxF0RtS7kVf+TFW
|
|
||||||
vtTaDbuCjFtZt8BMx74tC9vKFtLj1wOiJ7GLf46lzeY+8K5N/JfSbf2ReNMl8k0E
|
|
||||||
S2vQQyMrPJCJi+NZKHGqYZuaTUbEIfzNK0zocaqqFt4mDtJySe4S+5ZPXf17dLIw
|
|
||||||
N2+cxFGnMrscUSMG7kYF50do4tzNUQ==
|
|
||||||
=WFwC
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
libhmac-alpha-20230205.tar.gz
Normal file
3
libhmac-alpha-20230205.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:225b44e454b398bbe08008007cc0c071aa55b456848cd4cd5e7bd45c5cbc42a5
|
||||||
|
size 1325892
|
11
libhmac-alpha-20230205.tar.gz.asc
Normal file
11
libhmac-alpha-20230205.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmPfkb8ACgkQ2WJeXXrQ
|
||||||
|
F34lxQf9G/GdIYG+7Qqr7dpLYyOqjCn0ikDZrWqqJHvwgyW34VSclbGglAz4vyyF
|
||||||
|
x2gDfmLdREpqqYNocR4pw+duPbcY1/v8ucDiufS5ADYPSO237AnPPYQsh4iIl1cc
|
||||||
|
giqwVWGiWCIfkwke1oxzqXSGqdm8HSA3XfzQG+R04veShEE+7kZ8AT1BIjFtp4of
|
||||||
|
88vGK7N20GX8SvzncjCz50J+poAo1ampUj2XDEUxPkkp+YWCpgnOlHRdzWpHYTMT
|
||||||
|
oOVnu/DOwULhOTAVCr93xUcXUvgEMYAYCGttq52S/y97RHE+BySO0t+sI6kW4LWd
|
||||||
|
0aYQY0FtSqCWd5DOph/Ov/M7DhiDdw==
|
||||||
|
=XSUk
|
||||||
|
-----END PGP SIGNATURE-----
|
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Feb 5 20:39:49 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 20230205
|
||||||
|
* Python bindings updates
|
||||||
|
* openssl3 API update
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Sat Nov 26 16:43:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libhmac
|
# spec file for package libhmac
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 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 @@
|
|||||||
|
|
||||||
Name: libhmac
|
Name: libhmac
|
||||||
%define lname libhmac1
|
%define lname libhmac1
|
||||||
Version: 20220425
|
Version: 20230205
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library to support various HMACs
|
Summary: Library to support various HMACs
|
||||||
License: LGPL-3.0-or-later
|
License: LGPL-3.0-or-later
|
||||||
@ -30,12 +30,12 @@ BuildRequires: c_compiler
|
|||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
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
|
||||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||||
BuildRequires: pkgconfig(libuna) >= 20220102
|
BuildRequires: pkgconfig(libuna) >= 20220611
|
||||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||||
# Various notes: https://en.opensuse.org/libyal
|
# Various notes: https://en.opensuse.org/libyal
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user