diff --git a/NEWS.md b/NEWS.md index a366712d881..a4d4c0ae3a2 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,12 @@ +# New in snapd 2.60.1: +* Bugfixes +* Use "aes-cbc-essiv:sha256" in cryptsetup on arm 32bit devices + to increase speed on devices with CAAM support +* Stop using `-O no-expr-simplify` in apparmor_parser to avoid + potential exponential memory use. This can lead to slower + policy complication in some cases but it is much safer on + low memory devices. + # New in snapd 2.60: * Support for dynamic snapshot data exclusions * Apparmor userspace is vendored inside the snapd snap diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 38528f0c794..0b65a5d6b4e 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 +pkgver=2.60.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 ec90dbdd92c..8173534bf29 100644 --- a/packaging/debian-sid/changelog +++ b/packaging/debian-sid/changelog @@ -1,3 +1,18 @@ +snapd (2.60.1-1) unstable; urgency=medium + + * New upstream release, LP: #2024007 + - install: fallback to lazy unmount() in writeFilesystemContent + - data: include "modprobe.d" and "modules-load.d" in preseeded blob + - gadget: fix install test on armhf + - interfaces: fix typo in network_manager_observe + - sandbox/apparmor: don't let vendored apparmor conflict with system + - gadget/update: set parts in laid out data from the ones matched + - many: move SnapConfineAppArmorDir from dirs to sandbox/apparmor + - many: stop using `-O no-expr-simplify` in apparmor_parser + - go.mod: update secboot to latest uc22 branch + + -- Michael Vogt Tue, 04 Jul 2023 21:21:48 +0200 + snapd (2.60-1) unstable; urgency=medium * New upstream release, LP: #2024007 diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index 84869dae8e4..fe012fee26f 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -102,7 +102,7 @@ %endif Name: snapd -Version: 2.60 +Version: 2.60.1 Release: 0%{?dist} Summary: A transactional software package manager License: GPLv3 @@ -996,6 +996,18 @@ fi %changelog +* Tue Jul 04 2023 Michael Vogt +- New upstream release 2.60.1 + - install: fallback to lazy unmount() in writeFilesystemContent + - data: include "modprobe.d" and "modules-load.d" in preseeded blob + - gadget: fix install test on armhf + - interfaces: fix typo in network_manager_observe + - sandbox/apparmor: don't let vendored apparmor conflict with system + - gadget/update: set parts in laid out data from the ones matched + - many: move SnapConfineAppArmorDir from dirs to sandbox/apparmor + - many: stop using `-O no-expr-simplify` in apparmor_parser + - go.mod: update secboot to latest uc22 branch + * Thu Jun 15 2023 Michael Vogt - New upstream release 2.60 - Support for dynamic snapshot data exclusions diff --git a/packaging/opensuse/snapd.changes b/packaging/opensuse/snapd.changes index ee0adade341..333509922d3 100644 --- a/packaging/opensuse/snapd.changes +++ b/packaging/opensuse/snapd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jul 04 19:21:48 UTC 2023 - michael.vogt@ubuntu.com + +- Update to upstream release 2.60.1 + ------------------------------------------------------------------- Thu Jun 15 15:14:31 UTC 2023 - michael.vogt@ubuntu.com diff --git a/packaging/opensuse/snapd.spec b/packaging/opensuse/snapd.spec index de4baac39c1..40ca2a7dedc 100644 --- a/packaging/opensuse/snapd.spec +++ b/packaging/opensuse/snapd.spec @@ -82,7 +82,7 @@ Name: snapd -Version: 2.60 +Version: 2.60.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 f04d5ce3db2..e666083b3a7 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,18 @@ +snapd (2.60.1~14.04) trusty; urgency=medium + + * New upstream release, LP: #2024007 + - install: fallback to lazy unmount() in writeFilesystemContent + - data: include "modprobe.d" and "modules-load.d" in preseeded blob + - gadget: fix install test on armhf + - interfaces: fix typo in network_manager_observe + - sandbox/apparmor: don't let vendored apparmor conflict with system + - gadget/update: set parts in laid out data from the ones matched + - many: move SnapConfineAppArmorDir from dirs to sandbox/apparmor + - many: stop using `-O no-expr-simplify` in apparmor_parser + - go.mod: update secboot to latest uc22 branch + + -- Michael Vogt Tue, 04 Jul 2023 21:21:48 +0200 + snapd (2.60~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 4b97cadf434..3bdae874867 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,18 @@ +snapd (2.60.1) xenial; urgency=medium + + * New upstream release, LP: #2024007 + - install: fallback to lazy unmount() in writeFilesystemContent + - data: include "modprobe.d" and "modules-load.d" in preseeded blob + - gadget: fix install test on armhf + - interfaces: fix typo in network_manager_observe + - sandbox/apparmor: don't let vendored apparmor conflict with system + - gadget/update: set parts in laid out data from the ones matched + - many: move SnapConfineAppArmorDir from dirs to sandbox/apparmor + - many: stop using `-O no-expr-simplify` in apparmor_parser + - go.mod: update secboot to latest uc22 branch + + -- Michael Vogt Tue, 04 Jul 2023 21:21:48 +0200 + snapd (2.60) xenial; urgency=medium * New upstream release, LP: #2024007