Skip to content

Commit d2e3b0c

Browse files
authored
release: 2.57.2 (#12105)
1 parent 33ef7fc commit d2e3b0c

File tree

7 files changed

+85
-3
lines changed

7 files changed

+85
-3
lines changed

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.57.1
14+
pkgver=2.57.2
1515
pkgrel=1
1616
arch=('x86_64' 'i686' 'armv7h' 'aarch64')
1717
url="https://github.com/snapcore/snapd"

packaging/debian-sid/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
snapd (2.57.1-1) unstable; urgency=medium
222

323
* New upstream release, LP: #1983035

packaging/fedora/snapd.spec

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

104104
Name: snapd
105-
Version: 2.57.1
105+
Version: 2.57.2
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -981,6 +981,23 @@ fi
981981

982982

983983
%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+
9841001
* Wed Aug 10 2022 Alberto Mardegan <[email protected]>
9851002
- New upstream release 2.57.1
9861003
- cmd/snap-update-ns: handle mountpoint removal failures with EBUSY

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 Sep 02 15:56:46 UTC 2022 - [email protected]
3+
4+
- Update to upstream release 2.57.2
5+
16
-------------------------------------------------------------------
27
Wed Aug 10 06:30:50 UTC 2022 - [email protected]
38

packaging/opensuse/snapd.spec

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

8282

8383
Name: snapd
84-
Version: 2.57.1
84+
Version: 2.57.2
8585
Release: 0
8686
Summary: Tools enabling systems to work with .snap files
8787
License: GPL-3.0

packaging/ubuntu-14.04/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
snapd (2.57.1~14.04) trusty; urgency=medium
222

323
* New upstream release, LP: #1983035

packaging/ubuntu-16.04/changelog

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
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+
121
snapd (2.57.1) xenial; urgency=medium
222

323
* New upstream release, LP: #1983035

0 commit comments

Comments
 (0)