Comment 13 for bug 1948748

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

List of these fix-only changes:

version 0.6.3:
  - swtpm:
    - Do not chdir(/) when using --daemon
  - swtpm-localca:
    - Re-implement variable resolution for swtpm-localca.conf
  - tests:
    - Use ${WORKDIR} in config files to test env. var replacement
  - man:
    - Add missing .config directory to path description when using ${HOME}
  - build-sys:
    - Add probing for -fstack-protector
    - configure: Fix typo TPM2 -> TMP2

version 0.6.2:
  - swtpm:
    - Check header size indicator against expected size (CVE-2022-23645)
  - swtpm-localca:
    - Test for available issuercert before creating CA
  - swtpm_setup:
    - Report stderr as returned by external tool (swtpm-localcal)
    - Fix exit code on error to be '1'.