Activity log for bug #1763839

Date Who What changed Old value New value Message
2018-04-13 21:01:42 Julian Andres Klode bug added bug
2018-04-13 21:02:34 Julian Andres Klode attachment added apt_1.6_beta1_1.6_rc1_wip.diff https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1763839/+attachment/5114553/+files/apt_1.6_beta1_1.6_rc1_wip.diff
2018-04-13 21:26:10 Julian Andres Klode description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-13 21:27:00 Julian Andres Klode description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency, so an increase of ~520 KB. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-13 21:27:21 Julian Andres Klode description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency, so an increase of ~520 KB. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-13 21:28:29 Julian Andres Klode description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and we upload apt first, we'd revert it later before the release. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-13 21:28:42 Julian Andres Klode description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and we upload apt first, we'd revert it later before the release. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-13 21:29:22 Julian Andres Klode description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB, as that's the size of the library and the library only depends on libc6. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-15 20:07:20 Julian Andres Klode bug added subscriber Ubuntu Release Team
2018-04-15 20:30:29 Julian Andres Klode description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them to. # zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB, as that's the size of the library and the library only depends on libc6. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # sandbox disablement We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. # other changes the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them too. The new features are not invasive - they are new code with a few places too hook them in. If no zstd is used, or if no hooks are registered, then there will be basically no change in behavior (or code paths). # FEATURE: zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB, as that's the size of the library and the library only depends on libc6. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # FEATURE: hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # other changes We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-16 02:19:39 Balint Reczey description As discussed previously, we want to have zstd support in 16.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them too. The new features are not invasive - they are new code with a few places too hook them in. If no zstd is used, or if no hooks are registered, then there will be basically no change in behavior (or code paths). # FEATURE: zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB, as that's the size of the library and the library only depends on libc6. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # FEATURE: hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # other changes We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 18.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them too. The new features are not invasive - they are new code with a few places too hook them in. If no zstd is used, or if no hooks are registered, then there will be basically no change in behavior (or code paths). # FEATURE: zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB, as that's the size of the library and the library only depends on libc6. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # FEATURE: hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # other changes We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result.
2018-04-16 02:37:36 Balint Reczey bug added subscriber Balint Reczey
2018-04-16 08:09:56 Julian Andres Klode attachment added apt_1.6~rc1.diff https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1763839/+attachment/5117756/+files/apt_1.6~rc1.diff
2018-04-16 08:19:47 Julian Andres Klode description As discussed previously, we want to have zstd support in 18.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them too. The new features are not invasive - they are new code with a few places too hook them in. If no zstd is used, or if no hooks are registered, then there will be basically no change in behavior (or code paths). # FEATURE: zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB, as that's the size of the library and the library only depends on libc6. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # FEATURE: hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # other changes We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series. The attached patch is thus preliminary but should be fairly identical to the final result. As discussed previously, we want to have zstd support in 18.04 to evaluate and potentially enable it in later releases. We also want to add hooks for snap integration to apt, this release is supposed to add them too. The new features are not invasive - they are new code with a few places too hook them in. If no zstd is used, or if no hooks are registered, then there will be basically no change in behavior (or code paths). # FEATURE: zstd The zstd support adds a dependency on libzstd1 to libapt-pkg5.0. This should not have any effect on live images, since libzstd1 is part of the various live tasks, as btrfs-progs need it. For installed systems, this might be a new dependency (if they do not use btrfs, tor, or some other tools), so an increase of ~520 KB, as that's the size of the library and the library only depends on libc6. This also depends on the zstd patch in dpkg being uploaded. If this unexpectedly does not happen, and I upload apt first, I'd revert it later before the release. # FEATURE: hooks The concrete code is still undergoing review, some option names might change for the hooks before release (e.g. pre-download might become pre-install-prompt, and the AptCli::Hooks config section only gets Install and Search lists for hooks to register, rather than individual pre-, post-, and fail- lists). # other changes We disable the seccomp sandbox for methods for the release, as it turns out there are still too many failure cases for it to be worthwhile to enable (NSS modules, weird libc functions calling weird syscalls, etc). People can re-enable it with a config option. the rest is bug fixes. some change translatable strings in documentation, but fix up the translation too. A few additional strings are added to the sources.list man page ("mention mirror method in sources.list (Closes: 679580)", but I'm happy to back them out. There are also some CI fixes, and the major cache version is bumped so we can issue updates independently for 1.5 and 1.6 apt release series.
2018-04-16 09:51:45 Ɓukasz Zemczak apt (Ubuntu): status New Triaged
2018-04-16 12:36:53 Francis Ginther tags id-5a9f9b96fff3bd2877ffa9de
2018-04-16 17:17:26 Launchpad Janitor apt (Ubuntu): status Triaged Fix Released