Wed, 15 May 2024 03:46:54 UTC | login

Information for build libkcapi-1.4.0-2.fc37

ID212102
Package Namelibkcapi
Version1.4.0
Release2.fc37
Epoch
Sourcegit+https://src.fedoraproject.org/rpms/libkcapi.git#3c0d9c58cc14e37761c372030b323d566bddce32
SummaryUser space interface to the Linux Kernel Crypto API
Descriptionlibkcapi allows user-space to access the Linux kernel crypto API. This library uses the netlink interface and exports easy to use APIs so that a developer does not need to consider the low-level netlink interface handling. The library does not implement any cipher algorithms. All consumer requests are sent to the kernel for processing. Results from the kernel crypto API are returned to the consumer via the library API. The kernel interface and therefore this library can be used by unprivileged processes.
Built bydavidlt
State complete
Volume DEFAULT
StartedSat, 15 Oct 2022 23:43:26 UTC
CompletedSun, 16 Oct 2022 10:37:18 UTC
Taskbuild (f37, /rpms/libkcapi.git:3c0d9c58cc14e37761c372030b323d566bddce32)
Extra{'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/libkcapi.git#3c0d9c58cc14e37761c372030b323d566bddce32'}}
Tags
f37
f38
RPMs
src
libkcapi-1.4.0-2.fc37.src.rpm (info) (download)
noarch
libkcapi-doc-1.4.0-2.fc37.noarch.rpm (info) (download)
riscv64
libkcapi-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-devel-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-fipscheck-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-hmaccalc-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-static-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-tests-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-tools-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-debuginfo-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-debugsource-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-fipscheck-debuginfo-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-hmaccalc-debuginfo-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-tests-debuginfo-1.4.0-2.fc37.riscv64.rpm (info) (download)
libkcapi-tools-debuginfo-1.4.0-2.fc37.riscv64.rpm (info) (download)
Logs
riscv64
build.log
hw_info.log
mock_output.log
noarch_rpmdiff.json
root.log
state.log
Changelog * Sat Aug 13 2022 Ondrej Mosnáček <omosnace@redhat.com> - 1.4.0-2 - Switch to rpmautospec * Sat Aug 13 2022 Ondrej Mosnáček <omosnace@redhat.com> - 1.4.0-1 - Update to upstream version 1.4.0 - Re-enable cppcheck scanning on Fedora - Resolves: rhbz#2056732 * Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild * Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild * Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild * Wed Jul 14 2021 Simo Sorce <simo@redhat.com> - 1.3.1-2 - Remove LTO build suppression by using better symver machinery * Wed Jul 14 2021 Simo Sorce <simo@redhat.com> - 1.3.1-1 - Update to upstream version 1.3.1 which fixes ABI issues * Mon Jul 12 2021 Simo Sorce <simo@redhat.com> - 1.3.0-1 - Update to upstream version 1.3.0 * Mon Mar 15 2021 Sahana Prasad <sahana@redhat.com> - 1.2.1-1 - Update to upstream version 1.2.1 - Remove patch fix MSG_MORE uasge as it is added upstream - Remove cppcheck dependency for rhel bz#1931518 - Add a patch to fix fuzz tests * Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild * Fri Aug 14 2020 Ondrej Mosnáček <omosnace@redhat.com> - 1.2.0-3 - Require perl-interpreter instead of full perl - Backport fix for 5.9 kernels