[Bug 2029268] Autopkgtest regression report (apt/2.6.0ubuntu0.1)
Ubuntu SRU Bot
2029268 at bugs.launchpad.net
Fri Aug 4 07:52:51 UTC 2023
All autopkgtests for the newly accepted apt (2.6.0ubuntu0.1) for lunar have finished running.
The following regressions have been reported in tests triggered by the package:
auto-apt-proxy/14 (amd64)
devscripts/2.23.4ubuntu1 (amd64, arm64, armhf, ppc64el, s390x)
Please visit the excuses page listed below and investigate the failures, proceeding afterwards as per the StableReleaseUpdates policy regarding autopkgtest regressions [1].
https://people.canonical.com/~ubuntu-archive/proposed-
migration/lunar/update_excuses.html#apt
[1] https://wiki.ubuntu.com/StableReleaseUpdates#Autopkgtest_Regressions
Thank you!
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to apt in Ubuntu.
https://bugs.launchpad.net/bugs/2029268
Title:
Do not consider two versions with differing SHA256 to be the same
Status in apt package in Ubuntu:
Fix Committed
Status in apt source package in Jammy:
Fix Committed
Status in apt source package in Lunar:
Fix Committed
Status in apt source package in Mantic:
Fix Committed
Bug description:
[Impact]
APT sometimes deduplicates two debs into the same version object even if they have different SHA256 field values, causing download to fail later if one the sources also defines SHA512 (or MD5 or SHA1).
This is a problem for example, if you rebuild in a PPA because PPAs do
not have SHA512 enabled but the priamary archive does.
Repositories are not required to have SHA256, so this does nothing if
we do not have SHA256 for both .deb.
[Test plan]
An automated test is included in apt's extensive autopkgtest regression test suite. Successful pass of autopkgtest is the goal.
[Where problems could occur]
In terms of regressions it seems unlikely, because we compare the SHA256 only if we previously would have considered them the same version to reject them if they differ.
But of course there could be the usual unsafe memory bugs.
In a future this will bite us when we migrated to SHA3 and want to
drop SHA256, just like we cannot seem to drop MD5 now.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/2029268/+subscriptions
More information about the foundations-bugs
mailing list