Skip to content

Commit 8a7cdf2

Browse files
committed
release: 2.59.5
1 parent 390dc62 commit 8a7cdf2

File tree

8 files changed

+41
-3
lines changed

8 files changed

+41
-3
lines changed

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# New in snapd 2.59.5:
2+
* Explicitly disallow the use of ioctl + TIOCLINUX
3+
This fixes CVE-2023-1523.
4+
15
# New in snapd 2.59.4:
26
* Retry when looking for disk label on non-UEFI systems
37
* Fix remodel from UC20 to UC22

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

packaging/debian-sid/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
snapd (2.59.5-1) unstable; urgency=medium
2+
3+
* New upstream release, LP: #2009946
4+
- Explicitly disallow the use of ioctl + TIOCLINUX
5+
This fixes CVE-2023-1523.
6+
7+
-- Michael Vogt <[email protected]> Sat, 27 May 2023 09:44:43 +0200
8+
19
snapd (2.59.4-1) unstable; urgency=medium
210

311
* New upstream release, LP: #2009946

packaging/fedora/snapd.spec

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

104104
Name: snapd
105-
Version: 2.59.4
105+
Version: 2.59.5
106106
Release: 0%{?dist}
107107
Summary: A transactional software package manager
108108
License: GPLv3
@@ -996,6 +996,11 @@ fi
996996

997997

998998
%changelog
999+
* Sat May 27 2023 Michael Vogt <[email protected]>
1000+
- New upstream release 2.59.5
1001+
- Explicitly disallow the use of ioctl + TIOCLINUX
1002+
This fixes CVE-2023-1523.
1003+
9991004
* Fri May 12 2023 Michael Vogt <[email protected]>
10001005
- New upstream release 2.59.4
10011006
- Retry when looking for disk label on non-UEFI systems

packaging/opensuse/snapd.changes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
-------------------------------------------------------------------
2+
Sat May 27 07:44:43 UTC 2023 - [email protected]
3+
4+
- Update to upstream release 2.59.5
5+
16
-------------------------------------------------------------------
27
Fri May 12 08:15:57 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.59.4
85+
Version: 2.59.5
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
snapd (2.59.5~14.04) trusty; urgency=medium
2+
3+
* New upstream release, LP: #2009946
4+
- Explicitly disallow the use of ioctl + TIOCLINUX
5+
This fixes CVE-2023-1523.
6+
7+
-- Michael Vogt <[email protected]> Sat, 27 May 2023 09:44:43 +0200
8+
19
snapd (2.59.4~14.04) trusty; urgency=medium
210

311
* New upstream release, LP: #2009946

packaging/ubuntu-16.04/changelog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
snapd (2.59.5) xenial; urgency=medium
2+
3+
* New upstream release, LP: #2009946
4+
- Explicitly disallow the use of ioctl + TIOCLINUX
5+
This fixes CVE-2023-1523.
6+
7+
-- Michael Vogt <[email protected]> Sat, 27 May 2023 09:44:43 +0200
8+
19
snapd (2.59.4) xenial; urgency=medium
210

311
* New upstream release, LP: #2009946

0 commit comments

Comments
 (0)