File tree Expand file tree Collapse file tree 7 files changed +85
-3
lines changed Expand file tree Collapse file tree 7 files changed +85
-3
lines changed 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.57.1
14
+ pkgver=2.57.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.57.2-1) unstable; urgency=medium
2
+
3
+ * New upstream release, LP: #1983035
4
+ - store/tooling,tests: support UBUNTU_STORE_URL override env var
5
+ - packaging/*/tests/integrationtests: reload ssh.service, not
6
+ sshd.service
7
+ - tests: check snap download with snapcraft v7+ export-login auth
8
+ data
9
+ - store/tooling: support using snapcraft v7+ base64-encoded auth
10
+ data
11
+ - many: progress bars should use the overridable stdouts
12
+ - many: refactor store code to be able to use simpler form of auth
13
+ creds
14
+ - snap,store: drop support/consideration for anonymous download urls
15
+ - data: include snapd/mounts in preseeded blob
16
+ - many: Set SNAPD_APPARMOR_REEXEC=1
17
+ - overlord: track security profiles for non-active snaps
18
+
19
+ -- Michael Vogt <
[email protected] > Fri, 02 Sep 2022 17:56:46 +0200
20
+
1
21
snapd (2.57.1-1) unstable; urgency=medium
2
22
3
23
* New upstream release, LP: #1983035
Original file line number Diff line number Diff line change 102
102
%endif
103
103
104
104
Name: snapd
105
- Version: 2.57.1
105
+ Version: 2.57.2
106
106
Release: 0%{?dist}
107
107
Summary: A transactional software package manager
108
108
License: GPLv3
981
981
982
982
983
983
%changelog
984
+ * Fri Sep 02 2022 Michael Vogt <
[email protected] >
985
+ - New upstream release 2.57.2
986
+ - store/tooling,tests: support UBUNTU_STORE_URL override env var
987
+ - packaging/*/tests/integrationtests: reload ssh.service, not
988
+ sshd.service
989
+ - tests: check snap download with snapcraft v7+ export-login auth
990
+ data
991
+ - store/tooling: support using snapcraft v7+ base64-encoded auth
992
+ data
993
+ - many: progress bars should use the overridable stdouts
994
+ - many: refactor store code to be able to use simpler form of auth
995
+ creds
996
+ - snap,store: drop support/consideration for anonymous download urls
997
+ - data: include snapd/mounts in preseeded blob
998
+ - many: Set SNAPD_APPARMOR_REEXEC=1
999
+ - overlord: track security profiles for non-active snaps
1000
+
984
1001
* Wed Aug 10 2022 Alberto Mardegan <
[email protected] >
985
1002
- New upstream release 2.57.1
986
1003
- cmd/snap-update-ns: handle mountpoint removal failures with EBUSY
Original file line number Diff line number Diff line change
1
+ -------------------------------------------------------------------
2
+ Fri Sep 02 15:56:46 UTC 2022 -
[email protected]
3
+
4
+ - Update to upstream release 2.57.2
5
+
1
6
-------------------------------------------------------------------
2
7
Wed Aug 10 06:30:50 UTC 2022 -
[email protected]
3
8
Original file line number Diff line number Diff line change 81
81
82
82
83
83
Name: snapd
84
- Version: 2.57.1
84
+ Version: 2.57.2
85
85
Release: 0
86
86
Summary: Tools enabling systems to work with .snap files
87
87
License: GPL-3.0
Original file line number Diff line number Diff line change
1
+ snapd (2.57.2~14.04) trusty; urgency=medium
2
+
3
+ * New upstream release, LP: #1983035
4
+ - store/tooling,tests: support UBUNTU_STORE_URL override env var
5
+ - packaging/*/tests/integrationtests: reload ssh.service, not
6
+ sshd.service
7
+ - tests: check snap download with snapcraft v7+ export-login auth
8
+ data
9
+ - store/tooling: support using snapcraft v7+ base64-encoded auth
10
+ data
11
+ - many: progress bars should use the overridable stdouts
12
+ - many: refactor store code to be able to use simpler form of auth
13
+ creds
14
+ - snap,store: drop support/consideration for anonymous download urls
15
+ - data: include snapd/mounts in preseeded blob
16
+ - many: Set SNAPD_APPARMOR_REEXEC=1
17
+ - overlord: track security profiles for non-active snaps
18
+
19
+ -- Michael Vogt <
[email protected] > Fri, 02 Sep 2022 17:56:46 +0200
20
+
1
21
snapd (2.57.1~14.04) trusty; urgency=medium
2
22
3
23
* New upstream release, LP: #1983035
Original file line number Diff line number Diff line change
1
+ snapd (2.57.2) xenial; urgency=medium
2
+
3
+ * New upstream release, LP: #1983035
4
+ - store/tooling,tests: support UBUNTU_STORE_URL override env var
5
+ - packaging/*/tests/integrationtests: reload ssh.service, not
6
+ sshd.service
7
+ - tests: check snap download with snapcraft v7+ export-login auth
8
+ data
9
+ - store/tooling: support using snapcraft v7+ base64-encoded auth
10
+ data
11
+ - many: progress bars should use the overridable stdouts
12
+ - many: refactor store code to be able to use simpler form of auth
13
+ creds
14
+ - snap,store: drop support/consideration for anonymous download urls
15
+ - data: include snapd/mounts in preseeded blob
16
+ - many: Set SNAPD_APPARMOR_REEXEC=1
17
+ - overlord: track security profiles for non-active snaps
18
+
19
+ -- Michael Vogt <
[email protected] > Fri, 02 Sep 2022 17:56:46 +0200
20
+
1
21
snapd (2.57.1) xenial; urgency=medium
2
22
3
23
* New upstream release, LP: #1983035
You can’t perform that action at this time.
0 commit comments