From d7e908250491ca1740418ddb5278ea6d880e4c1b Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Fri, 25 Aug 2023 19:02:30 +0200 Subject: [PATCH] release: 2.60.3 (#13124) --- NEWS.md | 7 +++++++ packaging/arch/PKGBUILD | 2 +- packaging/debian-sid/changelog | 9 +++++++++ packaging/fedora/snapd.spec | 8 +++++++- packaging/opensuse/snapd.changes | 5 +++++ packaging/opensuse/snapd.spec | 2 +- packaging/ubuntu-14.04/changelog | 9 +++++++++ packaging/ubuntu-16.04/changelog | 9 +++++++++ 8 files changed, 48 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index aa652480456..30b76cf6f54 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,10 @@ +# New in snapd 2.60.3: +* Fix bug in the "private" plug attribute of the shared-memory + interface that can result in a crash when upgrading from an + old version of snapd. +* Fix missing integration of the /etc/apparmor.d/tunables/home.d/ + apparmor to support non-standard home directories + # New in snapd 2.60.2: * Performance improvements for apparmor_parser to compensate for the slower `-O expr-simplify` default used. This should bring diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 4915fd15dae..d130e7985c4 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.60.2 +pkgver=2.60.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 be49e32a9c7..e7b54f78f42 100644 --- a/packaging/debian-sid/changelog +++ b/packaging/debian-sid/changelog @@ -1,3 +1,12 @@ +snapd (2.60.3-1) unstable; urgency=medium + + * New upstream release, LP: #2024007 + - i/b/shared-memory: handle "private" plug attribute in shared- + memory interface correctly + - i/apparmor: support for home.d tunables from /etc/ + + -- Michael Vogt Fri, 25 Aug 2023 18:36:50 +0200 + snapd (2.60.2-1) unstable; urgency=medium * New upstream release, LP: #2024007 diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index f72e1a8e615..f00c03dd717 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -102,7 +102,7 @@ %endif Name: snapd -Version: 2.60.2 +Version: 2.60.3 Release: 0%{?dist} Summary: A transactional software package manager License: GPLv3 @@ -996,6 +996,12 @@ fi %changelog +* Fri Aug 25 2023 Michael Vogt +- New upstream release 2.60.3 + - i/b/shared-memory: handle "private" plug attribute in shared- + memory interface correctly + - i/apparmor: support for home.d tunables from /etc/ + * Fri Aug 04 2023 Michael Vogt - New upstream release 2.60.2 - i/builtin: allow directories in private /dev/shm diff --git a/packaging/opensuse/snapd.changes b/packaging/opensuse/snapd.changes index 8b948f14ed1..eea91894bbb 100644 --- a/packaging/opensuse/snapd.changes +++ b/packaging/opensuse/snapd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 25 16:36:50 UTC 2023 - michael.vogt@ubuntu.com + +- Update to upstream release 2.60.3 + ------------------------------------------------------------------- Fri Aug 04 10:14:04 UTC 2023 - michael.vogt@ubuntu.com diff --git a/packaging/opensuse/snapd.spec b/packaging/opensuse/snapd.spec index 76d14d1c7b0..ea1dfaae035 100644 --- a/packaging/opensuse/snapd.spec +++ b/packaging/opensuse/snapd.spec @@ -82,7 +82,7 @@ Name: snapd -Version: 2.60.2 +Version: 2.60.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 a7b6c3deab5..54286b356b2 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,12 @@ +snapd (2.60.3~14.04) trusty; urgency=medium + + * New upstream release, LP: #2024007 + - i/b/shared-memory: handle "private" plug attribute in shared- + memory interface correctly + - i/apparmor: support for home.d tunables from /etc/ + + -- Michael Vogt Fri, 25 Aug 2023 18:36:50 +0200 + snapd (2.60.2~14.04) trusty; urgency=medium * New upstream release, LP: #2024007 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index 3cdbae36fc3..d7892d55aab 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,12 @@ +snapd (2.60.3) xenial; urgency=medium + + * New upstream release, LP: #2024007 + - i/b/shared-memory: handle "private" plug attribute in shared- + memory interface correctly + - i/apparmor: support for home.d tunables from /etc/ + + -- Michael Vogt Fri, 25 Aug 2023 18:36:50 +0200 + snapd (2.60.2) xenial; urgency=medium * New upstream release, LP: #2024007