Mon, 18 Nov 2024 07:48:27 CST | login

Information for build p11-kit-0.25.3-2.el9

ID31187
Package Namep11-kit
Version0.25.3
Release2.el9
Epoch
DraftFalse
Sourcegit+https://git.cclinux.org/stage/rpms/p11-kit.git#6f810dee3be2ea4e9afebe48f835baa243e39d77
SummaryLibrary for loading and sharing PKCS#11 modules
Descriptionp11-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.
Built bydistrobuild
State complete
Volume DEFAULT
StartedSun, 17 Nov 2024 20:54:18 CST
CompletedSun, 17 Nov 2024 20:59:24 CST
Taskbuild (dist-circle9, /stage/rpms/p11-kit.git:6f810dee3be2ea4e9afebe48f835baa243e39d77)
Extra{'source': {'original_url': 'git+https://git.cclinux.org/stage/rpms/p11-kit.git?#6f810dee3be2ea4e9afebe48f835baa243e39d77'}}
Tags
dist-circle9
dist-circle9-compose
RPMs
src
p11-kit-0.25.3-2.el9.src.rpm (info) (download)
aarch64
p11-kit-0.25.3-2.el9.aarch64.rpm (info) (download)
p11-kit-devel-0.25.3-2.el9.aarch64.rpm (info) (download)
p11-kit-server-0.25.3-2.el9.aarch64.rpm (info) (download)
p11-kit-trust-0.25.3-2.el9.aarch64.rpm (info) (download)
p11-kit-debuginfo-0.25.3-2.el9.aarch64.rpm (info) (download)
p11-kit-debugsource-0.25.3-2.el9.aarch64.rpm (info) (download)
p11-kit-server-debuginfo-0.25.3-2.el9.aarch64.rpm (info) (download)
p11-kit-trust-debuginfo-0.25.3-2.el9.aarch64.rpm (info) (download)
i686
p11-kit-0.25.3-2.el9.i686.rpm (info) (download)
p11-kit-devel-0.25.3-2.el9.i686.rpm (info) (download)
p11-kit-server-0.25.3-2.el9.i686.rpm (info) (download)
p11-kit-trust-0.25.3-2.el9.i686.rpm (info) (download)
p11-kit-debuginfo-0.25.3-2.el9.i686.rpm (info) (download)
p11-kit-debugsource-0.25.3-2.el9.i686.rpm (info) (download)
p11-kit-server-debuginfo-0.25.3-2.el9.i686.rpm (info) (download)
p11-kit-trust-debuginfo-0.25.3-2.el9.i686.rpm (info) (download)
ppc64le
p11-kit-0.25.3-2.el9.ppc64le.rpm (info) (download)
p11-kit-devel-0.25.3-2.el9.ppc64le.rpm (info) (download)
p11-kit-server-0.25.3-2.el9.ppc64le.rpm (info) (download)
p11-kit-trust-0.25.3-2.el9.ppc64le.rpm (info) (download)
p11-kit-debuginfo-0.25.3-2.el9.ppc64le.rpm (info) (download)
p11-kit-debugsource-0.25.3-2.el9.ppc64le.rpm (info) (download)
p11-kit-server-debuginfo-0.25.3-2.el9.ppc64le.rpm (info) (download)
p11-kit-trust-debuginfo-0.25.3-2.el9.ppc64le.rpm (info) (download)
x86_64
p11-kit-0.25.3-2.el9.x86_64.rpm (info) (download)
p11-kit-devel-0.25.3-2.el9.x86_64.rpm (info) (download)
p11-kit-server-0.25.3-2.el9.x86_64.rpm (info) (download)
p11-kit-trust-0.25.3-2.el9.x86_64.rpm (info) (download)
p11-kit-debuginfo-0.25.3-2.el9.x86_64.rpm (info) (download)
p11-kit-debugsource-0.25.3-2.el9.x86_64.rpm (info) (download)
p11-kit-server-debuginfo-0.25.3-2.el9.x86_64.rpm (info) (download)
p11-kit-trust-debuginfo-0.25.3-2.el9.x86_64.rpm (info) (download)
Logs
x86_64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
aarch64
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
i686
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
ppc64le
hw_info.log
state.log
build.log
root.log
installed_pkgs.log
mock_output.log
Changelog * Thu Nov 23 2023 Zoltan Fridrich <zfridric@redhat.com> - 0.25.3-2 - Fix issues found by static analysis Related: RHEL-14834 * Wed Nov 15 2023 Zoltan Fridrich <zfridric@redhat.com> - 0.25.3-1 - Update to new upstream release 0.25.3 Resolves: RHEL-14834 * Wed Nov 08 2023 Zoltan Fridrich <zfridric@redhat.com> - 0.25.2-1 - Update to new upstream release 0.25.2 Resolves: RHEL-14834 - Add IBM specific mechanisms and attributes Resolves: RHEL-10570 * Tue Feb 01 2022 Daiki Ueno <dueno@redhat.com> - 0.24.1-2 - Replace "black list" with "blocklist" in -trust subpackage description (#2026457) * Mon Jan 17 2022 Packit Service <user-cont-team+packit-service@redhat.com> - 0.24.1-1 - Release 0.24.1 (Daiki Ueno) - common: Support copying attribute array recursively (Daiki Ueno) - common: Add assert_ptr_cmp (Daiki Ueno) - gtkdoc: remove dependencies on custom target files (Eli Schwartz) - doc: Replace occurrence of black list with blocklist (Daiki Ueno) - build: Suppress cppcheck false-positive on array bounds (Daiki Ueno) - ci: Use Docker image from the same repository (Daiki Ueno) - ci: Integrate Docker image building to GitHub workflow (Daiki Ueno) - rpc: Fallback to version 0 if server does not support negotiation (Daiki Ueno) - build: Port e850e03be65ed573d0b69ee0408e776c08fad8a3 to meson (Daiki Ueno) - Link libp11-kit so that it cannot unload (Emmanuel Dreyfus) - trust: Use dngettext for plurals (Daiki Ueno) - rpc: Support protocol version negotiation (Daiki Ueno) - rpc: Separate authentication step from transaction (Daiki Ueno) - Meson: p11_system_config_modules instead of p11_package_config_modules (Issam E. Maghni) - shell: test -a|o is not POSIX (Issam E. Maghni) - Meson: Add libtasn1 to trust programs (Issam E. Maghni) - meson: optionalise glib's development files for gtk_doc (Đoàn Trần Công Danh)