From 184f200923ca028f56a6963e165dcf46dfbe92a1 Mon Sep 17 00:00:00 2001 From: ernestl Date: Fri, 16 Feb 2024 20:24:52 +0200 Subject: [PATCH] release: 2.61.2 --- NEWS.md | 18 ++++++++++++++++++ packaging/arch/PKGBUILD | 2 +- packaging/debian-sid/changelog | 23 +++++++++++++++++++++++ packaging/fedora/snapd.spec | 22 +++++++++++++++++++++- packaging/opensuse/snapd.changes | 5 +++++ packaging/opensuse/snapd.spec | 2 +- packaging/ubuntu-14.04/changelog | 23 +++++++++++++++++++++++ packaging/ubuntu-16.04/changelog | 23 +++++++++++++++++++++++ 8 files changed, 115 insertions(+), 3 deletions(-) diff --git a/NEWS.md b/NEWS.md index 882c62cd62b..69fd37bb35e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,21 @@ +# New in snapd 2.61.2: +* Fix to enable plug/slot sanitization for prepare-image +* Fix panic when device-service.access=offline +* Support offline remodeling +* Allow offline update only remodels without serial +* Fail early when remodeling to old model revision +* Fix to enable plug/slot sanitization for validate-seed +* Allow removal of core snap on classic systems +* Fix network-control interface denial for file lock on /run/netns +* Add well-known core24 snap-id +* Fix remodel snap installation order +* Prevent remodeling from UC18+ to UC16 +* Fix cups auto-connect on classic with cups snap installed +* u2f-devices interface support for GoTrust Idem Key with USB-C +* Fix to restore services after unlink failure +* Add libcudnn.so to Nvidia libraries +* Fix skipping base snap download due to false snapd downgrade conflict + # New in snapd 2.61.1: * Stop requiring default provider snaps on image building and first boot if alternative providers are included and available * Fix auth.json access for login as non-root group ID diff --git a/packaging/arch/PKGBUILD b/packaging/arch/PKGBUILD index 195aef83fc1..636bd75894b 100644 --- a/packaging/arch/PKGBUILD +++ b/packaging/arch/PKGBUILD @@ -11,7 +11,7 @@ pkgdesc="Service and tools for management of snap packages." depends=('squashfs-tools' 'libseccomp' 'libsystemd' 'apparmor') optdepends=('bash-completion: bash completion support' 'xdg-desktop-portal: desktop integration') -pkgver=2.61.1 +pkgver=2.61.2 pkgrel=1 arch=('x86_64' 'i686' 'armv7h' 'aarch64') url="https://github.com/snapcore/snapd" diff --git a/packaging/debian-sid/changelog b/packaging/debian-sid/changelog index 2e9a9710fc6..1320d8e8e60 100644 --- a/packaging/debian-sid/changelog +++ b/packaging/debian-sid/changelog @@ -1,3 +1,26 @@ +snapd (2.61.2-1) unstable; urgency=medium + + * New upstream release, LP: #2039017 + - Fix to enable plug/slot sanitization for prepare-image + - Fix panic when device-service.access=offline + - Support offline remodeling + - Allow offline update only remodels without serial + - Fail early when remodeling to old model revision + - Fix to enable plug/slot sanitization for validate-seed + - Allow removal of core snap on classic systems + - Fix network-control interface denial for file lock on /run/netns + - Add well-known core24 snap-id + - Fix remodel snap installation order + - Prevent remodeling from UC18+ to UC16 + - Fix cups auto-connect on classic with cups snap installed + - u2f-devices interface support for GoTrust Idem Key with USB-C + - Fix to restore services after unlink failure + - Add libcudnn.so to Nvidia libraries + - Fix skipping base snap download due to false snapd downgrade + conflict + + -- Ernest Lotter Fri, 16 Feb 2024 20:22:23 +0200 + snapd (2.61.1-1) unstable; urgency=medium * New upstream release, LP: #2024007 diff --git a/packaging/fedora/snapd.spec b/packaging/fedora/snapd.spec index f651997f5c2..73548d4982f 100644 --- a/packaging/fedora/snapd.spec +++ b/packaging/fedora/snapd.spec @@ -102,7 +102,7 @@ %endif Name: snapd -Version: 2.61.1 +Version: 2.61.2 Release: 0%{?dist} Summary: A transactional software package manager License: GPLv3 @@ -991,6 +991,26 @@ fi %changelog +* Fri Feb 16 2024 Ernest Lotter +- New upstream release 2.61.2 + - Fix to enable plug/slot sanitization for prepare-image + - Fix panic when device-service.access=offline + - Support offline remodeling + - Allow offline update only remodels without serial + - Fail early when remodeling to old model revision + - Fix to enable plug/slot sanitization for validate-seed + - Allow removal of core snap on classic systems + - Fix network-control interface denial for file lock on /run/netns + - Add well-known core24 snap-id + - Fix remodel snap installation order + - Prevent remodeling from UC18+ to UC16 + - Fix cups auto-connect on classic with cups snap installed + - u2f-devices interface support for GoTrust Idem Key with USB-C + - Fix to restore services after unlink failure + - Add libcudnn.so to Nvidia libraries + - Fix skipping base snap download due to false snapd downgrade + conflict + * Fri Nov 24 2023 Ernest Lotter - New upstream release 2.61.1 - Stop requiring default provider snaps on image building and first diff --git a/packaging/opensuse/snapd.changes b/packaging/opensuse/snapd.changes index 96b7f96b467..2207b6b7207 100644 --- a/packaging/opensuse/snapd.changes +++ b/packaging/opensuse/snapd.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Feb 16 18:22:23 UTC 2024 - ernest.lotter@canonical.com + +- Update to upstream release 2.61.2 + ------------------------------------------------------------------- Fri Nov 24 10:22:55 UTC 2023 - ernest.lotter@canonical.com diff --git a/packaging/opensuse/snapd.spec b/packaging/opensuse/snapd.spec index c4c27c2fecf..752c78c43e5 100644 --- a/packaging/opensuse/snapd.spec +++ b/packaging/opensuse/snapd.spec @@ -82,7 +82,7 @@ Name: snapd -Version: 2.61.1 +Version: 2.61.2 Release: 0 Summary: Tools enabling systems to work with .snap files License: GPL-3.0 diff --git a/packaging/ubuntu-14.04/changelog b/packaging/ubuntu-14.04/changelog index cbd7cd36d36..92dc32ffe27 100644 --- a/packaging/ubuntu-14.04/changelog +++ b/packaging/ubuntu-14.04/changelog @@ -1,3 +1,26 @@ +snapd (2.61.2~14.04) trusty; urgency=medium + + * New upstream release, LP: #2039017 + - Fix to enable plug/slot sanitization for prepare-image + - Fix panic when device-service.access=offline + - Support offline remodeling + - Allow offline update only remodels without serial + - Fail early when remodeling to old model revision + - Fix to enable plug/slot sanitization for validate-seed + - Allow removal of core snap on classic systems + - Fix network-control interface denial for file lock on /run/netns + - Add well-known core24 snap-id + - Fix remodel snap installation order + - Prevent remodeling from UC18+ to UC16 + - Fix cups auto-connect on classic with cups snap installed + - u2f-devices interface support for GoTrust Idem Key with USB-C + - Fix to restore services after unlink failure + - Add libcudnn.so to Nvidia libraries + - Fix skipping base snap download due to false snapd downgrade + conflict + + -- Ernest Lotter Fri, 16 Feb 2024 20:22:23 +0200 + snapd (2.61.1~14.04) trusty; urgency=medium * New upstream release, LP: #2024007 diff --git a/packaging/ubuntu-16.04/changelog b/packaging/ubuntu-16.04/changelog index 921b001cc64..85f38c173f9 100644 --- a/packaging/ubuntu-16.04/changelog +++ b/packaging/ubuntu-16.04/changelog @@ -1,3 +1,26 @@ +snapd (2.61.2) xenial; urgency=medium + + * New upstream release, LP: #2039017 + - Fix to enable plug/slot sanitization for prepare-image + - Fix panic when device-service.access=offline + - Support offline remodeling + - Allow offline update only remodels without serial + - Fail early when remodeling to old model revision + - Fix to enable plug/slot sanitization for validate-seed + - Allow removal of core snap on classic systems + - Fix network-control interface denial for file lock on /run/netns + - Add well-known core24 snap-id + - Fix remodel snap installation order + - Prevent remodeling from UC18+ to UC16 + - Fix cups auto-connect on classic with cups snap installed + - u2f-devices interface support for GoTrust Idem Key with USB-C + - Fix to restore services after unlink failure + - Add libcudnn.so to Nvidia libraries + - Fix skipping base snap download due to false snapd downgrade + conflict + + -- Ernest Lotter Fri, 16 Feb 2024 20:22:23 +0200 + snapd (2.61.1) xenial; urgency=medium * New upstream release, LP: #2024007