Gary Ching-Pang Lin
baf4b91716
Accepting request 1138082 from home:dimstar:Factory
...
- 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.
OBS-URL: https://build.opensuse.org/request/show/1138082
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=25
2024-01-12 01:56:55 +00:00
4c1652def4
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
2024-01-06 16:19:14 +00:00
Gary Ching-Pang Lin
d874b40729
Accepting request 1095643 from home:dirkmueller:Factory
...
- update to 0.1.14:
* Fix header includes (Daisuke Fujimura)
* Fix prefix of LIBJCAT_CHECK_VERSION (Richard Hughes)
* Use project_source_root to fix building as a subproject
OBS-URL: https://build.opensuse.org/request/show/1095643
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=21
2023-06-28 01:54:28 +00:00
14b5c94bf7
Accepting request 1083364 from home:dirkmueller:Factory
...
- update to 0.1.13:
* Add support for SHA512 checksums (Richard Hughes)
* Add the ability to add and remove support for blob types
* Fix header includes for clang-tidy (Richard Hughes)
* Show the expected SHA checksum in the error (Richard
Hughes)
OBS-URL: https://build.opensuse.org/request/show/1083364
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=19
2023-05-02 09:28:36 +00:00
Gary Ching-Pang Lin
cf0e4e27e9
Accepting request 1008771 from home:dirkmueller:Factory
...
- update to 0.1.12:
* Correctly export the AliasIds in all cases (Richard Hughes)
* Install installed-test firmware.bin.ed25519 (Jan Tojnar)
* Predate test cert activation date by 1 day (David Bonner)
OBS-URL: https://build.opensuse.org/request/show/1008771
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=17
2022-10-11 05:39:02 +00:00
751d2c62a9
Accepting request 971326 from home:dirkmueller:Factory
...
- update to 0.1.11:
- Allow the user to get the runtime library version (Richard Hughes)
- Fix incorrect certtool being called on macOS (Richard Hughes)
OBS-URL: https://build.opensuse.org/request/show/971326
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=15
2022-04-25 07:13:13 +00:00
ebab76d101
Accepting request 968247 from home:dirkmueller:Factory
...
- update to 0.1.10:
- Add ED25519 support (Richard Hughes)
- Define three more types used for the firmware transparency log (Richard Hughes)
- Include the pkgconfig variables in the subproject dependency (Richard Hughes)
- Drop the use of setuptools in the test script for regenerating ld version file (Eli Schwartz)
- Use the correct lookup method for the python3 script interpreter (Eli Schwartz)
OBS-URL: https://build.opensuse.org/request/show/968247
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=13
2022-04-19 12:13:18 +00:00
bfcbcd85de
Accepting request 941710 from home:dirkmueller:Factory
...
- update to 0.1.9:
* Set which backends are supported in the pkgconfig file
* Use -Dcli=false to reduce the install size
* Return an error if we try to self-sign no bytes of data
* Show a more accurate output when not all engines are enabled
OBS-URL: https://build.opensuse.org/request/show/941710
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=12
2022-01-03 10:34:43 +00:00
f609d20903
- update to 0.1.8:
...
* Fix a warning when used in a subproject
* Fix compilation on FreeBSD
* Do not use help2man to build manual pages
* Fall back to the AliasId for validation
* Fix jcat_context_verify_blob() to use self verify for checksums
* Allow verifying expired certificates with an additional argument
* Allow compiling json-glib as a subproject
* Export the old JCatEngine property to preserve internal ABI
* Do not fail verification if compiled without an engine
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=11
2021-11-13 12:01:10 +00:00
Gary Ching-Pang Lin
0c5b99d66b
Accepting request 823697 from home:dimstar:Factory
...
- Update to version 0.1.3:
* Export the JcatBlobKind and JcatBlobMethod on the result
* trivial: source the version header when including <jcat.h>
OBS-URL: https://build.opensuse.org/request/show/823697
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=9
2020-08-05 02:32:29 +00:00
Gary Ching-Pang Lin
2eecb720e2
Accepting request 816984 from home:bmwiedemann:branches:Base:System
...
- remove unreproducible signature file to make package build reproducible
I think, this is just an example file, but would be interested in feedback from packager.
file is created during build by
["/usr/bin/certtool", "--p7-detached-sign", "--p7-time", "--load-privkey", "data/tests/test-privkey.pem", "--load-certificate", "data/tests/pki/test.pem", "--infile", "../data/tests/colorhug/firmware.bin", "--outfile", "data/tests/colorhug/firmware.bin.p7c"]
OBS-URL: https://build.opensuse.org/request/show/816984
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=7
2020-07-01 06:16:38 +00:00
Gary Ching-Pang Lin
0c4b9919f2
Accepting request 812967 from home:dimstar:Factory
...
- Update to version 0.1.2+3:
* Validate that gpgme_op_verify_result() returned at least one
signature (CVE-2020-10759).
OBS-URL: https://build.opensuse.org/request/show/812967
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=5
2020-06-10 01:11:35 +00:00
Dominique Leuenberger
5948b4fd11
Accepting request 811261 from Base:System
...
Newer fwupd needs libjcat to build.
OBS-URL: https://build.opensuse.org/request/show/811261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libjcat?expand=0&rev=1
2020-06-04 15:53:33 +00:00
Gary Ching-Pang Lin
e36014e991
Accepting request 811184 from home:dimstar:Factory
...
Update to 0.1.2 - please also forward to oS:F
OBS-URL: https://build.opensuse.org/request/show/811184
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=3
2020-06-04 01:16:42 +00:00
Gary Ching-Pang Lin
def64842b7
Accepting request 796228 from home:gary_lin:branches:Base:System
...
Add the missing BuildRequires: gobject-introspection-devel
OBS-URL: https://build.opensuse.org/request/show/796228
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=2
2020-04-22 08:19:22 +00:00
e7c678a62e
Accepting request 794136 from home:gary_lin:branches:Base:System
...
libjcat is required by fwupd 1.4.0.
OBS-URL: https://build.opensuse.org/request/show/794136
OBS-URL: https://build.opensuse.org/package/show/Base:System/libjcat?expand=0&rev=1
2020-04-19 12:57:42 +00:00