From cb29ff949f42a9cebb470db1f9589faa1ff397e5 Mon Sep 17 00:00:00 2001 From: Ian Johnson Date: Thu, 21 Oct 2021 14:10:37 -0500 Subject: [PATCH] release: 2.53.1 Update changelogs with the 2.53.1 changes. Signed-off-by: Ian Johnson --- packaging/arch/PKGBUILD | 2 +- packaging/debian-sid/changelog | 28 ++++++++++++++++++++++++++++ packaging/fedora/snapd.spec | 27 ++++++++++++++++++++++++++- packaging/opensuse/snapd.changes | 5 +++++ packaging/opensuse/snapd.spec | 2 +- packaging/ubuntu-14.04/changelog | 28 ++++++++++++++++++++++++++++ packaging/ubuntu-16.04/changelog | 28 ++++++++++++++++++++++++++++ 7 files changed, 117 insertions(+), 3 deletions(-) diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index ed565e92c88..07fc58cc001 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.53 +pkgver=2.53.1 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 51cc38786a5..f556ea1a88f 100644 --- a/packaging/debian-sid/changelog +++ b/packaging/debian-sid/changelog @@ -1,3 +1,31 @@ +snapd (2.53.1-1) unstable; urgency=medium + + * New upstream release, LP: #1946127 + - spread: run lxd tests with version from latest/stable + - secboot: use latest secboot with tpm legacy platform and v2 fully + optional (#10946) + - cmd/snap-confine: die when snap process is outside of snap + specific cgroup (2.53) + - interfaces/u2f-devices: add Nitrokey 3 + - Update the ubuntu-image channel to candidate + - Allow hostnames up to 253 characters, with dot-delimited elements + (as suggested by man 7 hostname). + - Disable i386 until it is possible to build snapd using lxd + - o/snapstate, hookstate: print remaining hold time on snapctl + --hold + - tests/snapd-sigterm: be more robust against service restart + - tests: add a regression test for snapd hanging on SIGTERM + - daemon: use the syscall connection to get the socket + credentials + - interfaces/builtin/hardware-observer: add /proc/bus/input/devices + too + - cmd/snap-confine/snap-confine.apparmor.in: update ld rule for + s390x impish + - interface/modem-manager: add accept for MBIM/QMI proxy clients + - secboot: revert move to new version + + -- Ian Johnson Thu, 21 Oct 2021 11:55:31 -0500 + snapd (2.53-1) unstable; urgency=medium * New upstream release, LP: #1946127 diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index 344fdceecaf..ef77b74001a 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -97,7 +97,7 @@ %endif Name: snapd -Version: 2.53 +Version: 2.53.1 Release: 0%{?dist} Summary: A transactional software package manager License: GPLv3 @@ -978,6 +978,31 @@ fi %changelog +* Thu Oct 21 2021 Ian Johnson +- New upstream release 2.53.1 + - spread: run lxd tests with version from latest/stable + - secboot: use latest secboot with tpm legacy platform and v2 fully + optional (#10946) + - cmd/snap-confine: die when snap process is outside of snap + specific cgroup (2.53) + - interfaces/u2f-devices: add Nitrokey 3 + - Update the ubuntu-image channel to candidate + - Allow hostnames up to 253 characters, with dot-delimited elements + (as suggested by man 7 hostname). + - Disable i386 until it is possible to build snapd using lxd + - o/snapstate, hookstate: print remaining hold time on snapctl + --hold + - tests/snapd-sigterm: be more robust against service restart + - tests: add a regression test for snapd hanging on SIGTERM + - daemon: use the syscall connection to get the socket + credentials + - interfaces/builtin/hardware-observer: add /proc/bus/input/devices + too + - cmd/snap-confine/snap-confine.apparmor.in: update ld rule for + s390x impish + - interface/modem-manager: add accept for MBIM/QMI proxy clients + - secboot: revert move to new version + * Tue Oct 05 2021 Michael Vogt - New upstream release 2.53 - overlord: fix generated snap-revision assertions in remodel unit diff --git a/packaging/opensuse/snapd.changes b/packaging/opensuse/snapd.changes index b48f5a2b3b2..85079805ab1 100644 --- a/packaging/opensuse/snapd.changes +++ b/packaging/opensuse/snapd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 21 16:55:31 UTC 2021 - ian.johnson@canonical.com + +- Update to upstream release 2.53.1 + ------------------------------------------------------------------- Tue Oct 05 16:16:47 UTC 2021 - michael.vogt@ubuntu.com diff --git a/packaging/opensuse/snapd.spec b/packaging/opensuse/snapd.spec index c477eee6826..eed23c385c9 100644 --- a/packaging/opensuse/snapd.spec +++ b/packaging/opensuse/snapd.spec @@ -83,7 +83,7 @@ Name: snapd -Version: 2.53 +Version: 2.53.1 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 2be54ffab01..d1f9018dad7 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,31 @@ +snapd (2.53.1~14.04) trusty; urgency=medium + + * New upstream release, LP: #1946127 + - spread: run lxd tests with version from latest/stable + - secboot: use latest secboot with tpm legacy platform and v2 fully + optional (#10946) + - cmd/snap-confine: die when snap process is outside of snap + specific cgroup (2.53) + - interfaces/u2f-devices: add Nitrokey 3 + - Update the ubuntu-image channel to candidate + - Allow hostnames up to 253 characters, with dot-delimited elements + (as suggested by man 7 hostname). + - Disable i386 until it is possible to build snapd using lxd + - o/snapstate, hookstate: print remaining hold time on snapctl + --hold + - tests/snapd-sigterm: be more robust against service restart + - tests: add a regression test for snapd hanging on SIGTERM + - daemon: use the syscall connection to get the socket + credentials + - interfaces/builtin/hardware-observer: add /proc/bus/input/devices + too + - cmd/snap-confine/snap-confine.apparmor.in: update ld rule for + s390x impish + - interface/modem-manager: add accept for MBIM/QMI proxy clients + - secboot: revert move to new version + + -- Ian Johnson Thu, 21 Oct 2021 11:55:31 -0500 + snapd (2.53~14.04) trusty; urgency=medium * New upstream release, LP: #1946127 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index c211245a103..0d8074b39c3 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,31 @@ +snapd (2.53.1) xenial; urgency=medium + + * New upstream release, LP: #1946127 + - spread: run lxd tests with version from latest/stable + - secboot: use latest secboot with tpm legacy platform and v2 fully + optional (#10946) + - cmd/snap-confine: die when snap process is outside of snap + specific cgroup (2.53) + - interfaces/u2f-devices: add Nitrokey 3 + - Update the ubuntu-image channel to candidate + - Allow hostnames up to 253 characters, with dot-delimited elements + (as suggested by man 7 hostname). + - Disable i386 until it is possible to build snapd using lxd + - o/snapstate, hookstate: print remaining hold time on snapctl + --hold + - tests/snapd-sigterm: be more robust against service restart + - tests: add a regression test for snapd hanging on SIGTERM + - daemon: use the syscall connection to get the socket + credentials + - interfaces/builtin/hardware-observer: add /proc/bus/input/devices + too + - cmd/snap-confine/snap-confine.apparmor.in: update ld rule for + s390x impish + - interface/modem-manager: add accept for MBIM/QMI proxy clients + - secboot: revert move to new version + + -- Ian Johnson Thu, 21 Oct 2021 11:55:31 -0500 + snapd (2.53) xenial; urgency=medium * New upstream release, LP: #1946127