diff -Nru snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/commits snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/commits --- snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/commits 2024-04-27 12:31:35.000000000 +0000 +++ snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/commits 2024-04-29 09:16:47.000000000 +0000 @@ -1 +1 @@ -master:12593d9c191c1d86a4ef50de8d81b0485d397281 +master:49f24bfcf348389119a20276f11f9607bb5e654a diff -Nru snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/debian/changelog snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/debian/changelog --- snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/debian/changelog 2024-04-27 12:31:36.000000000 +0000 +++ snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/debian/changelog 2024-04-29 09:16:48.000000000 +0000 @@ -1,8 +1,8 @@ -snapd (2.62+git5253.1e5c729ce~ubuntu22.04.1) jammy; urgency=low +snapd (2.62+git5254.d10f4b66e~ubuntu22.04.1) jammy; urgency=low * Auto build. - -- Launchpad Package Builder Sat, 27 Apr 2024 12:31:36 +0000 + -- Launchpad Package Builder Mon, 29 Apr 2024 09:16:48 +0000 snapd (2.62) xenial; urgency=medium diff -Nru snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/debian/git-build-recipe.manifest snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/debian/git-build-recipe.manifest --- snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/debian/git-build-recipe.manifest 2024-04-27 12:31:36.000000000 +0000 +++ snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/debian/git-build-recipe.manifest 2024-04-29 09:16:48.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debupstream}+git5253.1e5c729ce -lp:snapd-vendor git-commit:1e5c729ce49d4ab719b638f195503a5c9bf80745 +# git-build-recipe format 0.4 deb-version {debupstream}+git5254.d10f4b66e +lp:snapd-vendor git-commit:d10f4b66e75fa89f2c60a9ee09a8e9d7b7f560cc diff -Nru snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/overlord/snapstate/snapmgr.go snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/overlord/snapstate/snapmgr.go --- snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/overlord/snapstate/snapmgr.go 2024-04-27 12:31:35.000000000 +0000 +++ snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/overlord/snapstate/snapmgr.go 2024-04-29 09:16:47.000000000 +0000 @@ -53,7 +53,7 @@ ) var ( - snapdTransitionDelayWithRandomess = 3*time.Hour + randutil.RandomDuration(4*time.Hour) + snapdTransitionDelayWithRandomness = 3*time.Hour + randutil.RandomDuration(4*time.Hour) ) // SnapManager is responsible for the installation and removal of snaps. @@ -274,7 +274,7 @@ InstanceKey string `json:"instance-key,omitempty"` CohortKey string `json:"cohort-key,omitempty"` - // RefreshInhibitedime records the time when the refresh was first + // RefreshInhibitedTime records the time when the refresh was first // attempted but inhibited because the snap was busy. This value is // reset on each successful refresh. RefreshInhibitedTime *time.Time `json:"refresh-inhibited-time,omitempty"` @@ -821,7 +821,7 @@ // circumvention for the issue where vulnerable snaps are left in place, we // do not intend to ever do this again and instead will unmount or remount // vulnerable old snaps as nosuid to prevent the suid snap-confine binaries - // in them from being available to abuse for fixed vulnerabilies that are + // in them from being available to abuse for fixed vulnerabilities that are // not exploitable in the current versions of snapd/core snaps. var alreadyRemoved bool key := fmt.Sprintf("%s-snap-cve-2022-3328-vuln-removed", name) @@ -1051,7 +1051,7 @@ // get current core snap and use same channel/user for the snapd snap err = Get(m.state, "core", &snapst) - // Note that state.ErrNoState should never happen in practise. However + // Note that state.ErrNoState should never happen in practice. However // if it *does* happen we still want to fix those systems by installing // the snapd snap. if err != nil && !errors.Is(err, state.ErrNoState) { @@ -1075,7 +1075,7 @@ return err } now := time.Now() - if !lastSnapdTransitionAttempt.IsZero() && lastSnapdTransitionAttempt.Add(snapdTransitionDelayWithRandomess).After(now) { + if !lastSnapdTransitionAttempt.IsZero() && lastSnapdTransitionAttempt.Add(snapdTransitionDelayWithRandomness).After(now) { return nil } m.state.Set("snapd-transition-last-retry-time", now) @@ -1114,7 +1114,7 @@ return err } - // Wait for the system to be seeded before transtioning + // Wait for the system to be seeded before transitioning var seeded bool err = m.state.Get("seeded", &seeded) if err != nil { diff -Nru snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/packaging/ubuntu-16.04/changelog snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/packaging/ubuntu-16.04/changelog --- snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/packaging/ubuntu-16.04/changelog 2024-04-27 12:31:36.000000000 +0000 +++ snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/packaging/ubuntu-16.04/changelog 2024-04-29 09:16:48.000000000 +0000 @@ -1,8 +1,8 @@ -snapd (2.62+git5253.1e5c729ce~ubuntu22.04.1) jammy; urgency=low +snapd (2.62+git5254.d10f4b66e~ubuntu22.04.1) jammy; urgency=low * Auto build. - -- Launchpad Package Builder Sat, 27 Apr 2024 12:31:36 +0000 + -- Launchpad Package Builder Mon, 29 Apr 2024 09:16:48 +0000 snapd (2.62) xenial; urgency=medium diff -Nru snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/packaging/ubuntu-16.04/git-build-recipe.manifest snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/packaging/ubuntu-16.04/git-build-recipe.manifest --- snapd-2.62+git5253.1e5c729ce~ubuntu22.04.1/packaging/ubuntu-16.04/git-build-recipe.manifest 2024-04-27 12:31:36.000000000 +0000 +++ snapd-2.62+git5254.d10f4b66e~ubuntu22.04.1/packaging/ubuntu-16.04/git-build-recipe.manifest 2024-04-29 09:16:48.000000000 +0000 @@ -1,2 +1,2 @@ -# git-build-recipe format 0.4 deb-version {debupstream}+git5253.1e5c729ce -lp:snapd-vendor git-commit:1e5c729ce49d4ab719b638f195503a5c9bf80745 +# git-build-recipe format 0.4 deb-version {debupstream}+git5254.d10f4b66e +lp:snapd-vendor git-commit:d10f4b66e75fa89f2c60a9ee09a8e9d7b7f560cc