Skip to content

Commit 6c067a7

Browse files
authored
release: 2.58.3 (#12581)
1 parent d1d5d7e commit 6c067a7

File tree

7 files changed

+101
-3
lines changed

7 files changed

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

packaging/debian-sid/changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
snapd (2.58.3-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #1998462
4+
- interfaces/screen-inhibit-control: Add support for xfce-power-
5+
manager
6+
- interfaces/network-manager: do not show ptrace read
7+
denials
8+
- interfaces: relax rules for mount-control `what` for functionfs
9+
- cmd/snap-bootstrap: add support for snapd_system_disk
10+
- interfaces/modem-manager: add net_admin capability
11+
- interfaces/network-manager: add permission for OpenVPN
12+
- httputil: fix checking x509 certification error on go 1.20
13+
- i/b/fwupd: allow reading host os-release
14+
- boot: on classic+modes `MarkBootSuccessfull` does not need a base
15+
- boot: do not include `base=` in modeenv for classic+modes installs
16+
- tests: add spread test that validates revert on boot for core does
17+
not happen on classic+modes
18+
- snapstate: only take boot participants into account in
19+
UpdateBootRevisions
20+
- snapstate: refactor UpdateBootRevisions() to make it easier to
21+
check for boot.SnapTypeParticipatesInBoot()
22+
23+
-- Michael Vogt <[email protected]> Tue, 21 Feb 2023 17:14:50 +0100
24+
125
snapd (2.58.2-1) unstable; urgency=medium
226

327
* New upstream release, LP: #1998462

packaging/fedora/snapd.spec

Lines changed: 22 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.2
106+
Version: 2.58.3
107107
Release: 0%{?dist}
108108
Summary: A transactional software package manager
109109
License: GPLv3
@@ -991,6 +991,27 @@ fi
991991

992992

993993
%changelog
994+
* Tue Feb 21 2023 Michael Vogt <[email protected]>
995+
- New upstream release 2.58.3
996+
- interfaces/screen-inhibit-control: Add support for xfce-power-
997+
manager
998+
- interfaces/network-manager: do not show ptrace read
999+
denials
1000+
- interfaces: relax rules for mount-control `what` for functionfs
1001+
- cmd/snap-bootstrap: add support for snapd_system_disk
1002+
- interfaces/modem-manager: add net_admin capability
1003+
- interfaces/network-manager: add permission for OpenVPN
1004+
- httputil: fix checking x509 certification error on go 1.20
1005+
- i/b/fwupd: allow reading host os-release
1006+
- boot: on classic+modes `MarkBootSuccessfull` does not need a base
1007+
- boot: do not include `base=` in modeenv for classic+modes installs
1008+
- tests: add spread test that validates revert on boot for core does
1009+
not happen on classic+modes
1010+
- snapstate: only take boot participants into account in
1011+
UpdateBootRevisions
1012+
- snapstate: refactor UpdateBootRevisions() to make it easier to
1013+
check for boot.SnapTypeParticipatesInBoot()
1014+
9941015
* Wed Jan 25 2023 Michael Vogt <[email protected]>
9951016
- New upstream release 2.58.2
9961017
- bootloader: fix dirty build by hardcoding copyright year

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Tue Feb 21 16:14:50 UTC 2023 - [email protected]
3+
4+
- Update to upstream release 2.58.3
5+
16
-------------------------------------------------------------------
27
Wed Jan 25 19:02:08 UTC 2023 - [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.2
85+
Version: 2.58.3
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: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
snapd (2.58.3~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #1998462
4+
- interfaces/screen-inhibit-control: Add support for xfce-power-
5+
manager
6+
- interfaces/network-manager: do not show ptrace read
7+
denials
8+
- interfaces: relax rules for mount-control `what` for functionfs
9+
- cmd/snap-bootstrap: add support for snapd_system_disk
10+
- interfaces/modem-manager: add net_admin capability
11+
- interfaces/network-manager: add permission for OpenVPN
12+
- httputil: fix checking x509 certification error on go 1.20
13+
- i/b/fwupd: allow reading host os-release
14+
- boot: on classic+modes `MarkBootSuccessfull` does not need a base
15+
- boot: do not include `base=` in modeenv for classic+modes installs
16+
- tests: add spread test that validates revert on boot for core does
17+
not happen on classic+modes
18+
- snapstate: only take boot participants into account in
19+
UpdateBootRevisions
20+
- snapstate: refactor UpdateBootRevisions() to make it easier to
21+
check for boot.SnapTypeParticipatesInBoot()
22+
23+
-- Michael Vogt <[email protected]> Tue, 21 Feb 2023 17:14:50 +0100
24+
125
snapd (2.58.2~14.04) trusty; urgency=medium
226

327
* New upstream release, LP: #1998462

packaging/ubuntu-16.04/changelog

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
snapd (2.58.3) xenial; urgency=medium
2+
3+
* New upstream release, LP: #1998462
4+
- interfaces/screen-inhibit-control: Add support for xfce-power-
5+
manager
6+
- interfaces/network-manager: do not show ptrace read
7+
denials
8+
- interfaces: relax rules for mount-control `what` for functionfs
9+
- cmd/snap-bootstrap: add support for snapd_system_disk
10+
- interfaces/modem-manager: add net_admin capability
11+
- interfaces/network-manager: add permission for OpenVPN
12+
- httputil: fix checking x509 certification error on go 1.20
13+
- i/b/fwupd: allow reading host os-release
14+
- boot: on classic+modes `MarkBootSuccessfull` does not need a base
15+
- boot: do not include `base=` in modeenv for classic+modes installs
16+
- tests: add spread test that validates revert on boot for core does
17+
not happen on classic+modes
18+
- snapstate: only take boot participants into account in
19+
UpdateBootRevisions
20+
- snapstate: refactor UpdateBootRevisions() to make it easier to
21+
check for boot.SnapTypeParticipatesInBoot()
22+
23+
-- Michael Vogt <[email protected]> Tue, 21 Feb 2023 17:14:50 +0100
24+
125
snapd (2.58.2) xenial; urgency=medium
226

327
* New upstream release, LP: #1998462

0 commit comments

Comments
 (0)