- Update to release 20240417
OBS-URL: https://build.opensuse.org/package/show/security:forensics/libhmac?expand=0&rev=27
This commit is contained in:
parent
ea02139b86
commit
64b644a470
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:38e29da0e81493f7045e0297a1e6c658059281d35e88cd34304201280dd7ab78
|
||||
size 1310286
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
libhmac-alpha-20240417.tar.gz
Normal file
3
libhmac-alpha-20240417.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0941e35cc40ea286cb512026bf4f33323bf4eef18cb8e10d0ec0d6c2b96166bf
|
||||
size 1309426
|
11
libhmac-alpha-20240417.tar.gz.asc
Normal file
11
libhmac-alpha-20240417.tar.gz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmYgeq0ACgkQ2WJeXXrQ
|
||||
F37CZQgAtU/KdTzhONlKIaqQGttlIZWOzQlxU/xQZnDaWdKRUoCkosr4/PbFSFV0
|
||||
RrSbC9GbEJtXTR7mCQwMkIOvMIZ6ZB0N/RZrnV3YhntQaXoKTfpusK/6TZ1anbSO
|
||||
DMeNqoQ4mrJLwoQLJVE1VUPvnjTRimHi/Ysb5VaqszjOS4fV9JQaWzgOvSfhMJCf
|
||||
KDYlE5XeMR0B2zFJGQ0Y3bsEn3SA+9PhJGWYzXDfRWX4tpBn2Rd2U4AmUxGwNFYH
|
||||
Jbr6IaXg+/ndEmE5Q1Ff+Mw/54U0qCkTAMpQPF/wLcmcMLFKwDYrfsnJmNYulbOY
|
||||
GaxJWZSy+vuL15byX3sUSP418U52wA==
|
||||
=o5Lo
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 18 10:00:41 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 20240417
|
||||
* No changelog was provided
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 29 10:21:50 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
21
libhmac.spec
21
libhmac.spec
@ -18,7 +18,7 @@
|
||||
|
||||
Name: libhmac
|
||||
%define lname libhmac1
|
||||
Version: 20240129
|
||||
Version: 20240417
|
||||
Release: 0
|
||||
Summary: Library to support various HMACs
|
||||
License: LGPL-3.0-or-later
|
||||
@ -29,14 +29,14 @@ Source2: https://github.com/libyal/libhmac/releases/download/%version/lib
|
||||
Source9: %name.keyring
|
||||
BuildRequires: c_compiler
|
||||
BuildRequires: pkg-config
|
||||
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(libcerror) >= 20240413
|
||||
BuildRequires: pkgconfig(libcfile) >= 20240414
|
||||
BuildRequires: pkgconfig(libclocale) >= 20240414
|
||||
BuildRequires: pkgconfig(libcnotify) >= 20240414
|
||||
BuildRequires: pkgconfig(libcpath) >= 20240414
|
||||
BuildRequires: pkgconfig(libcsplit) >= 20240414
|
||||
BuildRequires: pkgconfig(libcthreads) >= 20240413
|
||||
BuildRequires: pkgconfig(libuna) >= 20240414
|
||||
BuildRequires: pkgconfig(openssl) >= 1.0
|
||||
# Various notes: https://en.opensuse.org/libyal
|
||||
|
||||
@ -82,8 +82,7 @@ grep ' local' config.log && exit 1
|
||||
%make_install
|
||||
rm -f "%buildroot/%_libdir"/*.la
|
||||
|
||||
%post -n %lname -p /sbin/ldconfig
|
||||
%postun -n %lname -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets -n %lname
|
||||
|
||||
%files -n %lname
|
||||
%license COPYING*
|
||||
|
Loading…
Reference in New Issue
Block a user