From 4c1652def43a03e420c1b3fb70fd8a67fdd8c16a10bb424ce738f425abdde303 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Jan 2024 16:19:14 +0000 Subject: [PATCH] Accepting request 1136888 from home:dimstar:Factory - Update to version 0.2.0: + New Features: - Add support for verifying firmware transparency checkpoints - Add various bitcounting functions for future use - Allow creating and validating SHA512 checksums - Allow verifying the checksum of a payload + Bugfixes: - Sprinkle attribute((nonnull)) to give a little more compile-time safety OBS-URL: https://build.opensuse.org/request/show/1136888 OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=23 --- libjcat-0.1.14.tar.gz | 3 --- libjcat-0.2.0.tar.gz | 3 +++ libjcat.changes | 13 +++++++++++++ libjcat.spec | 4 ++-- 4 files changed, 18 insertions(+), 5 deletions(-) delete mode 100644 libjcat-0.1.14.tar.gz create mode 100644 libjcat-0.2.0.tar.gz diff --git a/libjcat-0.1.14.tar.gz b/libjcat-0.1.14.tar.gz deleted file mode 100644 index a578b4d..0000000 --- a/libjcat-0.1.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e754051419d9955cfa4dcf4503aa86105c45bcbb5e95222a938ba95cc8f0569b -size 70018 diff --git a/libjcat-0.2.0.tar.gz b/libjcat-0.2.0.tar.gz new file mode 100644 index 0000000..3886c6d --- /dev/null +++ b/libjcat-0.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:14d5b35c557c893de30dc7631e07bb981a6aebb3611ac245c862a4af0f0371b6 +size 76313 diff --git a/libjcat.changes b/libjcat.changes index 6586647..726d48c 100644 --- a/libjcat.changes +++ b/libjcat.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Thu Jan 4 16:39:57 UTC 2024 - Dominique Leuenberger + +- Update to version 0.2.0: + + New Features: + - Add support for verifying firmware transparency checkpoints + - Add various bitcounting functions for future use + - Allow creating and validating SHA512 checksums + - Allow verifying the checksum of a payload + + Bugfixes: + - Sprinkle attribute((nonnull)) to give a little more + compile-time safety + ------------------------------------------------------------------- Tue Jun 27 14:54:31 UTC 2023 - Dirk Müller diff --git a/libjcat.spec b/libjcat.spec index 542b92a..526f4fd 100644 --- a/libjcat.spec +++ b/libjcat.spec @@ -1,7 +1,7 @@ # # spec file for package libjcat # -# 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 @@ -19,7 +19,7 @@ %define sover 1 Name: libjcat -Version: 0.1.14 +Version: 0.2.0 Release: 0 Summary: Library for reading and writing gzip-compressed JSON catalog files License: LGPL-2.1-or-later