- Update to release 20240129
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libhmac?expand=0&rev=25
This commit is contained in:
parent
19f7b2a1c0
commit
ea02139b86
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:779203b8fd077d412419400d3f3f297dccc5b1bc06341c0154e620c109014b4a
|
||||
size 1306910
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVkHwoACgkQ2WJeXXrQ
|
||||
F35uMQf/QTk6LrZe39e2nE7zqcWZY4IBDDCu3c2hcl14cFtPtHniAaQluYruFSgF
|
||||
1b2yxr26hjjm9j/l34tNPswDuK687Fayynqui1dOG6wSuXaezXiqoEWtIug1mdfb
|
||||
K2rkPilseS8C9rqJBm6SPzvD4WNeK+quYRIgCwBuv+Z4IdLewN5LPyz4T4kWw5HF
|
||||
6ERAp2d29JmPXLvUnRo0CeWQW829088s0x702wImcXY5aRahMEchd654dSPKCTrX
|
||||
9ylQNv8Nxq8j+TtMvYJPn164ts3gdB7v6iHXzbPt04LxHiLtNMWLhaQzHF5/Glz+
|
||||
MLpCcYd8BuWouiiossj4egawj0Gc0Q==
|
||||
=eHLz
|
||||
-----END PGP SIGNATURE-----
|
3
libhmac-alpha-20240129.tar.gz
Normal file
3
libhmac-alpha-20240129.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38e29da0e81493f7045e0297a1e6c658059281d35e88cd34304201280dd7ab78
|
||||
size 1310286
|
11
libhmac-alpha-20240129.tar.gz.asc
Normal file
11
libhmac-alpha-20240129.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmW3Rb8ACgkQ2WJeXXrQ
|
||||
F37sGwf/QY74V3fNG7om2HwF8/V+JchVd1PCe9fLyJgYSKQlly7eaBADajxJqK0T
|
||||
y+gWs8WEpW2X9ix+kJs0dCxUalTXO+W2K/qg2kUSQM82AT/Ti/aqpJLVAYKbO4vL
|
||||
+b2avwx64B6Qiy9SlqVuhYpqTmnB4sgd21VJktx4gE/v4sbTfPsUgwVsLsIrOGay
|
||||
98BXUtcK7MB/c0ouSahkQo+IRQcGXv4kS+ciYSOc9xhZt3VCL3M6GSmpED0qdKcz
|
||||
nWDQz/DvX7JsHj0eE0PkoeVowoNjdqNu1G70KyfzEdrVNSdjEWtgoQdJxGSuOcV0
|
||||
c9Rl5Sg0Nf0U/jl3L64iCW86jsxC1g==
|
||||
=vBzl
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 10:21:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240129
|
||||
* No user-visible changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 27 09:40:31 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
18
libhmac.spec
18
libhmac.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libhmac
|
||||
#
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libhmac
|
||||
%define lname libhmac1
|
||||
Version: 20231127
|
||||
Version: 20240129
|
||||
Release: 0
|
||||
Summary: Library to support various HMACs
|
||||
License: LGPL-3.0-or-later
|
||||
@ -29,13 +29,13 @@ Source2: https://github.com/libyal/libhmac/releases/download/%version/lib
|
||||
Source9: %name.keyring
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
BuildRequires: pkgconfig(libcerror) >= 20220101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20220106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20221218
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20220108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20220108
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20220109
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20220102
|
||||
BuildRequires: pkgconfig(libcerror) >= 20240101
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240106
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240107
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240108
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240109
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240110
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240102
|
||||
BuildRequires: pkgconfig(libuna) >= 20230710
|
||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
Loading…
Reference in New Issue
Block a user