Skip to content

Commit 4ce9e74

Browse files
authored
release: 2.58.1 (#12510)
1 parent 6f0be3b commit 4ce9e74

File tree

7 files changed

+97
-3
lines changed

7 files changed

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

packaging/debian-sid/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
snapd (2.58.1-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #1998462
4+
- secboot: detect lockout mode in CheckTPMKeySealingSupported
5+
- cmd/snap-update-ns: prevent keeping unneeded mountpoints
6+
- o/snapstate: do not infinitely retry when an update fails during
7+
seeding
8+
- interfaces/modem-manager: add permissions for NETLINK_ROUTE
9+
- systemd/emulation.go: use `systemctl --root` to enable/disable
10+
- snap: provide more error context in `NotSnapError`
11+
- interfaces: add read access to /run for cryptsetup
12+
- boot: avoid reboot loop if there is a bad try kernel
13+
- devicestate: retry serial acquire on time based certificate
14+
errors
15+
- o/devicestate: run systemctl daemon-reload after install-device
16+
hook
17+
- cmd/snap,daemon: add 'held' to notes in 'snap list'
18+
- o/snapshotstate: check snapshots are self-contained on import
19+
- cmd/snap: show user+gating hold info in 'snap info'
20+
- daemon: expose user and gating holds at /v2/snaps/{name}
21+
22+
-- Michael Vogt <[email protected]> Mon, 23 Jan 2023 18:03:40 +0100
23+
124
snapd (2.58-1) unstable; urgency=medium
225

326
* New upstream release, LP: #1998462

packaging/fedora/snapd.spec

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
%endif
104104

105105
Name: snapd
106-
Version: 2.58
106+
Version: 2.58.1
107107
Release: 0%{?dist}
108108
Summary: A transactional software package manager
109109
License: GPLv3
@@ -991,6 +991,26 @@ fi
991991

992992

993993
%changelog
994+
* Mon Jan 23 2023 Michael Vogt <[email protected]>
995+
- New upstream release 2.58.1
996+
- secboot: detect lockout mode in CheckTPMKeySealingSupported
997+
- cmd/snap-update-ns: prevent keeping unneeded mountpoints
998+
- o/snapstate: do not infinitely retry when an update fails during
999+
seeding
1000+
- interfaces/modem-manager: add permissions for NETLINK_ROUTE
1001+
- systemd/emulation.go: use `systemctl --root` to enable/disable
1002+
- snap: provide more error context in `NotSnapError`
1003+
- interfaces: add read access to /run for cryptsetup
1004+
- boot: avoid reboot loop if there is a bad try kernel
1005+
- devicestate: retry serial acquire on time based certificate
1006+
errors
1007+
- o/devicestate: run systemctl daemon-reload after install-device
1008+
hook
1009+
- cmd/snap,daemon: add 'held' to notes in 'snap list'
1010+
- o/snapshotstate: check snapshots are self-contained on import
1011+
- cmd/snap: show user+gating hold info in 'snap info'
1012+
- daemon: expose user and gating holds at /v2/snaps/{name}
1013+
9941014
* Thu Dec 01 2022 Michael Vogt <[email protected]>
9951015
- New upstream release 2.58
9961016
- many: Use /tmp/snap-private-tmp for per-snap private tmps

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Mon Jan 23 17:03:40 UTC 2023 - [email protected]
3+
4+
- Update to upstream release 2.58.1
5+
16
-------------------------------------------------------------------
27
Thu Dec 01 08:52:23 UTC 2022 - [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.58
85+
Version: 2.58.1
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: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
snapd (2.58.1~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #1998462
4+
- secboot: detect lockout mode in CheckTPMKeySealingSupported
5+
- cmd/snap-update-ns: prevent keeping unneeded mountpoints
6+
- o/snapstate: do not infinitely retry when an update fails during
7+
seeding
8+
- interfaces/modem-manager: add permissions for NETLINK_ROUTE
9+
- systemd/emulation.go: use `systemctl --root` to enable/disable
10+
- snap: provide more error context in `NotSnapError`
11+
- interfaces: add read access to /run for cryptsetup
12+
- boot: avoid reboot loop if there is a bad try kernel
13+
- devicestate: retry serial acquire on time based certificate
14+
errors
15+
- o/devicestate: run systemctl daemon-reload after install-device
16+
hook
17+
- cmd/snap,daemon: add 'held' to notes in 'snap list'
18+
- o/snapshotstate: check snapshots are self-contained on import
19+
- cmd/snap: show user+gating hold info in 'snap info'
20+
- daemon: expose user and gating holds at /v2/snaps/{name}
21+
22+
-- Michael Vogt <[email protected]> Mon, 23 Jan 2023 18:03:40 +0100
23+
124
snapd (2.58~14.04) trusty; urgency=medium
225

326
* New upstream release, LP: #1998462

packaging/ubuntu-16.04/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
snapd (2.58.1) xenial; urgency=medium
2+
3+
* New upstream release, LP: #1998462
4+
- secboot: detect lockout mode in CheckTPMKeySealingSupported
5+
- cmd/snap-update-ns: prevent keeping unneeded mountpoints
6+
- o/snapstate: do not infinitely retry when an update fails during
7+
seeding
8+
- interfaces/modem-manager: add permissions for NETLINK_ROUTE
9+
- systemd/emulation.go: use `systemctl --root` to enable/disable
10+
- snap: provide more error context in `NotSnapError`
11+
- interfaces: add read access to /run for cryptsetup
12+
- boot: avoid reboot loop if there is a bad try kernel
13+
- devicestate: retry serial acquire on time based certificate
14+
errors
15+
- o/devicestate: run systemctl daemon-reload after install-device
16+
hook
17+
- cmd/snap,daemon: add 'held' to notes in 'snap list'
18+
- o/snapshotstate: check snapshots are self-contained on import
19+
- cmd/snap: show user+gating hold info in 'snap info'
20+
- daemon: expose user and gating holds at /v2/snaps/{name}
21+
22+
-- Michael Vogt <[email protected]> Mon, 23 Jan 2023 18:03:40 +0100
23+
124
snapd (2.58) xenial; urgency=medium
225

326
* New upstream release, LP: #1998462

0 commit comments

Comments
 (0)