diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index e5d0e269593..a7c33e5e0b1 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages." depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor') optdepends=('bash-completion: bash completion support' 'xdg-desktop-portal: desktop integration') -pkgver=2.57.2 +pkgver=2.57.3 pkgrel=1 arch=('x86_64' 'i686' 'armv7h' 'aarch64') url="https://github.com/snapcore/snapd" diff --git a/packaging/debian-sid/changelog b/packaging/debian-sid/changelog index 7877285c186..9fb9d9ed30e 100644 --- a/packaging/debian-sid/changelog +++ b/packaging/debian-sid/changelog @@ -1,3 +1,18 @@ +snapd (2.57.3-1) unstable; urgency=medium + + * New upstream release, LP: #1983035 + - wrappers: journal namespaces did not honor journal.persistent + - snap/quota,wrappers: allow using 0 values for the journal rate to + override the system default values + - multiple: clear up naming convention for cpu-set quota + - i/b/mount-control: allow custom filesystem types + - i/b/system-observe: allow reading processes security label + - sandbox/cgroup: don't check V1 cgroup if V2 is active + - asserts,boot,secboot: switch to a secboot version measuring + classic + + -- Michael Vogt Thu, 15 Sep 2022 12:37:30 +0200 + snapd (2.57.2-1) unstable; urgency=medium * New upstream release, LP: #1983035 diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index 4c211ecedc7..f7f33165311 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -102,7 +102,7 @@ %endif Name: snapd -Version: 2.57.2 +Version: 2.57.3 Release: 0%{?dist} Summary: A transactional software package manager License: GPLv3 @@ -981,6 +981,18 @@ fi %changelog +* Thu Sep 15 2022 Michael Vogt +- New upstream release 2.57.3 + - wrappers: journal namespaces did not honor journal.persistent + - snap/quota,wrappers: allow using 0 values for the journal rate to + override the system default values + - multiple: clear up naming convention for cpu-set quota + - i/b/mount-control: allow custom filesystem types + - i/b/system-observe: allow reading processes security label + - sandbox/cgroup: don't check V1 cgroup if V2 is active + - asserts,boot,secboot: switch to a secboot version measuring + classic + * Fri Sep 02 2022 Michael Vogt - New upstream release 2.57.2 - store/tooling,tests: support UBUNTU_STORE_URL override env var diff --git a/packaging/opensuse/snapd.changes b/packaging/opensuse/snapd.changes index cb06b09f554..89075ab0463 100644 --- a/packaging/opensuse/snapd.changes +++ b/packaging/opensuse/snapd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 15 10:37:30 UTC 2022 - michael.vogt@ubuntu.com + +- Update to upstream release 2.57.3 + ------------------------------------------------------------------- Fri Sep 02 15:56:46 UTC 2022 - michael.vogt@ubuntu.com diff --git a/packaging/opensuse/snapd.spec b/packaging/opensuse/snapd.spec index 657e66713a7..6f6b2e04058 100644 --- a/packaging/opensuse/snapd.spec +++ b/packaging/opensuse/snapd.spec @@ -81,7 +81,7 @@ Name: snapd -Version: 2.57.2 +Version: 2.57.3 Release: 0 Summary: Tools enabling systems to work with .snap files License: GPL-3.0 diff --git a/packaging/ubuntu-14.04/changelog b/packaging/ubuntu-14.04/changelog index 5b3793cd0fa..999220a89f5 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,18 @@ +snapd (2.57.3~14.04) trusty; urgency=medium + + * New upstream release, LP: #1983035 + - wrappers: journal namespaces did not honor journal.persistent + - snap/quota,wrappers: allow using 0 values for the journal rate to + override the system default values + - multiple: clear up naming convention for cpu-set quota + - i/b/mount-control: allow custom filesystem types + - i/b/system-observe: allow reading processes security label + - sandbox/cgroup: don't check V1 cgroup if V2 is active + - asserts,boot,secboot: switch to a secboot version measuring + classic + + -- Michael Vogt Thu, 15 Sep 2022 12:37:30 +0200 + snapd (2.57.2~14.04) trusty; urgency=medium * New upstream release, LP: #1983035 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index 7aaaab97a8a..4b323755a09 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,18 @@ +snapd (2.57.3) xenial; urgency=medium + + * New upstream release, LP: #1983035 + - wrappers: journal namespaces did not honor journal.persistent + - snap/quota,wrappers: allow using 0 values for the journal rate to + override the system default values + - multiple: clear up naming convention for cpu-set quota + - i/b/mount-control: allow custom filesystem types + - i/b/system-observe: allow reading processes security label + - sandbox/cgroup: don't check V1 cgroup if V2 is active + - asserts,boot,secboot: switch to a secboot version measuring + classic + + -- Michael Vogt Thu, 15 Sep 2022 12:37:30 +0200 + snapd (2.57.2) xenial; urgency=medium * New upstream release, LP: #1983035