group.of.nepali.translators team mailing list archive
-
group.of.nepali.translators team
-
Mailing list archive
-
Message #39452
[Bug 1926437] [NEW] [SRU] Backport zstd support, fix bug in python-apt
Public bug reported:
[Impact]
APT in xenial needs to learn about zstd support to enable Launchpad to work with zstd packages.
python-apt in all releases needs to be adjusted to pass the compressor
names instead of programs to ExtractTar, as otherwise, if /usr/bin/zstd
does not exist, it will pass "false" as the compressor, and then
ExtractTar fails (same for other compressors).
[Test plan]
The apt regression tests cover the compression methods extensively, including even stored compressed lists in /var/lib/apt and fetching Packages files compressed with such methods, for all compression methods.
The final test is to make apt_inst.DebFile("glibc-doc-
reference_2.33-0ubuntu2~zstd1_all.deb").control.extractall() from
1923845 work in python3-apt.
[Where problems could occur]
APT:
The changes to APT are adding the zstd compression backend to FileFd and
then linking it into the configuration. The former is adding new code,
triggered only on zstd files, and should not be able to cause
regressions.
The latter is a bunch of small lines here and there, and it caused
issues during backporting in the test suite because it expected
compressors in a specific order. However, chances are that nothing else
has as stringent requirements as the test suite, so I don't believe that
is a problem for existing users.
Bugs can of course be in the code dealing with zstd, and that might open
you up to security vulnerabilities in the zstd code if you pass APT zstd
compressed files.
A regression can be if clients used apt-helper cat-file to cat a zstd-
compressed file ending in .zst - they'll now get uncompressed content,
rather than compressed.
python-apt:
The change just replaces Binary with Name, aligning the code with APT
itself, so it's so trivial, we don't expect regressions.
** Affects: apt (Ubuntu)
Importance: Undecided
Status: Invalid
** Affects: python-apt (Ubuntu)
Importance: Undecided
Status: New
** Affects: apt (Ubuntu Xenial)
Importance: Undecided
Status: New
** Affects: python-apt (Ubuntu Xenial)
Importance: Undecided
Status: New
** Affects: python-apt (Ubuntu Bionic)
Importance: Undecided
Status: New
** Affects: python-apt (Ubuntu Focal)
Importance: Undecided
Status: New
** Affects: python-apt (Ubuntu Groovy)
Importance: Undecided
Status: New
** Affects: python-apt (Ubuntu Hirsute)
Importance: Undecided
Status: New
** Affects: python-apt (Ubuntu Impish)
Importance: Undecided
Status: New
** Also affects: python-apt (Ubuntu)
Importance: Undecided
Status: New
** Also affects: apt (Ubuntu Hirsute)
Importance: Undecided
Status: New
** Also affects: python-apt (Ubuntu Hirsute)
Importance: Undecided
Status: New
** Also affects: apt (Ubuntu Impish)
Importance: Undecided
Status: New
** Also affects: python-apt (Ubuntu Impish)
Importance: Undecided
Status: New
** Also affects: apt (Ubuntu Xenial)
Importance: Undecided
Status: New
** Also affects: python-apt (Ubuntu Xenial)
Importance: Undecided
Status: New
** Also affects: apt (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: python-apt (Ubuntu Bionic)
Importance: Undecided
Status: New
** Also affects: apt (Ubuntu Groovy)
Importance: Undecided
Status: New
** Also affects: python-apt (Ubuntu Groovy)
Importance: Undecided
Status: New
** Also affects: apt (Ubuntu Focal)
Importance: Undecided
Status: New
** Also affects: python-apt (Ubuntu Focal)
Importance: Undecided
Status: New
** No longer affects: apt (Ubuntu Bionic)
** No longer affects: apt (Ubuntu Focal)
** No longer affects: apt (Ubuntu Groovy)
** No longer affects: apt (Ubuntu Hirsute)
** No longer affects: apt (Ubuntu Impish)
** Changed in: apt (Ubuntu)
Status: New => Invalid
--
You received this bug notification because you are a member of नेपाली
भाषा समायोजकहरुको समूह, which is subscribed to Xenial.
Matching subscriptions: Ubuntu 16.04 Bugs
https://bugs.launchpad.net/bugs/1926437
Title:
[SRU] Backport zstd support, fix bug in python-apt
Status in apt package in Ubuntu:
Invalid
Status in python-apt package in Ubuntu:
New
Status in apt source package in Xenial:
New
Status in python-apt source package in Xenial:
New
Status in python-apt source package in Bionic:
New
Status in python-apt source package in Focal:
New
Status in python-apt source package in Groovy:
New
Status in python-apt source package in Hirsute:
New
Status in python-apt source package in Impish:
New
Bug description:
[Impact]
APT in xenial needs to learn about zstd support to enable Launchpad to work with zstd packages.
python-apt in all releases needs to be adjusted to pass the compressor
names instead of programs to ExtractTar, as otherwise, if
/usr/bin/zstd does not exist, it will pass "false" as the compressor,
and then ExtractTar fails (same for other compressors).
[Test plan]
The apt regression tests cover the compression methods extensively, including even stored compressed lists in /var/lib/apt and fetching Packages files compressed with such methods, for all compression methods.
The final test is to make apt_inst.DebFile("glibc-doc-
reference_2.33-0ubuntu2~zstd1_all.deb").control.extractall() from
1923845 work in python3-apt.
[Where problems could occur]
APT:
The changes to APT are adding the zstd compression backend to FileFd
and then linking it into the configuration. The former is adding new
code, triggered only on zstd files, and should not be able to cause
regressions.
The latter is a bunch of small lines here and there, and it caused
issues during backporting in the test suite because it expected
compressors in a specific order. However, chances are that nothing
else has as stringent requirements as the test suite, so I don't
believe that is a problem for existing users.
Bugs can of course be in the code dealing with zstd, and that might
open you up to security vulnerabilities in the zstd code if you pass
APT zstd compressed files.
A regression can be if clients used apt-helper cat-file to cat a zstd-
compressed file ending in .zst - they'll now get uncompressed content,
rather than compressed.
python-apt:
The change just replaces Binary with Name, aligning the code with APT
itself, so it's so trivial, we don't expect regressions.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1926437/+subscriptions
Follow ups
-
[Bug 1926437] Re: [SRU] Backport zstd support, fix bug in python-apt
From: Launchpad Bug Tracker, 2021-06-03
-
[Bug 1926437] Re: [SRU] Backport zstd support, fix bug in python-apt
From: Launchpad Bug Tracker, 2021-06-02
-
[Bug 1926437] Re: [SRU] Backport zstd support, fix bug in python-apt
From: Launchpad Bug Tracker, 2021-06-01
-
[Bug 1926437] Re: [SRU] Backport zstd support, fix bug in python-apt
From: Launchpad Bug Tracker, 2021-05-17
-
[Bug 1926437] Re: [SRU] Backport zstd support, fix bug in python-apt
From: Launchpad Bug Tracker, 2021-05-11
-
[Bug 1926437] Re: [SRU] Backport zstd support, fix bug in python-apt
From: Launchpad Bug Tracker, 2021-04-29