From 58fc512f5c503a5b5099a190dd8ab50c8f17700191cfecc26e5c24c05724c812 Mon Sep 17 00:00:00 2001 From: Greg Freemyer Date: Wed, 30 Dec 2020 03:49:15 +0000 Subject: [PATCH] Accepting request 859320 from home:gregfreemyer:Tools-for-forensic-boot-cd - update to v0~20200104 * changes for SHA-512 HMAC * removed WinCrypt support - removed BuildRequires: pkg-config - added COPYING* to %license line - update to v0~20180731 * code cleanup OBS-URL: https://build.opensuse.org/request/show/859320 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libhmac?expand=0&rev=4 --- libhmac-alpha-20150104.tar.gz | 3 --- libhmac-alpha-20200104.tar.gz | 3 +++ libhmac.changes | 15 +++++++++++++++ libhmac.spec | 15 ++++++++------- 4 files changed, 26 insertions(+), 10 deletions(-) delete mode 100644 libhmac-alpha-20150104.tar.gz create mode 100644 libhmac-alpha-20200104.tar.gz diff --git a/libhmac-alpha-20150104.tar.gz b/libhmac-alpha-20150104.tar.gz deleted file mode 100644 index 470c637..0000000 --- a/libhmac-alpha-20150104.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d9419da55c42911fb5fd0dad2a1e394eac74addb0259e34be397f1b75740226 -size 1076549 diff --git a/libhmac-alpha-20200104.tar.gz b/libhmac-alpha-20200104.tar.gz new file mode 100644 index 0000000..fcbafb0 --- /dev/null +++ b/libhmac-alpha-20200104.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5407791905a961be641936fc46d097d02aed58ef1b274494e99359e082ea30b +size 1146738 diff --git a/libhmac.changes b/libhmac.changes index 487f2d4..00ef8be 100644 --- a/libhmac.changes +++ b/libhmac.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Tue Dec 29 23:12:59 UTC 2020 - Greg Freemyer + +- update to v0~20200104 + * changes for SHA-512 HMAC + * removed WinCrypt support +- removed BuildRequires: pkg-config +- added COPYING* to %license line + +------------------------------------------------------------------- +Wed Mar 27 23:19:17 UTC 2019 - Greg Freemyer + +- update to v0~20180731 + * code cleanup + ------------------------------------------------------------------- Fri Jan 9 17:52:55 UTC 2015 - Greg.Freemyer@gmail.com diff --git a/libhmac.spec b/libhmac.spec index 31b3c53..206d6d4 100644 --- a/libhmac.spec +++ b/libhmac.spec @@ -1,7 +1,7 @@ # # spec file for package libhmac # -# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,21 +12,21 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # Name: libhmac %define lname libhmac1 -%define timestamp 20150104 +%define timestamp 20200104 Version: 0~%timestamp Release: 0 Summary: Library to support various HMACs -License: LGPL-3.0+ +License: LGPL-3.0-or-later Group: Development/Libraries/C and C++ -Url: https://github.com/libyal/libhmac/wiki +URL: https://github.com/libyal/libhmac/wiki Source: https://github.com/libyal/libhmac/releases/download/%timestamp/%{name}-alpha-%timestamp.tar.gz -BuildRequires: pkg-config +#BuildRequires: pkg-config BuildRequires: pkgconfig(libcfile) >= 20130609 BuildRequires: pkgconfig(libclocale) >= 20130609 BuildRequires: pkgconfig(libcnotify) >= 20130609 @@ -85,7 +85,8 @@ rm -f "%{buildroot}/%{_libdir}"/*.la %files -n %lname %defattr(-,root,root) -%doc AUTHORS COPYING ChangeLog +%doc AUTHORS ChangeLog +%license COPYING* %{_libdir}/libhmac.so.1* %files devel