~paelzer/ubuntu/+source/swtpm:bump-0.6.3-jammy

Last commit made on 2022-03-22
Get this branch:
git clone -b bump-0.6.3-jammy https://git.launchpad.net/~paelzer/ubuntu/+source/swtpm
Only Christian Ehrhardt  can upload to this branch. If you are Christian Ehrhardt  please log in for upload directions.

Branch merges

Branch information

Name:
bump-0.6.3-jammy
Repository:
lp:~paelzer/ubuntu/+source/swtpm

Recent commits

b6ff3a5... by Christian Ehrhardt 

changelog: fix hang on unix sockets due to apparmor rules

Signed-off-by: Christian Ehrhardt <email address hidden>

240a8ba... by Christian Ehrhardt 

d/usr.bin.swtpm: fix hang on unix sockets due to apparmor rules

Signed-off-by: Christian Ehrhardt <email address hidden>

64f77ae... by Christian Ehrhardt 

changelog: 0.6.3-0ubuntu1 (LP: 1948748)

The bug reference is inactive intentionally as it is related to
the MIR discussion (see comments 11 and following) but not what
will close the bug.

Signed-off-by: Christian Ehrhardt <email address hidden>

de649d0... by Stefan Berger

debian/rpm: Adjust changelog for 0.6.3 release

Signed-off-by: Stefan Berger <email address hidden>

3f48ae3... by Stefan Berger

CHANGES: Add documentation for changes in 0.6.3

Signed-off-by: Stefan Berger <email address hidden>

8939bdc... by Stefan Berger

swtpm: Do not chdir(/) when using --daemon

With relative paths being used the chdir("/") in daemon() will
cause file access errors.

Resolves: https://github.com/stefanberger/swtpm/issues/671
Signed-off-by: Stefan Berger <email address hidden>

04471e2... by Andrea Bolognani <email address hidden>

configure: Fix typo TPM2 -> TMP2

This will result in -D_FORTIFY_SOURCE=2 actually being added to
HARDENING_CFLAGS where applicable.

Signed-off-by: Andrea Bolognani <email address hidden>

ae95fb8... by Stefan Berger

build-sys: Add probing for -fstack-protector

Add probing for -fstack-protector to the existing
-fstack-protector-strong since not all platforms support either one
of them.

Signed-off-by: Stefan Berger <email address hidden>

2801a17... by Stefan Berger

man: Add missing .config directory to path description when using ${HOME}

When the ${HOME} directory is used for finding swtpm_setup.conf it is
to be found in ${HOME}/.config/swtpm_setup.conf.

Signed-off-by: Stefan Berger <email address hidden>
Resolves: https://github.com/stefanberger/swtpm/issues/664

20b230a... by Stefan Berger

tests: Use ${WORKDIR} in config files to test env. var replacement

To test the replacement of environment variables with their values
use ${WORKDIR} in the test case config files.

Signed-off-by: Stefan Berger <email address hidden>