From ea02139b86cb6153da67af8fedbffcfff30ceb30e4c8535205203641f06f2d6a Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 29 Jan 2024 10:22:03 +0000 Subject: [PATCH] - Update to release 20240129 OBS-URL: https://build.opensuse.org/package/show/security:forensics/libhmac?expand=0&rev=25 --- libhmac-alpha-20231127.tar.gz | 3 --- libhmac-alpha-20231127.tar.gz.asc | 11 ----------- libhmac-alpha-20240129.tar.gz | 3 +++ libhmac-alpha-20240129.tar.gz.asc | 11 +++++++++++ libhmac.changes | 6 ++++++ libhmac.spec | 18 +++++++++--------- 6 files changed, 29 insertions(+), 23 deletions(-) delete mode 100644 libhmac-alpha-20231127.tar.gz delete mode 100644 libhmac-alpha-20231127.tar.gz.asc create mode 100644 libhmac-alpha-20240129.tar.gz create mode 100644 libhmac-alpha-20240129.tar.gz.asc diff --git a/libhmac-alpha-20231127.tar.gz b/libhmac-alpha-20231127.tar.gz deleted file mode 100644 index 7dee172..0000000 --- a/libhmac-alpha-20231127.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:779203b8fd077d412419400d3f3f297dccc5b1bc06341c0154e620c109014b4a -size 1306910 diff --git a/libhmac-alpha-20231127.tar.gz.asc b/libhmac-alpha-20231127.tar.gz.asc deleted file mode 100644 index ea6ef1f..0000000 --- a/libhmac-alpha-20231127.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEDtkCDakNP25wvTlF2WJeXXrQF34FAmVkHwoACgkQ2WJeXXrQ -F35uMQf/QTk6LrZe39e2nE7zqcWZY4IBDDCu3c2hcl14cFtPtHniAaQluYruFSgF -1b2yxr26hjjm9j/l34tNPswDuK687Fayynqui1dOG6wSuXaezXiqoEWtIug1mdfb -K2rkPilseS8C9rqJBm6SPzvD4WNeK+quYRIgCwBuv+Z4IdLewN5LPyz4T4kWw5HF -6ERAp2d29JmPXLvUnRo0CeWQW829088s0x702wImcXY5aRahMEchd654dSPKCTrX -9ylQNv8Nxq8j+TtMvYJPn164ts3gdB7v6iHXzbPt04LxHiLtNMWLhaQzHF5/Glz+ -MLpCcYd8BuWouiiossj4egawj0Gc0Q== -=eHLz ------END PGP SIGNATURE----- diff --git a/libhmac-alpha-20240129.tar.gz b/libhmac-alpha-20240129.tar.gz new file mode 100644 index 0000000..ef3ca37 --- /dev/null +++ b/libhmac-alpha-20240129.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38e29da0e81493f7045e0297a1e6c658059281d35e88cd34304201280dd7ab78 +size 1310286 diff --git a/libhmac-alpha-20240129.tar.gz.asc b/libhmac-alpha-20240129.tar.gz.asc new file mode 100644 index 0000000..521fac8 --- /dev/null +++ b/libhmac-alpha-20240129.tar.gz.asc @@ -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----- diff --git a/libhmac.changes b/libhmac.changes index 68ea596..56ccaed 100644 --- a/libhmac.changes +++ b/libhmac.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Jan 29 10:21:50 UTC 2024 - Jan Engelhardt + +- Update to release 20240129 + * No user-visible changes + ------------------------------------------------------------------- Mon Nov 27 09:40:31 UTC 2023 - Jan Engelhardt diff --git a/libhmac.spec b/libhmac.spec index 56d3b85..9d4780a 100644 --- a/libhmac.spec +++ b/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