- Update to release 20220425

OBS-URL: https://build.opensuse.org/package/show/security:forensics/libhmac?expand=0&rev=8
This commit is contained in:
Jan Engelhardt 2022-04-25 08:14:22 +00:00 committed by Git OBS Bridge
parent d674ff7e3f
commit ef38c6948e
6 changed files with 31 additions and 27 deletions

View File

@ -1,14 +0,0 @@
<services>
<service name="tar_scm" mode="disabled">
<param name="scm">git</param>
<param name="url">https://github.com/libyal/libhmac</param>
<param name="revision">f97b507af5f87daf9b77497376ec3c110d7ece9b</param>
<!-- see configure.ac -->
<param name="versionformat">20210419</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
<service name="set_version" mode="disabled"/>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ec3b42765e96018053ce2bb61db7750c6a16f162f50e17a37c3dec12ef84a305
size 95944

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8acc28e36e391c2d55228d6ac964ac9329546f402f8dbf05a88ed9ba52963cb7
size 1254604

View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmJmNsEACgkQ2WJeXXrQ
F36X9gf9EFnuPmX9HF0a2pPnrqEa32w/d2r4D4vrXs0d7MlNYHiO57dk4TSaqvB7
f76vvlQj3JQNr97q01iHx0g0ACvsGlqJtmtvywiLovzbiiaPSUZ68xGlOWfNs0bc
yn17ONVEehpH+uevECmzgHJLPuQEtxgUTfOcZyPh1v8tI8vOIwxF0RtS7kVf+TFW
vtTaDbuCjFtZt8BMx74tC9vKFtLj1wOiJ7GLf46lzeY+8K5N/JfSbf2ReNMl8k0E
S2vQQyMrPJCJi+NZKHGqYZuaTUbEIfzNK0zocaqqFt4mDtJySe4S+5ZPXf17dLIw
N2+cxFGnMrscUSMG7kYF50do4tzNUQ==
=WFwC
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Apr 25 08:14:04 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 20220425
* Unspecified updates to code and tests
------------------------------------------------------------------- -------------------------------------------------------------------
Thu May 13 11:07:52 UTC 2021 - Jan Engelhardt <jengelh@inai.de> Thu May 13 11:07:52 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package libhmac # spec file for package libhmac
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 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,26 +18,27 @@
Name: libhmac Name: libhmac
%define lname libhmac1 %define lname libhmac1
Version: 20210419 Version: 20220425
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
Group: Development/Libraries/C and C++ Group: Development/Libraries/C and C++
URL: https://github.com/libyal/libhmac URL: https://github.com/libyal/libhmac
Source: %name-%version.tar.xz Source: https://github.com/libyal/libhmac/releases/download/%version/libhmac-alpha-%version.tar.gz
Source2: https://github.com/libyal/libhmac/releases/download/%version/libhmac-alpha-%version.tar.gz.asc
Patch1: system-libs.patch Patch1: system-libs.patch
BuildRequires: c_compiler BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1 BuildRequires: gettext-tools >= 0.18.1
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkg-config BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20201121 BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcfile) >= 20201229 BuildRequires: pkgconfig(libcfile) >= 20201229
BuildRequires: pkgconfig(libclocale) >= 20200913 BuildRequires: pkgconfig(libclocale) >= 20220107
BuildRequires: pkgconfig(libcnotify) >= 20200913 BuildRequires: pkgconfig(libcnotify) >= 20220108
BuildRequires: pkgconfig(libcpath) >= 20200623 BuildRequires: pkgconfig(libcpath) >= 20220108
BuildRequires: pkgconfig(libcsplit) >= 20200703 BuildRequires: pkgconfig(libcsplit) >= 20220109
BuildRequires: pkgconfig(libcthreads) >= 20200508 BuildRequires: pkgconfig(libcthreads) >= 20220102
BuildRequires: pkgconfig(libuna) >= 20201204 BuildRequires: pkgconfig(libuna) >= 20220102
BuildRequires: pkgconfig(openssl) >= 1.0 BuildRequires: pkgconfig(openssl) >= 1.0
%description %description