Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

p11-kit-tools-0.25.3-1.1 RPM for s390x

From OpenSuSE Ports Tumbleweed for s390x

Name: p11-kit-tools Distribution: openSUSE:Factory:zSystems
Version: 0.25.3 Vendor: openSUSE
Release: 1.1 Build date: Wed Nov 22 20:16:16 2023
Group: Development/Libraries/C and C++ Build host: s390zl28
Size: 414249 Source RPM: p11-kit-0.25.3-1.1.src.rpm
Packager: https://bugs.opensuse.org
Url: https://p11-glue.freedesktop.org/p11-kit.html
Summary: Library to work with PKCS#11 modules -- Tools
p11-kit provides a way to load and enumerate PKCS#11 modules, as well
as a standard configuration setup for installing PKCS#11 modules in
such a way that they're discoverable.

Provides

Requires

License

BSD-3-Clause

Changelog

* Fri Nov 17 2023 Pedro Monreal <pmonreal@suse.com>
  - Update to 0.25.3:
    * rpc: fix serialization of NULL mechanism pointer [#601]
    * fix meson build failure in macOS (appleframeworks not found) [#603]
* Thu Nov 02 2023 Pedro Monreal <pmonreal@suse.com>
  - Update to 0.25.2:
    * fix error code checking of readpassphrase for --login option [#595]
    * build fixes [#594]
    * test fixes [#596]
* Fri Oct 27 2023 Pedro Monreal <pmonreal@suse.com>
  - Update to 0.25.1:
    * fix probing of C_GetInterface [#535]
    * p11-kit: add command to list tokens [#581]
    * p11-kit: add command to list mechanisms supported by a token [#576]
    * p11-kit: add command to generate private-public keypair on a token
      [#551, #582]
    * p11-kit: add commands to import/export certificates and public
      keys into/from a token [#543, #549, #568, #588]
    * p11-kit: add commands to list and delete objects of a token
      [#533, #544, #571]
    * p11-kit: add --login option to login into a token with object
      and profile management commands [#587]
    * p11-kit: adjust behavior of PKCS#11 profile management commands
      [#558, #560, #583, #591]
    * p11-kit: print PKCS#11 URIs in list-modules [#532]
    * bug and build fixes [#528 #529, #534, #537, #540, #541, #545,
      [#547], #550, #557, #572, #575, #579, #585, #586, #590]
    * test fixes [#553, #580]
    * Remove patch fixed upstream:
    - d1d4b0ac316a27c739ff91e6c4153f1154e96e5a.patch
* Wed Sep 20 2023 Bjørn Lie <bjorn.lie@gmail.com>
  - Add d1d4b0ac316a27c739ff91e6c4153f1154e96e5a.patch: Fix probing
    of C_GetInterface.
* Wed Sep 20 2023 Pedro Monreal <pmonreal@suse.com>
  - Update to 0.25.0:
    * add PKCS#11 3.0 support
    * add support for profile objects
    * add ability to adjust module and config paths at run-time via
      system environmental exports
    * make terminal output nicer
    * p11-kit: add command to print merged configuration
    * p11-kit: add commands to list, add and delete profiles of a token
    * trust: add command to check format of .p11-kit files
    * virtual: fix libffi type signatures for PKCS#11 3.0 functions
    * server: fix umask setting when --group is specified
    * server: check SHELL only when neither --sh nor --csh is specified
    * rpc: use space string in C_InitToken
    * rpc: fix two off-by-one errors identified by asan
    * modules: make logging message more translatable
    * pkcs11.h: support CRYPTOKI_GNU for IBM vendor mechanisms
    * pkcs11.h: add IBM specific mechanism and attributes
    * pkcs11.h: add ChaCha20/Salsa20 and Poly1305 mechanisms
    * pkcs11.h: add AES-GCM mechanism parameters for message-based encryption
    * po: update translations from Transifex
  - Update upstream p11-kit.keyring file
  - Add missing lang files
  - Switch to using Meson as the build system
* Mon Aug 08 2022 Dirk Müller <dmueller@suse.com>
  - skip testsuite on qemu arches, it fails
* Wed Mar 09 2022 Ludwig Nussel <lnussel@suse.de>
  - make sure p11-kit components have matching versions (boo#1196812)
* Tue Jan 25 2022 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.24.1:
    * rpc: Support protocol version negotiation.
    * proxy: Support copying attribute array recursively.
    * Link libp11-kit so that it cannot unload.
    * Translation improvements.
    * Build fixes.
* Fri Dec 17 2021 Bjørn Lie <bjorn.lie@gmail.com>
  - Update to version 0.24.0:
    * Use inclusive language on certificate distrust. Note: This
      changes the directory and attribute names to distrust certain
      CAs to "blocklist".
    * Fix issues spotted by coverity and ASan.
    * Integrate gettext with tools more tightly.
    * rpc: Forbid use of array of attributes.
    * Build fixes.
  - Change dirs from blacklist to blocklist ref upstream changes.
* Mon Dec 13 2021 Ludwig Nussel <lnussel@suse.de>
  - Enable systemd support
* Sun Jan 17 2021 Dirk Müller <dmueller@suse.com>
  - update to 0.23.22 (bsc#1180064, bsc#1180065, bsc#1180066, jsc#SLE-18495):
    * Fix memory-safety issues that affect the RPC protocol
    (CVE-2020-29361, CVE-2020-29362, and CVE-2020-29363), discovered
    and fixed by David Cook
    * anchor: Prefer persistent format when storing anchor [PR#329]
    * common: Fix infloop in p11_path_build [PR#326, PR#327]
    * proxy: C_CloseAllSessions: Make sure that calloc args are non-zero [PR#325]
    * common: Check for a NULL locale before freeing it [PR#321]
    * proxy: Do not assign duplicate slot IDs [PR#282]
    * common: Get program name based on executable path if possible [PR#307]
    * anchor: Exit with non-zero code, if any error occurs [PR#304]
    * Build and test fixes
* Mon Oct 05 2020 Ludwig Nussel <lnussel@suse.de>
  - avoid bareword to fix build failure
* Wed Apr 15 2020 Martin Pluskal <mpluskal@suse.com>
  - Update to version 0.23.20:
    * Revert "Fix RPC when length-s are 0" changes [PR#276]
  - Changes for version 0.23.19:
    * common: add Russian PKCS#11 extensions to pkcs11x.h header [PR#255]
    * Add simple bash completion for provided commands [PR#258]
    * Unbreak list matching in enable-in and disable-in [PR#262]
    * Fix RPC when length-s are 0 [PR#259]
    * rpc: Add vsock transport support [PR#270]
    * trust: Support CKA_NSS_{SERVER,EMAIL}_DISTRUST_AFTER [PR#265]
    * Build fixes [PR#271, PR#272, PR#273, ...]
  - Changes for version 0.23.18:
    * rpc: Allow empty CK_DATE value [PR#253]
    * build: Meson fixes [PR#245]
    * build: Adjust feature parity between meson and autotools [PR#247]
  - Changes for version 0.23.17:
    * common: Fix uClibc-ng compilation [PR#237]
    * trust: do not allow daylight to invalidate date validation [PR#236]
    * build: Port to meson build system [PR#231, PR#234]
    * rpc: On UNIX wait on condition variable instead of FD if header is for a different thread [PR#232]
    * doc: Add 'server' command in help [PR#229]
    * Build and test fixes [PR#230]
  - Changes for version 0.23.16:
    * proxy: Support C_WaitForSlotEvent() if CKF_DONT_BLOCK is specified [PR#225]
    * conf: Ignore user configuration if the program is running as root [PR#226]
    * proxy: Refresh slot list on every C_GetSlotList call [PR#224]
    * modules: Fix index used in call to p11_dict_remove() [PR#219]
    * Fix Win32 p11_dl_error crash [PR#218]
    * modules: check gl.modules before iterates on it when freeing [PR#217]
    * trust: Ignore unreadable content in anchors [PR#215]
    * extract-jks: Prefer _p11_extract_jks_timestamp to SOURCE_DATE_EPOCH [PR#213]
  - Changes for version 0.23.15:
    * trust: Improve error handling if backed trust file is corrupted [PR#206]
    * url: Prefer upper-case letters in hex characters when encoding [PR#193]
    * trust/extract-jks.c: also honor SOURCE_DATE_EPOCH time [PR#202]
    * virtual: Prefer fixed closures to libffi closures [PR#196]
    * Fix issues spotted by coverity and cppcheck [PR#194, PR#204]
    * Build and test fixes [PR#164, PR#191, PR#199, PR#201]
  - Changes for version 0.23.14:
    * proxy: Avoid invalid memory access when unloading proxy module [PR#180]
    * Update pkcs11 header to allow SoftHSMv2 to compile [PR#181]
    * build: Restore libpthread dependency [PR#183]
    * Build fixes [PR#188]
  - Changes for version 0.23.13:
    * server: Enable socket activation through systemd [PR#173]
    * rpc-server: p11_kit_remote_serve_tokens: Allow exporting all modules [PR#174]
    * proxy: Fail early if there is no slot mapping [PR#175]
    * Remove hard dependency on libpthread [PR#177]
    * Build fixes [PR#170, PR#176]
  - Remove obsolete patches:
    * 0001-Support-loading-new-NSS-attribute-CKA_NSS_MOZILLA_CA.patch
    * 0001-Fix-a-typo-in-x-cetrificate-value-see-also-https-bug.patch

Files

/usr/bin/p11-kit
/usr/bin/trust
/usr/share/man/man1/trust.1.gz
/usr/share/man/man5/pkcs11.conf.5.gz
/usr/share/man/man8/p11-kit.8.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 9 12:50:11 2024