ubuntu-release-upgrader:ubuntu/jammy

Last commit made on 2025-02-07
Get this branch:
git clone -b ubuntu/jammy https://git.launchpad.net/ubuntu-release-upgrader
Members of Ubuntu Core Development Team can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
ubuntu/jammy
Repository:
lp:ubuntu-release-upgrader

Recent commits

71457fd... by Magali Lemes do Sacramento

DistUpgrade: prevent FIPS enabled systems from upgrading to Jammy

Focal systems in FIPS mode running certain kernel versions cannot be
upgraded to Jammy. During the upgrade process, there is a point where
the userspace packages are upgraded to their Jammy version, but are run
on a Focal FIPS kernel. Specifically, the Jammy version of libgcrypt
relies on the getrandom syscall with the GRND_RESEED flag set. This
flag, however, is only implemented in the Jammy FIPS kernel. So, when
the Jammy version of libgcrypt is run alongside a Focal FIPS kernel, a
fatal error occurs.
This issue has been fixed on the kernel side by not rejecting the
GRND_RESEED flag. Even so, there may be users running kernel versions
without this fix, i.e., those running the certified FIPS kernel, which
doesn't contain any updates since it was published.
The GRND_RESEED flag is only used in FIPS mode, so prevent upgrades only
if the system is in FIPS mode and using a kernel version known to not
have the fix.

LP: #2055825

0a932c6... by Nick Rosbrook

Release ubuntu-release-upgrader 1:22.04.18

e7e05ca... by Nick Rosbrook

update changelog

2faf3b3... by Nick Rosbrook

Run pre-build.sh: updating po files, mirrors, and demotions.

67f1ec2... by Nick Rosbrook

do-release-upgrade: pass XDG_CURRENT_DESKTOP env var (LP: #2034986)

This variable is used in the upgrade quirks to check which flavor is
running, hence it needs to be preserved from the callers environment.

9d39da2... by Paride Legovini

Import Debian version 22.04.17

ubuntu-release-upgrader (1:22.04.17) jammy; urgency=medium
.
  * Run pre-build.sh: update mirrors for 22.04.3.

1d96a17... by Nick Rosbrook

Revert "Release ubuntu-release-upgrader 1:22.04.17"

This reverts the following commits:

 c81f9371ad7116d4dd4b54f4879b3972a9613ddb
 aadcedbb2be43755f286d700dc97ccceaf13b29f
 9b551861aac93c8f553bad88d62d845a49c35335
 93edea6042cfe40f77fc98a6c7ff9d74c559974c

ubuntu-release-upgrader 1:22.04.17 was already released, but the changes
were not committed to git, so this needs to be re-released as 1:22.04.17
after importing the actual 1:22.04.17.

c81f937... by Nick Rosbrook

Release ubuntu-release-upgrader 1:22.04.17

aadcedb... by Nick Rosbrook

update changelog

9b55186... by Nick Rosbrook

Run pre-build.sh: updating po files, mirrors, and demotions.