Compare commits
1 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 2bb026b3a9 |
BIN
libjcat-0.1.14.tar.gz
LFS
Normal file
BIN
libjcat-0.1.14.tar.gz
LFS
Normal file
Binary file not shown.
BIN
libjcat-0.2.3.tar.gz
LFS
BIN
libjcat-0.2.3.tar.gz
LFS
Binary file not shown.
@@ -1,51 +1,3 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 14:15:01 UTC 2025 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.2.3:
|
||||
+ Do not close the base stream when using
|
||||
jcat_file_import_stream().
|
||||
+ Skip ed25519 part of a test with -Ded25519=false.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 13:09:54 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.2.2:
|
||||
+ New Features:
|
||||
- Add bt-logindex blob kind.
|
||||
+ Bugfixes:
|
||||
- Increase test coverage for ED25519 support.
|
||||
- Save the auto-generated private key with 0600 file
|
||||
permissions.
|
||||
- Switch ED25519 support to not directly using Nettle.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 22 07:46:55 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 0.2.1:
|
||||
+ Do not dedupe sig and sig-of-checksum when loading.
|
||||
+ Fix the installed tests.
|
||||
+ Show the sig-of-checksum results clearer on the CLI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jan 10 09:17:52 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Do not install test files: pass -Dtest=false to meson instead of
|
||||
Dtest=true (aids with reproducible build, boo#1218715).
|
||||
- Add check section and run meson test.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 4 16:39:57 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- 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 <dmueller@suse.com>
|
||||
|
||||
|
||||
13
libjcat.spec
13
libjcat.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package libjcat
|
||||
#
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2023 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.2.3
|
||||
Version: 0.1.14
|
||||
Release: 0
|
||||
Summary: Library for reading and writing gzip-compressed JSON catalog files
|
||||
License: LGPL-2.1-or-later
|
||||
@@ -87,15 +87,14 @@ Files for development with %{name}.
|
||||
%meson \
|
||||
-Dgtkdoc=true \
|
||||
-Dintrospection=true \
|
||||
-Dtests=false \
|
||||
-Dtests=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
|
||||
%check
|
||||
%meson_test
|
||||
# remove unreproducible signature file to make package build reproducible
|
||||
rm -f %{buildroot}%{_libexecdir}/installed-tests/libjcat/colorhug/firmware.bin.p7c
|
||||
|
||||
%post -n %{name}%{sover} -p /sbin/ldconfig
|
||||
%postun -n %{name}%{sover} -p /sbin/ldconfig
|
||||
@@ -111,6 +110,8 @@ Files for development with %{name}.
|
||||
%doc NEWS README.md
|
||||
%{_bindir}/jcat-tool
|
||||
%{_mandir}/man1/jcat-tool.1.gz
|
||||
%{_libexecdir}/installed-tests/
|
||||
%{_datadir}/installed-tests/
|
||||
|
||||
%files devel
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}
|
||||
|
||||
Reference in New Issue
Block a user