Package Release Info

libkrun-1.4.10-bp156.1.3

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

libkrun-devel
libkrun-sev-devel
libkrun-sev1
libkrun1

Change Logs

* Thu Jan 19 2023 fcrozat@suse.com
- Update to version 1.4.10:
  * Bump version to v1.4.10
  * Update kvm-ioctls to 0.12.0
  * init: Fix parsing of Env in JSON
- Drop new-kvm-ioctl.patch, merged upstream.
* Mon Jan 16 2023 fcrozat@suse.com
- Update to version 1.4.9:
  * Remove unnecessary casts
  * init: do a case-insensitive check for JSON fields
  * Fix kernel command line for non-TEE targets
  * snp: measure regions rqequired by FW and PSP
  * snp: refactor code to add_region
  * cargo: Update to sev 1.0.0
  * Add CODEOWNERS file
  * examples: Add snp-config-noattest TEE config
  * vmm/tee: Merge amd-sev and amd-snp modules
  * vmm/resources: kbs_types behind tee flag
  * tee: Make TeeConfig required
  * vmm: Remove aarch64 config on amdsev function
  * vmm/linux/tee: Add amd-snp module
  * vmm/linux: Introduce tee module for TEE-specificities
  * amdsev: Replace manual ioctls for sev library APIs
  * cargo: Point "sev" to upstream git repo
* Mon Dec 05 2022 dmueller@suse.com
- Update to version 1.4.8:
  * Bump version to v1.4.8
  * macos: fix mapped volumes initialization
  * Bump version to v1.4.6
  * sev: fix a new clippy error
  * fs: fix new clippy issue in descriptor_utils
  * macos: init: register rosetta in binfmt_misc
  * macos: map Rosetta directory if present
  * macos: implement the ioctl Rosetta needs
- add new-kvm-ioctl.patch
* Mon Dec 05 2022 Dirk Müller <dmueller@suse.com>
- add proper split-provides
- add cargo_audit
* Thu Nov 03 2022 predivan@mts.rs
- Update to version 1.4.6:
  * Bump version to v1.4.6
  * fs/macos: Fix some clippy warnings
  * hvf: write reg on sysreg trap
  * Bump version to v1.4.5
  * sev: Don't use a static initrd size
  * sev: Update to the final KBS attestation protocol
  * vsock: Fix signal logic in Muxer
  * examples/Makefile: Remove launch-tee binary on make clean
* Thu Sep 29 2022 Dario Faggioli <dfaggioli@suse.com>
- Switch to a "proper library" packaging layout. Downstreams (namely,
  crun) are now able to cope with this. So do it, and get rid of a lot
  of RPM lint warnings and errors!
- Make it easier to turn on/off building the SEV-enabled library
  * Patches dropped:
  not-set-soname-as-it-is-plugin.patch
* Thu Feb 18 2021 dmacvicar@suse.com
- Update to version v0.1.4:
  * libkrun: Put env vars values between quotes
  * init: Fix format warning in printf()
  * init: Compile with -Wall
  * Makefile: Have init.c as a prerequisite of init
  * init: Fix the perror() messages
  * examples: Introduce the "rootfs" make target
  * README: Mention the C Library static on requirements
  * libkrun: Fix type of arguments mapped_volumes and port_map
  * libkrun: Add support for setting RLIMITs in the guests
  * README.md: Add instructions for building under macOS