Skip to content

Commit

Permalink
release: 2.60.1 (#12950)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 committed Jul 6, 2023
1 parent cc5127d commit 6e6d371
Show file tree
Hide file tree
Showing 8 changed files with 74 additions and 3 deletions.
9 changes: 9 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Expand Up @@ -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"
Expand Down
15 changes: 15 additions & 0 deletions 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 <michael.vogt@ubuntu.com> Tue, 04 Jul 2023 21:21:48 +0200

snapd (2.60-1) unstable; urgency=medium

* New upstream release, LP: #2024007
Expand Down
14 changes: 13 additions & 1 deletion packaging/fedora/snapd.spec
Expand Up @@ -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
Expand Down Expand Up @@ -996,6 +996,18 @@ fi


%changelog
* Tue Jul 04 2023 Michael Vogt <michael.vogt@ubuntu.com>
- 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 <michael.vogt@ubuntu.com>
- New upstream release 2.60
- Support for dynamic snapshot data exclusions
Expand Down
5 changes: 5 additions & 0 deletions 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

Expand Down
2 changes: 1 addition & 1 deletion packaging/opensuse/snapd.spec
Expand Up @@ -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
Expand Down
15 changes: 15 additions & 0 deletions 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 <michael.vogt@ubuntu.com> Tue, 04 Jul 2023 21:21:48 +0200

snapd (2.60~14.04) trusty; urgency=medium

* New upstream release, LP: #2024007
Expand Down
15 changes: 15 additions & 0 deletions 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 <michael.vogt@ubuntu.com> Tue, 04 Jul 2023 21:21:48 +0200

snapd (2.60) xenial; urgency=medium

* New upstream release, LP: #2024007
Expand Down

0 comments on commit 6e6d371

Please sign in to comment.