File tree Expand file tree Collapse file tree 8 files changed +88
-3
lines changed Expand file tree Collapse file tree 8 files changed +88
-3
lines changed Original file line number Diff line number Diff line change
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
+
1
8
# New in snapd 2.60.1:
2
9
* Bugfixes
3
10
* Use "aes-cbc-essiv: sha256 " in cryptsetup on arm 32bit devices
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages."
11
11
depends=(' squashfs-tools' ' libseccomp' ' libsystemd' ' apparmor' )
12
12
optdepends=(' bash-completion: bash completion support'
13
13
' xdg-desktop-portal: desktop integration' )
14
- pkgver=2.60.1
14
+ pkgver=2.60.2
15
15
pkgrel=1
16
16
arch=(' x86_64' ' i686' ' armv7h' ' aarch64' )
17
17
url=" https://github.com/snapcore/snapd"
Original file line number Diff line number Diff line change
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
+
1
20
snapd (2.60.1-1) unstable; urgency=medium
2
21
3
22
* New upstream release, LP: #2024007
Original file line number Diff line number Diff line change 102
102
%endif
103
103
104
104
Name: snapd
105
- Version: 2.60.1
105
+ Version: 2.60.2
106
106
Release: 0%{?dist}
107
107
Summary: A transactional software package manager
108
108
License: GPLv3
996
996
997
997
998
998
%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
+
999
1015
* Tue Jul 04 2023 Michael Vogt <
[email protected] >
1000
1016
- New upstream release 2.60.1
1001
1017
- install: fallback to lazy unmount() in writeFilesystemContent
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Fri Aug 04 10:14:04 UTC 2023 -
[email protected]
3
+
4
+ - Update to upstream release 2.60.2
5
+
1
6
-------------------------------------------------------------------
2
7
Tue Jul 04 19:21:48 UTC 2023 -
[email protected]
3
8
Original file line number Diff line number Diff line change 82
82
83
83
84
84
Name: snapd
85
- Version: 2.60.1
85
+ Version: 2.60.2
86
86
Release: 0
87
87
Summary: Tools enabling systems to work with .snap files
88
88
License: GPL-3.0
Original file line number Diff line number Diff line change
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
+
1
20
snapd (2.60.1~14.04) trusty; urgency=medium
2
21
3
22
* New upstream release, LP: #2024007
Original file line number Diff line number Diff line change
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
+
1
20
snapd (2.60.1) xenial; urgency=medium
2
21
3
22
* New upstream release, LP: #2024007
You can’t perform that action at this time.
0 commit comments