Skip to content

Commit e2785ed

Browse files
authored
release: snapd 2.57.3 (#12147)
1 parent d82fb99 commit e2785ed

File tree

7 files changed

+65
-3
lines changed

7 files changed

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

packaging/debian-sid/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
snapd (2.57.3-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #1983035
4+
- wrappers: journal namespaces did not honor journal.persistent
5+
- snap/quota,wrappers: allow using 0 values for the journal rate to
6+
override the system default values
7+
- multiple: clear up naming convention for cpu-set quota
8+
- i/b/mount-control: allow custom filesystem types
9+
- i/b/system-observe: allow reading processes security label
10+
- sandbox/cgroup: don't check V1 cgroup if V2 is active
11+
- asserts,boot,secboot: switch to a secboot version measuring
12+
classic
13+
14+
-- Michael Vogt <[email protected]> Thu, 15 Sep 2022 12:37:30 +0200
15+
116
snapd (2.57.2-1) unstable; urgency=medium
217

318
* New upstream release, LP: #1983035

packaging/fedora/snapd.spec

Lines changed: 13 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.2
105+
Version: 2.57.3
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -981,6 +981,18 @@ fi
981981

982982

983983
%changelog
984+
* Thu Sep 15 2022 Michael Vogt <[email protected]>
985+
- New upstream release 2.57.3
986+
- wrappers: journal namespaces did not honor journal.persistent
987+
- snap/quota,wrappers: allow using 0 values for the journal rate to
988+
override the system default values
989+
- multiple: clear up naming convention for cpu-set quota
990+
- i/b/mount-control: allow custom filesystem types
991+
- i/b/system-observe: allow reading processes security label
992+
- sandbox/cgroup: don't check V1 cgroup if V2 is active
993+
- asserts,boot,secboot: switch to a secboot version measuring
994+
classic
995+
984996
* Fri Sep 02 2022 Michael Vogt <[email protected]>
985997
- New upstream release 2.57.2
986998
- store/tooling,tests: support UBUNTU_STORE_URL override env var

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Thu Sep 15 10:37:30 UTC 2022 - [email protected]
3+
4+
- Update to upstream release 2.57.3
5+
16
-------------------------------------------------------------------
27
Fri Sep 02 15:56:46 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.2
84+
Version: 2.57.3
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: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
snapd (2.57.3~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #1983035
4+
- wrappers: journal namespaces did not honor journal.persistent
5+
- snap/quota,wrappers: allow using 0 values for the journal rate to
6+
override the system default values
7+
- multiple: clear up naming convention for cpu-set quota
8+
- i/b/mount-control: allow custom filesystem types
9+
- i/b/system-observe: allow reading processes security label
10+
- sandbox/cgroup: don't check V1 cgroup if V2 is active
11+
- asserts,boot,secboot: switch to a secboot version measuring
12+
classic
13+
14+
-- Michael Vogt <[email protected]> Thu, 15 Sep 2022 12:37:30 +0200
15+
116
snapd (2.57.2~14.04) trusty; urgency=medium
217

318
* New upstream release, LP: #1983035

packaging/ubuntu-16.04/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
snapd (2.57.3) xenial; urgency=medium
2+
3+
* New upstream release, LP: #1983035
4+
- wrappers: journal namespaces did not honor journal.persistent
5+
- snap/quota,wrappers: allow using 0 values for the journal rate to
6+
override the system default values
7+
- multiple: clear up naming convention for cpu-set quota
8+
- i/b/mount-control: allow custom filesystem types
9+
- i/b/system-observe: allow reading processes security label
10+
- sandbox/cgroup: don't check V1 cgroup if V2 is active
11+
- asserts,boot,secboot: switch to a secboot version measuring
12+
classic
13+
14+
-- Michael Vogt <[email protected]> Thu, 15 Sep 2022 12:37:30 +0200
15+
116
snapd (2.57.2) xenial; urgency=medium
217

318
* New upstream release, LP: #1983035

0 commit comments

Comments
 (0)