Skip to content

Commit

Permalink
release: 2.60.2 (#13063)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvo5 authored Aug 4, 2023
1 parent 2260c94 commit 5a0f7c7
Show file tree
Hide file tree
Showing 8 changed files with 88 additions and 3 deletions.
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# New in snapd 2.60.2:
* Performance improvements for apparmor_parser to compensate for
the slower `-O expr-simplify` default used. This should bring
the performance back to the 2.60 level and even increase it
for many use-cases.
* Bugfixes

# New in snapd 2.60.1:
* Bugfixes
* Use "aes-cbc-essiv:sha256" in cryptsetup on arm 32bit devices
Expand Down
2 changes: 1 addition & 1 deletion packaging/arch/PKGBUILD
Original file line number Diff line number Diff line change
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.1
pkgver=2.60.2
pkgrel=1
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
url="https://github.com/snapcore/snapd"
Expand Down
19 changes: 19 additions & 0 deletions packaging/debian-sid/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
snapd (2.60.2-1) unstable; urgency=medium

* New upstream release, LP: #2024007
- i/builtin: allow directories in private /dev/shm
- i/builtin: add read access to /proc/task/schedstat in system-
observe
- snap-bootstrap: print version information at startup
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
- snap, store: filter out invalid snap edited links from store info
and persisted state
- o/configcore: write netplan defaults to 00-snapd-config on seeding
- snapcraft.yaml: pull in apparmor_parser optimization patches from
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
- snap-confine: fix missing \0 after readlink
- cmd/snap: hide append-integrity-data
- interfaces/opengl: add support for ARM Mali

-- Michael Vogt <[email protected]> Fri, 04 Aug 2023 12:14:04 +0200

snapd (2.60.1-1) unstable; urgency=medium

* New upstream release, LP: #2024007
Expand Down
18 changes: 17 additions & 1 deletion packaging/fedora/snapd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
%endif

Name: snapd
Version: 2.60.1
Version: 2.60.2
Release: 0%{?dist}
Summary: A transactional software package manager
License: GPLv3
Expand Down Expand Up @@ -996,6 +996,22 @@ fi


%changelog
* Fri Aug 04 2023 Michael Vogt <[email protected]>
- New upstream release 2.60.2
- i/builtin: allow directories in private /dev/shm
- i/builtin: add read access to /proc/task/schedstat in system-
observe
- snap-bootstrap: print version information at startup
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
- snap, store: filter out invalid snap edited links from store info
and persisted state
- o/configcore: write netplan defaults to 00-snapd-config on seeding
- snapcraft.yaml: pull in apparmor_parser optimization patches from
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
- snap-confine: fix missing \0 after readlink
- cmd/snap: hide append-integrity-data
- interfaces/opengl: add support for ARM Mali

* Tue Jul 04 2023 Michael Vogt <[email protected]>
- New upstream release 2.60.1
- install: fallback to lazy unmount() in writeFilesystemContent
Expand Down
5 changes: 5 additions & 0 deletions packaging/opensuse/snapd.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Aug 04 10:14:04 UTC 2023 - [email protected]

- Update to upstream release 2.60.2

-------------------------------------------------------------------
Tue Jul 04 19:21:48 UTC 2023 - [email protected]

Expand Down
2 changes: 1 addition & 1 deletion packaging/opensuse/snapd.spec
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@


Name: snapd
Version: 2.60.1
Version: 2.60.2
Release: 0
Summary: Tools enabling systems to work with .snap files
License: GPL-3.0
Expand Down
19 changes: 19 additions & 0 deletions packaging/ubuntu-14.04/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
snapd (2.60.2~14.04) trusty; urgency=medium

* New upstream release, LP: #2024007
- i/builtin: allow directories in private /dev/shm
- i/builtin: add read access to /proc/task/schedstat in system-
observe
- snap-bootstrap: print version information at startup
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
- snap, store: filter out invalid snap edited links from store info
and persisted state
- o/configcore: write netplan defaults to 00-snapd-config on seeding
- snapcraft.yaml: pull in apparmor_parser optimization patches from
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
- snap-confine: fix missing \0 after readlink
- cmd/snap: hide append-integrity-data
- interfaces/opengl: add support for ARM Mali

-- Michael Vogt <[email protected]> Fri, 04 Aug 2023 12:14:04 +0200

snapd (2.60.1~14.04) trusty; urgency=medium

* New upstream release, LP: #2024007
Expand Down
19 changes: 19 additions & 0 deletions packaging/ubuntu-16.04/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
snapd (2.60.2) xenial; urgency=medium

* New upstream release, LP: #2024007
- i/builtin: allow directories in private /dev/shm
- i/builtin: add read access to /proc/task/schedstat in system-
observe
- snap-bootstrap: print version information at startup
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
- snap, store: filter out invalid snap edited links from store info
and persisted state
- o/configcore: write netplan defaults to 00-snapd-config on seeding
- snapcraft.yaml: pull in apparmor_parser optimization patches from
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
- snap-confine: fix missing \0 after readlink
- cmd/snap: hide append-integrity-data
- interfaces/opengl: add support for ARM Mali

-- Michael Vogt <[email protected]> Fri, 04 Aug 2023 12:14:04 +0200

snapd (2.60.1) xenial; urgency=medium

* New upstream release, LP: #2024007
Expand Down

0 comments on commit 5a0f7c7

Please sign in to comment.