forked from pool/libjcat
Dirk Mueller
f609d20903
* 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
56 lines
2.2 KiB
Plaintext
56 lines
2.2 KiB
Plaintext
-------------------------------------------------------------------
|
|
Sat Nov 13 11:57:00 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
|
|
|
- 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
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jul 30 15:30:18 UTC 2020 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.1.3:
|
|
* Export the JcatBlobKind and JcatBlobMethod on the result
|
|
* trivial: source the version header when including <jcat.h>
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Jun 25 09:16:15 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
|
|
|
- remove unreproducible signature file to make package build reproducible
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Jun 09 15:08:08 UTC 2020 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.1.2+3:
|
|
* Validate that gpgme_op_verify_result() returned at least one
|
|
signature (CVE-2020-10759).
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Jun 03 15:43:21 UTC 2020 - dimstar@opensuse.org
|
|
|
|
- Update to version 0.1.2:
|
|
* Lower the meson dep version
|
|
* build: Check for Python modules explicitly
|
|
- Update Build dependencies: use pkgconfig(gobject-introspection-1.0)
|
|
instead of gobject-introspection plus
|
|
gobject-introspection-devel.
|
|
- Be more explicit in the files list for the typelib: if the file
|
|
name changes, we want to see a failure to ensure the package name
|
|
changes too.
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 22 08:07:20 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
|
|
|
|
- Add the missing BuildRequires: gobject-introspection-devel
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Apr 15 07:18:51 UTC 2020 - Gary Ching-Pang Lin <glin@suse.com>
|
|
|
|
- Initial import 0.1.1
|