Skip to content

Commit 5a0f7c7

Browse files
authored
release: 2.60.2 (#13063)
1 parent 2260c94 commit 5a0f7c7

File tree

8 files changed

+88
-3
lines changed

8 files changed

+88
-3
lines changed

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# New in snapd 2.60.2:
2+
* Performance improvements for apparmor_parser to compensate for
3+
the slower `-O expr-simplify` default used. This should bring
4+
the performance back to the 2.60 level and even increase it
5+
for many use-cases.
6+
* Bugfixes
7+
18
# New in snapd 2.60.1:
29
* Bugfixes
310
* Use "aes-cbc-essiv:sha256" in cryptsetup on arm 32bit devices

packaging/arch/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
1111
depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor')
1212
optdepends=('bash-completion: bash completion support'
1313
'xdg-desktop-portal: desktop integration')
14-
pkgver=2.60.1
14+
pkgver=2.60.2
1515
pkgrel=1
1616
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
1717
url="https://github.com/snapcore/snapd"

packaging/debian-sid/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
snapd (2.60.2-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- i/builtin: allow directories in private /dev/shm
5+
- i/builtin: add read access to /proc/task/schedstat in system-
6+
observe
7+
- snap-bootstrap: print version information at startup
8+
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
9+
- snap, store: filter out invalid snap edited links from store info
10+
and persisted state
11+
- o/configcore: write netplan defaults to 00-snapd-config on seeding
12+
- snapcraft.yaml: pull in apparmor_parser optimization patches from
13+
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
14+
- snap-confine: fix missing \0 after readlink
15+
- cmd/snap: hide append-integrity-data
16+
- interfaces/opengl: add support for ARM Mali
17+
18+
-- Michael Vogt <[email protected]> Fri, 04 Aug 2023 12:14:04 +0200
19+
120
snapd (2.60.1-1) unstable; urgency=medium
221

322
* New upstream release, LP: #2024007

packaging/fedora/snapd.spec

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
%endif
103103

104104
Name: snapd
105-
Version: 2.60.1
105+
Version: 2.60.2
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -996,6 +996,22 @@ fi
996996

997997

998998
%changelog
999+
* Fri Aug 04 2023 Michael Vogt <[email protected]>
1000+
- New upstream release 2.60.2
1001+
- i/builtin: allow directories in private /dev/shm
1002+
- i/builtin: add read access to /proc/task/schedstat in system-
1003+
observe
1004+
- snap-bootstrap: print version information at startup
1005+
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
1006+
- snap, store: filter out invalid snap edited links from store info
1007+
and persisted state
1008+
- o/configcore: write netplan defaults to 00-snapd-config on seeding
1009+
- snapcraft.yaml: pull in apparmor_parser optimization patches from
1010+
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
1011+
- snap-confine: fix missing \0 after readlink
1012+
- cmd/snap: hide append-integrity-data
1013+
- interfaces/opengl: add support for ARM Mali
1014+
9991015
* Tue Jul 04 2023 Michael Vogt <[email protected]>
10001016
- New upstream release 2.60.1
10011017
- install: fallback to lazy unmount() in writeFilesystemContent

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Fri Aug 04 10:14:04 UTC 2023 - [email protected]
3+
4+
- Update to upstream release 2.60.2
5+
16
-------------------------------------------------------------------
27
Tue Jul 04 19:21:48 UTC 2023 - [email protected]
38

packaging/opensuse/snapd.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282

8383

8484
Name: snapd
85-
Version: 2.60.1
85+
Version: 2.60.2
8686
Release: 0
8787
Summary: Tools enabling systems to work with .snap files
8888
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
snapd (2.60.2~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- i/builtin: allow directories in private /dev/shm
5+
- i/builtin: add read access to /proc/task/schedstat in system-
6+
observe
7+
- snap-bootstrap: print version information at startup
8+
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
9+
- snap, store: filter out invalid snap edited links from store info
10+
and persisted state
11+
- o/configcore: write netplan defaults to 00-snapd-config on seeding
12+
- snapcraft.yaml: pull in apparmor_parser optimization patches from
13+
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
14+
- snap-confine: fix missing \0 after readlink
15+
- cmd/snap: hide append-integrity-data
16+
- interfaces/opengl: add support for ARM Mali
17+
18+
-- Michael Vogt <[email protected]> Fri, 04 Aug 2023 12:14:04 +0200
19+
120
snapd (2.60.1~14.04) trusty; urgency=medium
221

322
* New upstream release, LP: #2024007

packaging/ubuntu-16.04/changelog

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
snapd (2.60.2) xenial; urgency=medium
2+
3+
* New upstream release, LP: #2024007
4+
- i/builtin: allow directories in private /dev/shm
5+
- i/builtin: add read access to /proc/task/schedstat in system-
6+
observe
7+
- snap-bootstrap: print version information at startup
8+
- go.mod: update gopkg.in/yaml.v3 to v3.0.1 to fix CVE-2022-28948
9+
- snap, store: filter out invalid snap edited links from store info
10+
and persisted state
11+
- o/configcore: write netplan defaults to 00-snapd-config on seeding
12+
- snapcraft.yaml: pull in apparmor_parser optimization patches from
13+
https://gitlab.com/apparmor/apparmor/-/merge_requests/711
14+
- snap-confine: fix missing \0 after readlink
15+
- cmd/snap: hide append-integrity-data
16+
- interfaces/opengl: add support for ARM Mali
17+
18+
-- Michael Vogt <[email protected]> Fri, 04 Aug 2023 12:14:04 +0200
19+
120
snapd (2.60.1) xenial; urgency=medium
221

322
* New upstream release, LP: #2024007

0 commit comments

Comments
 (0)