SHA256
1
0
forked from pool/libhmac

Accepting request 972510 from security:forensics

- Update to release 20220425

OBS-URL: https://build.opensuse.org/request/show/972510
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libhmac?expand=0&rev=9
This commit is contained in:
Dominique Leuenberger 2022-04-25 21:35:28 +00:00 committed by Git OBS Bridge
commit 1c792f8f38
6 changed files with 42 additions and 38 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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -18,26 +18,27 @@
Name: libhmac
%define lname libhmac1
Version: 20210419
Version: 20220425
Release: 0
Summary: Library to support various HMACs
License: LGPL-3.0-or-later
Group: Development/Libraries/C and C++
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
BuildRequires: c_compiler
BuildRequires: gettext-tools >= 0.18.1
BuildRequires: libtool
BuildRequires: pkg-config
BuildRequires: pkgconfig(libcerror) >= 20201121
BuildRequires: pkgconfig(libcerror) >= 20220101
BuildRequires: pkgconfig(libcfile) >= 20201229
BuildRequires: pkgconfig(libclocale) >= 20200913
BuildRequires: pkgconfig(libcnotify) >= 20200913
BuildRequires: pkgconfig(libcpath) >= 20200623
BuildRequires: pkgconfig(libcsplit) >= 20200703
BuildRequires: pkgconfig(libcthreads) >= 20200508
BuildRequires: pkgconfig(libuna) >= 20201204
BuildRequires: pkgconfig(libclocale) >= 20220107
BuildRequires: pkgconfig(libcnotify) >= 20220108
BuildRequires: pkgconfig(libcpath) >= 20220108
BuildRequires: pkgconfig(libcsplit) >= 20220109
BuildRequires: pkgconfig(libcthreads) >= 20220102
BuildRequires: pkgconfig(libuna) >= 20220102
BuildRequires: pkgconfig(openssl) >= 1.0
%description
@ -53,13 +54,13 @@ A library to support various Hash-based Message Authentication Codes (HMAC).
%package devel
Summary: Development files for libhmac
Group: Development/Libraries/C and C++
Requires: %lname = %{version}
Requires: %lname = %version
%description devel
Development files for libhmac, a library to support various Hash-based Message Authentication Codes (HMAC).
This subpackage contains libraries and header files for developing
applications that want to make use of %{name}.
applications that want to make use of %name.
%package tools
Summary: Utilities for HMACs
@ -72,29 +73,29 @@ Use hmacsum to calculate a Hash-based Message Authentication Code (HMAC) of the
%autosetup -p1
%build
if [ ! -e configure ]; then ./autogen.sh; fi
autoreconf -fi
%configure --disable-static --enable-wide-character-type
%make_build
%install
%make_install
rm -f "%{buildroot}/%{_libdir}"/*.la
rm -f "%buildroot/%_libdir"/*.la
%post -n %lname -p /sbin/ldconfig
%postun -n %lname -p /sbin/ldconfig
%files -n %lname
%license COPYING*
%{_libdir}/libhmac.so.1*
%_libdir/libhmac.so.1*
%files devel
%{_includedir}/libhmac*
%{_libdir}/libhmac.so
%{_libdir}/pkgconfig/libhmac.pc
%{_mandir}/man3/libhmac.3*
%_includedir/libhmac*
%_libdir/libhmac.so
%_libdir/pkgconfig/libhmac.pc
%_mandir/man3/libhmac.3*
%files tools
%{_bindir}/hmacsum
%{_mandir}/man1/hmacsum.1*
%_bindir/hmacsum
%_mandir/man1/hmacsum.1*
%changelog