[ubuntu/impish-proposed] lxc 1:4.0.10-0ubuntu4 (Accepted)
Stéphane Graber
stgraber at ubuntu.com
Mon Aug 9 17:48:13 UTC 2021
lxc (1:4.0.10-0ubuntu4) impish; urgency=medium
* Cherry-pick upstream bugfixes (stable-4.0):
- 0002-cgroups-populate-hierarchy-for-device-cgroup.patch
- 0003-cgroups-remove-unneeded-variables-from-cgroup_tree_c.patch
- 0004-lxc_setup_ttys-Handle-existing-ttyN-file-without-und.patch
- 0005-bpf-bpf_devices_cgroup_supported-should-check-if-bpf.patch
- 0006-conf-use-new-mount-api-for-devpts-setup.patch
- 0007-terminal-ttyname_r-returns-an-error-number-on-failur.patch
- 0008-conf-ensure-devpts_fd-is-set-to-EBADF.patch
- 0009-Fix-typos.patch
- 0010-conf-surface-failures-to-setup-console.patch
- 0011-conf-set-source-property-for-devpts.patch
- 0012-conf-attach-devpts-mount-directly-when-new-mount-api.patch
- 0013-conf-s-lxc_setup_devpts_parent-lxc_recv_devpts_from_.patch
- 0014-conf-use-a-relative-path-in-symlinkat.patch
- 0015-conf-update-comment.patch
- 0016-conf-add-and-use-mount_beneath_fd.patch
- 0017-terminal-don-t-use-ttyname_r-for-native-terminal-all.patch
- 0018-conf-merge-devpts-setup-and-move-before-pivot-root.patch
- 0019-string_utils-cast-__s64-to-long-long-signed-int.patch
- 0020-terminal-split-out-lxc_devpts_terminal-helper.patch
- 0021-conf-move-lxc_create_ttys-before-pivot-root.patch
- 0022-conf-stash-pty_nr-in-struct-lxc_terminal.patch
- 0023-mount_utils-add-mount_fd.patch
- 0024-conf-use-mount_fd-helper-when-mounting-ttys.patch
- 0025-conf-use-mount_fd-in-lxc_setup_dev_console.patch
- 0026-conf-use-mount_fd-during-console-mounting.patch
- 0027-file_utils-add-open_at_same.patch
- 0028-conf-rework-console-setup.patch
- 0029-terminal-remove-unused-argument-from-lxc_devpts_term.patch
- 0030-start-allow-containers-to-use-a-native-console.patch
- 0031-conf-handle-kernels-without-TIOCGPTPEER.patch
- 0032-terminal-move-native-terminal-allocation-from-error-.patch
- 0033-terminal-fail-on-unknown-error-during-TIOCGPTPEER.patch
- 0034-mount_utils-introduce-mount_at.patch
- 0035-conf-fix-logging-in-lxc_idmapped_mounts_child.patch
- 0036-conf-refactor-lxc_recv_ttys_from_child.patch
- 0037-conf-log-failure-to-create-tty-mountpoint.patch
- 0038-conf-let-parse_vfs_attr-handle-legacy-mount-flags-as.patch
- 0039-mount_utils-make-some-mount-helpers-static-inline.patch
- 0040-conf-allow-mount-options-for-rootfs-when-using-new-m.patch
- 0041-tests-add-test-for-rootfs-mount-options.patch
- 0042-network-fix-container-with-empty-network-namespaces.patch
- 0043-lsm-apparmor-log-failure-to-write-AppArmor-profile.patch
- 0044-lsm-apparmor-use-cleanup-macro.patch
- 0045-doc-api-extensions-Grammar-fix.patch
Date: Mon, 09 Aug 2021 13:45:59 -0400
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/lxc/1:4.0.10-0ubuntu4
-------------- next part --------------
Format: 1.8
Date: Mon, 09 Aug 2021 13:45:59 -0400
Source: lxc
Built-For-Profiles: noudeb
Architecture: source
Version: 1:4.0.10-0ubuntu4
Distribution: impish
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Stéphane Graber <stgraber at ubuntu.com>
Changes:
lxc (1:4.0.10-0ubuntu4) impish; urgency=medium
.
* Cherry-pick upstream bugfixes (stable-4.0):
- 0002-cgroups-populate-hierarchy-for-device-cgroup.patch
- 0003-cgroups-remove-unneeded-variables-from-cgroup_tree_c.patch
- 0004-lxc_setup_ttys-Handle-existing-ttyN-file-without-und.patch
- 0005-bpf-bpf_devices_cgroup_supported-should-check-if-bpf.patch
- 0006-conf-use-new-mount-api-for-devpts-setup.patch
- 0007-terminal-ttyname_r-returns-an-error-number-on-failur.patch
- 0008-conf-ensure-devpts_fd-is-set-to-EBADF.patch
- 0009-Fix-typos.patch
- 0010-conf-surface-failures-to-setup-console.patch
- 0011-conf-set-source-property-for-devpts.patch
- 0012-conf-attach-devpts-mount-directly-when-new-mount-api.patch
- 0013-conf-s-lxc_setup_devpts_parent-lxc_recv_devpts_from_.patch
- 0014-conf-use-a-relative-path-in-symlinkat.patch
- 0015-conf-update-comment.patch
- 0016-conf-add-and-use-mount_beneath_fd.patch
- 0017-terminal-don-t-use-ttyname_r-for-native-terminal-all.patch
- 0018-conf-merge-devpts-setup-and-move-before-pivot-root.patch
- 0019-string_utils-cast-__s64-to-long-long-signed-int.patch
- 0020-terminal-split-out-lxc_devpts_terminal-helper.patch
- 0021-conf-move-lxc_create_ttys-before-pivot-root.patch
- 0022-conf-stash-pty_nr-in-struct-lxc_terminal.patch
- 0023-mount_utils-add-mount_fd.patch
- 0024-conf-use-mount_fd-helper-when-mounting-ttys.patch
- 0025-conf-use-mount_fd-in-lxc_setup_dev_console.patch
- 0026-conf-use-mount_fd-during-console-mounting.patch
- 0027-file_utils-add-open_at_same.patch
- 0028-conf-rework-console-setup.patch
- 0029-terminal-remove-unused-argument-from-lxc_devpts_term.patch
- 0030-start-allow-containers-to-use-a-native-console.patch
- 0031-conf-handle-kernels-without-TIOCGPTPEER.patch
- 0032-terminal-move-native-terminal-allocation-from-error-.patch
- 0033-terminal-fail-on-unknown-error-during-TIOCGPTPEER.patch
- 0034-mount_utils-introduce-mount_at.patch
- 0035-conf-fix-logging-in-lxc_idmapped_mounts_child.patch
- 0036-conf-refactor-lxc_recv_ttys_from_child.patch
- 0037-conf-log-failure-to-create-tty-mountpoint.patch
- 0038-conf-let-parse_vfs_attr-handle-legacy-mount-flags-as.patch
- 0039-mount_utils-make-some-mount-helpers-static-inline.patch
- 0040-conf-allow-mount-options-for-rootfs-when-using-new-m.patch
- 0041-tests-add-test-for-rootfs-mount-options.patch
- 0042-network-fix-container-with-empty-network-namespaces.patch
- 0043-lsm-apparmor-log-failure-to-write-AppArmor-profile.patch
- 0044-lsm-apparmor-use-cleanup-macro.patch
- 0045-doc-api-extensions-Grammar-fix.patch
Checksums-Sha1:
8c3f4bdcbb8c668c0a592a398b2e63ca42a1ba49 2841 lxc_4.0.10-0ubuntu4.dsc
580728e496ce4ff9d7b9bfef19f8e8547d24d02b 1515002 lxc_4.0.10.orig.tar.gz
33afdd835ef2396bbd36055b3d81d2930f6cd968 833 lxc_4.0.10.orig.tar.gz.asc
3d1d10fcf2d60a010bc381b455bdddef050eb9d9 96532 lxc_4.0.10-0ubuntu4.debian.tar.xz
6d0a9ac7b73bf671dd14b3c0d63d5d5f7ea09e72 10157 lxc_4.0.10-0ubuntu4_source.buildinfo
Checksums-Sha256:
9ea65979781e993837e4f8aa7df18f26adf1bb8eaa48370b0e005f853c7857f4 2841 lxc_4.0.10-0ubuntu4.dsc
a10c518056d2e497bd600e4ffac2853bdeab1e835bf455a6d87cc8df128bfae9 1515002 lxc_4.0.10.orig.tar.gz
312555abb6250aa748353e5e7b9571b3ea37489236b87b75f218abd9d0b3ec5a 833 lxc_4.0.10.orig.tar.gz.asc
94a688b6dd9c39d280c3a834ac2c21f4246eacdadd76c04c89f479c72ea70cfd 96532 lxc_4.0.10-0ubuntu4.debian.tar.xz
60efbb7d1195150ddeeda4a93dfb70b7a1838e4a70132e0ad5ba937c905bce76 10157 lxc_4.0.10-0ubuntu4_source.buildinfo
Files:
1f93f06e1b6dc9e2998acaa0dfc37b45 2841 admin optional lxc_4.0.10-0ubuntu4.dsc
3526b9749a87d65f947a61ffdbda8aba 1515002 admin optional lxc_4.0.10.orig.tar.gz
b0bbf0d2995c326a5dbcc5345ad0e571 833 admin optional lxc_4.0.10.orig.tar.gz.asc
25db74c6b107a4131c13efea48452e3e 96532 admin optional lxc_4.0.10-0ubuntu4.debian.tar.xz
25bc32575dff3b8f099e9b5c447b5060 10157 admin optional lxc_4.0.10-0ubuntu4_source.buildinfo
More information about the impish-changes
mailing list